HomeSort by relevance Sort by last modified time
    Searched refs:str_copy (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/conf/
conf.c 183 static int str_copy(CONF *conf, char *section, char **pto, char *from) { function
284 OPENSSL_PUT_ERROR(CONF, str_copy, CONF_R_NO_CLOSE_BRACE);
303 OPENSSL_PUT_ERROR(CONF, str_copy, CONF_R_VARIABLE_HAS_NO_VALUE);
594 if (!str_copy(conf, NULL, &section, start))
643 if (!str_copy(conf, psection, &(v->value), start))
  /external/openssl/crypto/conf/
conf_def.c 75 static int str_copy(CONF *conf,char *section,char **to, char *from);
334 if (!str_copy(conf,NULL,&section,start)) goto err;
392 if (!str_copy(conf,psection,&(v->value),start)) goto err;
503 static int str_copy(CONF *conf, char *section, char **pto, char *from) function

Completed in 60 milliseconds