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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/conf/
H A Dconf_def.c222 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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/conf/
H A Dconf_def.c220 char *start, *psection, *pname; local
335 psection = NULL;
340 psection = pname;
364 if (psection == NULL)
365 psection = section;
373 if (!str_copy(conf, psection, &(v->value), start))
376 if (strcmp(psection, section) != 0) {
377 if ((tv = _CONF_get_section(conf, psection))
379 tv = _CONF_new_section(conf, psection);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/conf/
H A Dconf_def.c222 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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/conf/
H A Dconf_def.c220 char *start, *psection, *pname; local
335 psection = NULL;
340 psection = pname;
364 if (psection == NULL)
365 psection = section;
373 if (!str_copy(conf, psection, &(v->value), start))
376 if (strcmp(psection, section) != 0) {
377 if ((tv = _CONF_get_section(conf, psection))
379 tv = _CONF_new_section(conf, psection);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/conf/
H A Dconf_def.c222 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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/conf/
H A Dconf_def.c220 char *start, *psection, *pname; local
335 psection = NULL;
340 psection = pname;
364 if (psection == NULL)
365 psection = section;
373 if (!str_copy(conf, psection, &(v->value), start))
376 if (strcmp(psection, section) != 0) {
377 if ((tv = _CONF_get_section(conf, psection))
379 tv = _CONF_new_section(conf, psection);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/base/
H A Dmemory.c188 unsigned long psection; local
194 psection = mem->phys_index;
195 first_page = pfn_to_page(psection << PFN_SECTION_SHIFT);
209 psection, i);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/base/
H A Dmemory.c188 unsigned long psection; local
194 psection = mem->phys_index;
195 first_page = pfn_to_page(psection << PFN_SECTION_SHIFT);
209 psection, i);

Completed in 120 milliseconds