Searched refs:httpread_create (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | httpread.h | 56 /* httpread_create -- start a new reading session making use of eloop. 62 * Provided that httpread_create successfully returns a handle, 69 struct httpread * httpread_create(
|
H A D | http_client.c | 121 c->hread = httpread_create(c->sd, http_client_got_response, c, in http_client_tx_ready()
|
H A D | http_server.c | 79 req->hread = httpread_create(req->fd, http_request_cb, req, in http_request_init()
|
H A D | httpread.c | 716 /* httpread_create -- start a new reading session making use of eloop. 722 * Provided that httpread_create successfully returns a handle, 729 struct httpread * httpread_create( in httpread_create() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | httpread.h | 56 /* httpread_create -- start a new reading session making use of eloop. 62 * Provided that httpread_create successfully returns a handle, 69 struct httpread * httpread_create(
|
H A D | http_client.c | 121 c->hread = httpread_create(c->sd, http_client_got_response, c, in http_client_tx_ready()
|
H A D | http_server.c | 79 req->hread = httpread_create(req->fd, http_request_cb, req, in http_request_init()
|
H A D | httpread.c | 716 /* httpread_create -- start a new reading session making use of eloop. 722 * Provided that httpread_create successfully returns a handle, 729 struct httpread * httpread_create( in httpread_create() function
|
Completed in 5 milliseconds