OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:os_specific
(Results
1 - 3
of
3
) sorted by null
/external/curl/lib/
asyn-thread.c
179
return &(((struct thread_data *)conn->async.
os_specific
)->tsd);
182
#define CONN_THREAD_SYNC_DATA(conn) &(((conn)->async.
os_specific
)->tsd);
339
if(async->
os_specific
) {
340
struct thread_data *td = (struct thread_data*) async->
os_specific
;
361
free(async->
os_specific
);
364
async->
os_specific
= NULL;
383
conn->async.
os_specific
= (void*) td;
462
struct thread_data *td = (struct thread_data*) conn->async.
os_specific
;
499
struct thread_data *td = (struct thread_data*) conn->async.
os_specific
;
asyn-ares.c
191
if(async->
os_specific
) {
192
struct ResolverResults *res = (struct ResolverResults *)async->
os_specific
;
200
async->
os_specific
= NULL;
314
conn->async.
os_specific
;
467
res = (struct ResolverResults *)conn->async.
os_specific
;
548
conn->async.
os_specific
= res;
urldata.h
576
void *
os_specific
; /* 'struct thread_data' for Windows */
member in struct:Curl_async
[
all
...]
Completed in 115 milliseconds