Searched refs:str_copy (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/src/crypto/conf/
H A Dconf.c200 static int str_copy(CONF *conf, char *section, char **pto, char *from) { function
623 if (!str_copy(conf, NULL, &section, start)) {
674 if (!str_copy(conf, psection, &(v->value), start)) {
/external/boringssl/src/crypto/x509/
H A Dx509_vpm.c76 static char *str_copy(char *s) function
303 sk_OPENSSL_STRING_deep_copy(id->hosts, str_copy, str_free);

Completed in 459 milliseconds