Home
last modified time | relevance | path

Searched refs:fdopen (Results 1 – 8 of 8) sorted by relevance

/curl/lib/
H A Dfopen.c141 *fh = fdopen(fd, FOPEN_WRITETEXT); in Curl_fopen()
H A Dcurl_memory.h104 #undef fdopen
H A Dmemdebug.h186 #undef fdopen
187 #define fdopen(file,mode) curl_dbg_fdopen(file,mode,__LINE__,__FILE__) macro
H A Dmemdebug.c412 FILE *res = fdopen(filedes, mode); in curl_dbg_fdopen()
/curl/src/
H A Dtool_cb_wrt.c112 file = fdopen(fd, "wb"); in tool_create_output_file()
/curl/docs/examples/
H A Dhiperfifo.c418 g->input = fdopen(sockfd, "r"); in init_fifo()
H A Devhiperfifo.c416 g->input = fdopen(sockfd, "r"); in init_fifo()
H A Dephiperfifo.c440 g->input = fdopen(sockfd, "r"); in init_fifo()

Completed in 25 milliseconds