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);
1029 …lt nnhttpConnectionAddHeaderField(nnhttpConnection* this_, const char* pLabel, const char* pValue);
1034 … nnhttpConnectionAddPostDataAscii(nnhttpConnection* this_, const char* pLabel, const char* pValue);
1039 …tionAddPostDataBinary(nnhttpConnection* this_, const char* pLabel, const char* pValue, u32 length);
1044 NN_EXTERN_C nnResult nnhttpConnectionAddPostDataRaw(nnhttpConnection* this_, const char* pValue, u3…
1065 …nnhttpConnectionSendPostDataAscii(nnhttpConnection* this_, const char* pLabel, const char* pValue);
1070 …SendPostDataBinary(nnhttpConnection* this_, const char* pLabel, const void* pValue, size_t length);
1075 NN_EXTERN_C nnResult nnhttpConnectionSendPostDataRaw(nnhttpConnection* this_, const void* pValue, u…