Lines Matching refs:pValue
352 nn::Result AddHeaderField(const char* pLabel, const char* pValue);
372 nn::Result AddPostDataAscii(const char* pLabel, const char* pValue);
391 nn::Result AddPostDataBinary(const char* pLabel, const void* pValue, size_t valueSize);
411 nn::Result AddPostDataRaw(const void* pValue, size_t valueSize);
478 nn::Result SendPostDataAscii(const char* pLabel, const char* pValue);
492 …nn::Result SendPostDataAscii(const char* pLabel, const char* pValue, const nn::fnd::TimeSpan& time…
508 nn::Result SendPostDataBinary(const char* pLabel, const void* pValue, size_t valueSize);
523 …nn::Result SendPostDataBinary(const char* pLabel, const void* pValue, size_t valueSize, const nn::…
538 nn::Result SendPostDataRaw(const void* pValue, size_t valueSize);
552 …nn::Result SendPostDataRaw(const void* pValue, size_t valueSize, const nn::fnd::TimeSpan& timeout);
819 …lt nnhttpConnectionAddHeaderField(nnhttpConnection* this_, const char* pLabel, const char* pValue);
824 … nnhttpConnectionAddPostDataAscii(nnhttpConnection* this_, const char* pLabel, const char* pValue);
829 …tionAddPostDataBinary(nnhttpConnection* this_, const char* pLabel, const char* pValue, u32 length);
834 NN_EXTERN_C nnResult nnhttpConnectionAddPostDataRaw(nnhttpConnection* this_, const char* pValue, u3…
855 …nnhttpConnectionSendPostDataAscii(nnhttpConnection* this_, const char* pLabel, const char* pValue);
860 …SendPostDataBinary(nnhttpConnection* this_, const char* pLabel, const void* pValue, size_t length);
865 NN_EXTERN_C nnResult nnhttpConnectionSendPostDataRaw(nnhttpConnection* this_, const void* pValue, u…