Lines Matching refs:pValue

419     nn::Result AddHeaderField(const char* pLabel, const char* pValue);
447 nn::Result AddPostDataAscii(const char* pLabel, const char* pValue);
474 nn::Result AddPostDataBinary(const char* pLabel, const void* pValue, size_t valueSize);
502 nn::Result AddPostDataRaw(const void* pValue, size_t valueSize);
597 nn::Result SendPostDataAscii(const char* pLabel, const char* pValue);
614 …nn::Result SendPostDataAscii(const char* pLabel, const char* pValue, const nn::fnd::TimeSpan& time…
641 nn::Result SendPostDataBinary(const char* pLabel, const void* pValue, size_t valueSize);
659 …nn::Result SendPostDataBinary(const char* pLabel, const void* pValue, size_t valueSize, const nn::…
685 nn::Result SendPostDataRaw(const void* pValue, size_t valueSize);
702 …nn::Result SendPostDataRaw(const void* pValue, size_t valueSize, const nn::fnd::TimeSpan& timeout);
1030 …lt nnhttpConnectionAddHeaderField(nnhttpConnection* this_, const char* pLabel, const char* pValue);
1035 … nnhttpConnectionAddPostDataAscii(nnhttpConnection* this_, const char* pLabel, const char* pValue);
1040 …tionAddPostDataBinary(nnhttpConnection* this_, const char* pLabel, const char* pValue, u32 length);
1045 NN_EXTERN_C nnResult nnhttpConnectionAddPostDataRaw(nnhttpConnection* this_, const char* pValue, u3…
1066 …nnhttpConnectionSendPostDataAscii(nnhttpConnection* this_, const char* pLabel, const char* pValue);
1071 …SendPostDataBinary(nnhttpConnection* this_, const char* pLabel, const void* pValue, size_t length);
1076 NN_EXTERN_C nnResult nnhttpConnectionSendPostDataRaw(nnhttpConnection* this_, const void* pValue, u…