HomeSort by relevance Sort by last modified time
    Searched defs:http_client (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/findit/common/
http_client_local.py 28 import http_client namespace
228 class HttpClientLocal(http_client.HttpClient):
  /external/wpa_supplicant_8/src/wps/
http_client.c 2 * http_client - HTTP client
15 #include "http_client.h"
21 struct http_client { struct
28 void (*cb)(void *ctx, struct http_client *c,
38 struct http_client *c = eloop_data;
47 struct http_client *c = cookie;
86 struct http_client *c = eloop_ctx;
130 struct http_client * http_client_addr(struct sockaddr_in *dst,
133 struct http_client *c,
137 struct http_client *c
    [all...]

Completed in 1465 milliseconds