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

  /external/chromium_org/third_party/boringssl/src/crypto/conf/
conf.c 501 char *start, *psection, *pname; local
605 psection = NULL;
610 psection = pname;
634 if (psection == NULL)
635 psection = section;
643 if (!str_copy(conf, psection, &(v->value), start))
646 if (strcmp(psection, section) != 0) {
647 if ((tv = get_section(conf, psection)) == NULL)
648 tv = NCONF_new_section(conf, psection);
  /external/openssl/crypto/conf/
conf_def.c 222 char *start,*psection,*pname; local
348 psection=NULL;
354 psection=pname;
382 if (psection == NULL) psection=section;
392 if (!str_copy(conf,psection,&(v->value),start)) goto err;
394 if (strcmp(psection,section) != 0)
396 if ((tv=_CONF_get_section(conf,psection))
398 tv=_CONF_new_section(conf,psection);

Completed in 779 milliseconds