Searched refs:clientdata (Results 1 – 3 of 3) sorted by relevance
/external/curl/lib/ |
D | share.c | 160 share->clientdata = ptr; in curl_share_setopt() 181 share->clientdata); in curl_share_cleanup() 185 share->unlockfunc(NULL, CURL_LOCK_DATA_SHARE, share->clientdata); in curl_share_cleanup() 205 share->unlockfunc(NULL, CURL_LOCK_DATA_SHARE, share->clientdata); in curl_share_cleanup() 223 share->lockfunc(data, type, accesstype, share->clientdata); in Curl_share_lock() 240 share->unlockfunc (data, type, share->clientdata); in Curl_share_unlock()
|
D | share.h | 45 void *clientdata; member
|
/external/pdfium/third_party/libtiff/ |
D | tif_open.c | 75 thandle_t clientdata, argument 121 TIFFErrorExt(clientdata, module, "%s: Out of memory (TIFF structure)", name); 132 tif->tif_clientdata = clientdata; 134 TIFFErrorExt(clientdata, module,
|