Searched refs:multi (Results 1 - 2 of 2) sorted by relevance
/sssd-io/src/p11_child/ |
H A D | p11_child_nss.c | 146 char *multi = NULL; local 496 multi = talloc_strdup(mem_ctx, ""); 497 if (multi == NULL) { 541 multi = talloc_asprintf_append(multi, "%s\n%s\n%s\n%s\n%s\n", 545 *_multi = multi; 639 char *multi = NULL; local 822 token_name, key_id, &multi); 828 if (multi != NULL) { 829 fprintf(stdout, "%s", multi); [all...] |
/sssd-io/src/util/ |
H A D | tev_curl.c | 57 * the curl's multi interface: 58 * https://ec.haxx.se/libcurl-drive-multi.html 283 /* https://ec.haxx.se/libcurl-drive-multi-socket.html */ 380 /* ..stop tracking the socket with the multi handle.. */ 404 /* https://ec.haxx.se/libcurl-drive-multi-socket.html */ 417 static int schedule_fd_processing(CURLM *multi, argument 437 /* There is only one timer per multi handle, so it makes sense to cancel 440 * From https://ec.haxx.se/libcurl-drive-multi-socket.html: 442 * entire multi handle, no matter how many individual easy handles 505 * When there is some activity on a socket associated with the multi [all...] |
Completed in 12 milliseconds