Searched refs:readbuf (Results 1 – 1 of 1) sorted by relevance
374 char readbuf[HTTPREAD_READBUF_SIZE]; /* temp use to read into */ in httpread_read_handler() local380 nread = read(h->sd, readbuf, sizeof(readbuf)); in httpread_read_handler()385 wpa_hexdump_ascii(MSG_MSGDUMP, "httpread - read", readbuf, nread); in httpread_read_handler()412 rbp = readbuf; in httpread_read_handler()