Home
last modified time | relevance | path

Searched refs:curl_dbg_send (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dmemdebug.h68 CURL_EXTERN SEND_TYPE_RETV curl_dbg_send(SEND_TYPE_ARG1 sockfd,
93 #define send(a,b,c,d) curl_dbg_send(a,b,c,d, __LINE__, __FILE__)
Dmemdebug.c358 SEND_TYPE_RETV curl_dbg_send(SEND_TYPE_ARG1 sockfd, in curl_dbg_send() function