OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_requests
(Results
1 - 5
of
5
) sorted by null
/external/grpc-grpc/src/core/lib/security/credentials/plugin/
plugin_credentials.h
43
grpc_plugin_credentials_pending_request*
pending_requests
;
member in struct:grpc_plugin_credentials
plugin_credentials.cc
51
c->
pending_requests
= pending_request->next;
166
if (c->
pending_requests
!= nullptr) {
167
c->
pending_requests
->prev = pending_request;
169
pending_request->next = c->
pending_requests
;
170
c->
pending_requests
= pending_request;
236
c->
pending_requests
;
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
oauth2_credentials.h
76
grpc_oauth2_pending_get_request_metadata*
pending_requests
;
member in struct:__anon23195
oauth2_credentials.cc
228
c->
pending_requests
;
229
c->
pending_requests
= nullptr;
277
// Add request to c->
pending_requests
and start a new fetch if needed.
286
pending_request->next = c->
pending_requests
;
287
c->
pending_requests
= pending_request;
312
c->
pending_requests
;
319
c->
pending_requests
= pending_request->next;
/bionic/libc/dns/resolv/
res_cache.c
1285
PendingReqInfo
pending_requests
;
member in struct:resolv_cache
[
all
...]
Completed in 2593 milliseconds