Searched refs:numhandles (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | srtpproto.c | 128 int *numhandles) in srtp_get_multi_file_handle() argument 131 return ffurl_get_multi_file_handle(s->rtp_hd, handles, numhandles); in srtp_get_multi_file_handle()
|
D | url.h | 86 int *numhandles); 247 int ffurl_get_multi_file_handle(URLContext *h, int **handles, int *numhandles);
|
D | avio.c | 627 int ffurl_get_multi_file_handle(URLContext *h, int **handles, int *numhandles) in ffurl_get_multi_file_handle() argument 637 *numhandles = 1; in ffurl_get_multi_file_handle() 641 return h->prot->url_get_multi_file_handle(h, handles, numhandles); in ffurl_get_multi_file_handle()
|
D | rtpproto.c | 558 int *numhandles) in rtp_get_multi_file_handle() argument 566 *numhandles = 2; in rtp_get_multi_file_handle()
|
/third_party/curl/tests/libtest/ |
D | lib582.c | 207 int numhandles = 0; in notifyCurl() local 208 CURLMcode result = curl_multi_socket_action(curl, s, evBitmask, &numhandles); in notifyCurl()
|
D | lib530.c | 233 int numhandles = 0; in socket_action() local 234 CURLMcode result = curl_multi_socket_action(curl, s, evBitmask, &numhandles); in socket_action()
|