Lines Matching refs:pValue
432 nn::Result AddHeaderField(const char* pLabel, const char* pValue);
460 nn::Result AddPostDataAscii(const char* pLabel, const char* pValue);
487 nn::Result AddPostDataBinary(const char* pLabel, const void* pValue, size_t valueSize);
515 nn::Result AddPostDataRaw(const void* pValue, size_t valueSize);
609 nn::Result SendPostDataAscii(const char* pLabel, const char* pValue);
626 …nn::Result SendPostDataAscii(const char* pLabel, const char* pValue, const nn::fnd::TimeSpan& time…
652 nn::Result SendPostDataBinary(const char* pLabel, const void* pValue, size_t valueSize);
670 …nn::Result SendPostDataBinary(const char* pLabel, const void* pValue, size_t valueSize, const nn::…
695 nn::Result SendPostDataRaw(const void* pValue, size_t valueSize);
712 …nn::Result SendPostDataRaw(const void* pValue, size_t valueSize, const nn::fnd::TimeSpan& timeout);
1045 …lt nnhttpConnectionAddHeaderField(nnhttpConnection* this_, const char* pLabel, const char* pValue);
1050 … nnhttpConnectionAddPostDataAscii(nnhttpConnection* this_, const char* pLabel, const char* pValue);
1055 …tionAddPostDataBinary(nnhttpConnection* this_, const char* pLabel, const char* pValue, u32 length);
1060 NN_EXTERN_C nnResult nnhttpConnectionAddPostDataRaw(nnhttpConnection* this_, const char* pValue, u3…
1081 …nnhttpConnectionSendPostDataAscii(nnhttpConnection* this_, const char* pLabel, const char* pValue);
1086 …SendPostDataBinary(nnhttpConnection* this_, const char* pLabel, const void* pValue, size_t length);
1091 NN_EXTERN_C nnResult nnhttpConnectionSendPostDataRaw(nnhttpConnection* this_, const void* pValue, u…