Searched refs:numhandles (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | srtpproto.c | 128 int *numhandles) in srtp_get_multi_file_handle() 131 return ffurl_get_multi_file_handle(s->rtp_hd, handles, numhandles); in srtp_get_multi_file_handle() 127 srtp_get_multi_file_handle(URLContext *h, int **handles, int *numhandles) srtp_get_multi_file_handle() argument
|
H A D | url.h | 86 int *numhandles); 247 int ffurl_get_multi_file_handle(URLContext *h, int **handles, int *numhandles);
|
H A 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()
|
H A D | rtpproto.c | 558 int *numhandles) in rtp_get_multi_file_handle() 566 *numhandles = 2; in rtp_get_multi_file_handle() 557 rtp_get_multi_file_handle(URLContext *h, int **handles, int *numhandles) rtp_get_multi_file_handle() argument
|
/third_party/curl/tests/libtest/ |
H A D | lib582.c | 207 int numhandles = 0; in notifyCurl() local 208 CURLMcode result = curl_multi_socket_action(curl, s, evBitmask, &numhandles); in notifyCurl()
|
H A 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()
|
Completed in 5 milliseconds