Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dpunycode.c119 unsigned int *pDecoded, unsigned int *pout_length) in ossl_punycode_decode() argument
142 pDecoded[loop] = pEncoded[loop]; in ossl_punycode_decode()
186 memmove(pDecoded + i + 1, pDecoded + i, in ossl_punycode_decode()
187 (written_out - i) * sizeof(*pDecoded)); in ossl_punycode_decode()
188 pDecoded[i] = n; in ossl_punycode_decode()
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Dpunycode.h17 unsigned int *pDecoded,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_punycode_decode.pod13 unsigned int *pDecoded, unsigned int *pout_length);