Searched defs:http_client_request_new (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib-http/ |
H A D | http-client-request.c | 99 http_client_request_new(struct http_client *client, const char *method, function 134 req = http_client_request_new(client, method, callback, context); 149 req = http_client_request_new(client, method, callback, context); 171 req = tmpreq = http_client_request_new 205 req = http_client_request_new(client, "CONNECT", callback, context);
|
Completed in 15 milliseconds