Home
last modified time | relevance | path

Searched refs:tmpptr (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/
H A Dpunycode.c270 char *tmpptr = strchr(inptr, '.'); in ossl_a2ulabel() local
271 size_t delta = tmpptr != NULL ? (size_t)(tmpptr - inptr) : strlen(inptr); in ossl_a2ulabel()
298 if (tmpptr == NULL) in ossl_a2ulabel()
304 inptr = tmpptr + 1; in ossl_a2ulabel()

Completed in 7 milliseconds