HomeSort by relevance Sort by last modified time
    Searched refs:requests (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium/third_party/libevent/
evrpc-internal.h 83 TAILQ_HEAD(evrpc_requestq, evrpc_request_wrapper) requests; member in struct:evrpc_pool
evrpc.c 390 TAILQ_INIT(&pool->requests);
415 while ((request = TAILQ_FIRST(&pool->requests)) != NULL) {
416 TAILQ_REMOVE(&pool->requests, request, next);
462 * if we have any requests pending, schedule them with the new
466 if (TAILQ_FIRST(&pool->requests) != NULL) {
468 TAILQ_FIRST(&pool->requests);
469 TAILQ_REMOVE(&pool->requests, request, next);
497 if (TAILQ_FIRST(&connection->requests) == NULL)
579 TAILQ_INSERT_TAIL(&pool->requests, ctx, next);
636 struct evrpc_request_wrapper *ctx = TAILQ_FIRST(&pool->requests);
    [all...]
http-internal.h 5 * This header file contains definitions for dealing with HTTP requests
71 #define EVHTTP_CON_OUTGOING 0x0002 /* multiple requests possible */
83 TAILQ_HEAD(evcon_requestq, evhttp_request) requests; member in struct:evhttp_connection
127 /* resets the connection; can be reused for more requests */
http.c 634 struct evhttp_request* req = TAILQ_FIRST(&evcon->requests);
641 * for incoming requests, there are two different
657 TAILQ_REMOVE(&evcon->requests, req, next);
660 /* xxx: maybe we should fail all requests??? */
666 if (TAILQ_FIRST(&evcon->requests) != NULL)
719 struct evhttp_request *req = TAILQ_FIRST(&evcon->requests);
725 TAILQ_REMOVE(&evcon->requests, req, next);
738 if (TAILQ_FIRST(&evcon->requests) != NULL) {
740 * We have more requests; reset the connection
913 struct evhttp_request *req = TAILQ_FIRST(&evcon->requests);
    [all...]
  /external/e2fsprogs/lib/ss/
execute_cmd.c 50 struct _ss_request_entry *e = (struct _ss_request_entry *) tbl1->requests;
54 #define get_request(tbl,idx) ((tbl) -> requests + (idx))
ss.h 47 ss_request_entry *requests; member in struct:_ss_request_table
list_rqs.c 50 fprintf (output, "Available %s requests:\n\n",
54 entry = (*table)->requests;
Makefile.in 55 request_tbl.o list_rqs.o pager.o requests.o \
61 $(srcdir)/list_rqs.c $(srcdir)/pager.c $(srcdir)/requests.c \
220 requests.o: $(srcdir)/requests.c $(srcdir)/ss_internal.h $(srcdir)/ss.h \
  /external/wpa_supplicant/
radius_client.h 34 u32 requests; /* @Client{Access,}Requests */ member in struct:hostapd_radius_server
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_client.h 34 u32 requests; /* @Client{Access,}Requests */ member in struct:hostapd_radius_server
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverMsr.h 54 /* In non unicast measurement requests a random delay */
270 TI_UINT8 *requests; /**< */ member in struct:__anon10494
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
requestHandler.c 44 /* This module handle the incoming measurement requests. The object handle */
45 /* data base that stores all measurement requests from the last incoming. */
46 /* This module export interface function for sceduling the next requests to be */
258 - Inserts all requests into the queue.
283 TI_UINT8 *requests = measurementFrameReq.requests; local
298 requests,
306 requests += singelRequestLen;
320 DESCRIPTION: RequestHandler module function for retrieving the requests that
323 - returns pointers to one request/several requests tha
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
requestHandler.c 45 /* This module handle the incoming measurement requests. The object handle */
46 /* data base that stores all measurement requests from the last incoming. */
47 /* This module export interface function for sceduling the next requests to be */
262 - Inserts all requests into the queue.
287 UINT8 *requests = measurementFrameReq.requests; local
303 requests,
311 requests += singelRequestLen;
327 DESCRIPTION: RequestHandler module function for retrieving the requests that
330 - returns pointers to one request/several requests tha
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/Export_Inc/
measurementTypes.h 62 /* In non unicast measurement requests a random delay */
199 UINT8 *requests;
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverMsr.h 54 /* In non unicast measurement requests a random delay */
270 TI_UINT8 *requests; /**< */ member in struct:__anon18816
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
requestHandler.c 44 /* This module handle the incoming measurement requests. The object handle */
45 /* data base that stores all measurement requests from the last incoming. */
46 /* This module export interface function for sceduling the next requests to be */
258 - Inserts all requests into the queue.
283 TI_UINT8 *requests = measurementFrameReq.requests; local
298 requests,
306 requests += singelRequestLen;
320 DESCRIPTION: RequestHandler module function for retrieving the requests that
323 - returns pointers to one request/several requests tha
    [all...]
  /external/chromium/net/tools/fetch/
fetch_client.cc 100 static StatsCounter requests("FetchClient.requests");
101 requests.Increment();
163 int num_clients = table.GetCounterValue("c:FetchClient.requests");
  /external/kernel-headers/original/linux/
uinput.h 74 struct uinput_request *requests[UINPUT_NUM_REQUESTS]; member in struct:uinput_device
  /external/webkit/WebKitTools/pywebsocket/test/
test_handshake.py 396 requests = []
401 requests.append(request)
402 return requests
  /packages/providers/DownloadProvider/tests/src/tests/http/
MockWebServer.java 104 List<RecordedRequest> requests = new ArrayList<RecordedRequest>(); local
105 requestQueue.drainTo(requests);
106 return requests;
110 * Starts the server, serves all enqueued requests, and shuts the server
194 return null; // end of data; no more requests
235 throw new IllegalArgumentException("GET requests should not have a body!");
239 throw new IllegalArgumentException("POST requests must have a body!");
  /external/v8/test/mjsunit/
debug-evaluate.js 35 // The base part of all evaluate requests.
72 // Test some illegal evaluate requests.
77 // Test some legal evaluate requests.
debug-references.js 35 // The base part of all evaluate requests.
78 // Test some illegal references requests.
92 // Test some legal references requests.
debug-clearbreakpoint.js 64 // Test some illegal clearbreakpoint requests.
75 // Test some legal clearbreakpoint requests.
  /frameworks/base/core/tests/utillib/src/coretestutils/http/
MockWebServer.java 111 List<RecordedRequest> requests = new ArrayList<RecordedRequest>(); local
112 requestQueue.drainTo(requests);
113 return requests;
117 * Starts the server, serves all enqueued requests, and shuts the server
125 * Starts the server, serves all enqueued requests, and shuts the server
212 return null; // end of data; no more requests
253 throw new IllegalArgumentException("GET requests should not have a body!");
257 throw new IllegalArgumentException("POST requests must have a body!");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
UiLayoutEditPart.java 28 import org.eclipse.gef.requests.CreateRequest;

Completed in 1019 milliseconds

1 2 3