Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_libvmaf.c169 char *str_copy = NULL; in delimited_dict_parse() local
187 str_copy = av_strdup(str); in delimited_dict_parse()
188 if (!str_copy) in delimited_dict_parse()
193 char *s = av_strtok(i == 0 ? str_copy : NULL, "|", &saveptr); in delimited_dict_parse()
201 av_free(str_copy); in delimited_dict_parse()
213 av_free(str_copy); in delimited_dict_parse()
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_def.c50 static int str_copy(CONF *conf, char *section, char **to, char *from);
373 if (!str_copy(conf, NULL, &section, start)) in def_load_bio()
470 if (!str_copy(conf, psection, &include, p)) in def_load_bio()
549 if (!str_copy(conf, psection, &(v->value), start)) in def_load_bio()
651 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() function
/third_party/openssl/crypto/conf/
H A Dconf_def.c50 static int str_copy(CONF *conf, char *section, char **to, char *from);
373 if (!str_copy(conf, NULL, &section, start)) in def_load_bio()
470 if (!str_copy(conf, psection, &include, p)) in def_load_bio()
549 if (!str_copy(conf, psection, &(v->value), start)) in def_load_bio()
651 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() function
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_vpm.c26 static char *str_copy(const char *s) in str_copy() function
202 sk_OPENSSL_STRING_deep_copy(src->hosts, str_copy, str_free); in X509_VERIFY_PARAM_inherit()
/third_party/openssl/crypto/x509/
H A Dx509_vpm.c26 static char *str_copy(const char *s) in str_copy() function
202 sk_OPENSSL_STRING_deep_copy(src->hosts, str_copy, str_free); in X509_VERIFY_PARAM_inherit()

Completed in 6 milliseconds