OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:psection
(Results
1 - 1
of
1
) sorted by null
/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 253 milliseconds