HomeSort by: relevance | last modified time | path
    Searched defs:outnames (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/quic-openssl-docker/hq-interop/
quic-hq-interop.c 473 static char **outnames = NULL; variable
546 OPENSSL_free(outnames);
548 outnames = NULL;
566 * Expand our poll_list, outbiolist, and outnames arrays
582 outnames = OPENSSL_realloc(outnames, sizeof(char *) * poll_count);
583 if (outnames == NULL) {
584 fprintf(stderr, "Unable to realloc outnames\n");
589 outnames[poll_idx] = req;
991 fprintf(stderr, "completed %s\n", outnames[poll_idx])
    [all...]

Completed in 26 milliseconds