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

/macosx-10.10/OpenSSL098-52/src/crypto/conf/
H A Dconf_def.c224 char *start,*psection,*pname; local
352 psection=NULL;
358 psection=pname;
386 if (psection == NULL) psection=section;
396 if (!str_copy(conf,psection,&(v->value),start)) goto err;
398 if (strcmp(psection,section) != 0)
400 if ((tv=_CONF_get_section(conf,psection))
402 tv=_CONF_new_section(conf,psection);

Completed in 167 milliseconds