HomeSort by relevance Sort by last modified time
    Searched refs:cgiwrap_read (Results 1 - 4 of 4) sorted by null

  /external/clearsilver/cgi/
cgiwrap.h 155 * Function: cgiwrap_read - cgiwrap input function
156 * Description: cgiwrap_read is used to read incoming data from the
164 void cgiwrap_read (char *buf, int buf_len, int *read_len);
cgiwrap.c 219 void cgiwrap_read (char *buf, int buf_len, int *read_len) function
cgi.c 398 cgiwrap_read (query + o, len - o, &r);
671 cgiwrap_read (buf, sizeof(buf), &r);
673 cgiwrap_read (buf, len - x, &r);
702 cgiwrap_read (buf, sizeof(buf), &r);
704 cgiwrap_read (buf, len - x, &r);
    [all...]
rfc2388.c 162 // Some servers will close their end of the stdin pipe, so cgiwrap_read
171 cgiwrap_read (cgi->buf + ofs, to_read, &(cgi->readlen));

Completed in 303 milliseconds