config            416 ext/openssl/openssl.c 	X509V3_set_conf_lhash(&ctx, config);
config            417 ext/openssl/openssl.c 	if (!X509V3_EXT_add_conf(config, &ctx, (char *)section, NULL)) {
config             55 ext/pdo_sqlite/sqlite/tool/lemon.c struct config *Configlist_add(/* struct rule *, int */);
config             56 ext/pdo_sqlite/sqlite/tool/lemon.c struct config *Configlist_addbasis(/* struct rule *, int */);
config             60 ext/pdo_sqlite/sqlite/tool/lemon.c struct config *Configlist_return(/* void */);
config             61 ext/pdo_sqlite/sqlite/tool/lemon.c struct config *Configlist_basis(/* void */);
config            184 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *next;     /* Next configuration in the state */
config            185 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *bp;       /* The next basis configuration */
config            212 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *bp;       /* The basis configurations for this state */
config            213 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *cfp;      /* All configurations in this set */
config            226 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *cfp;      /* The configuration to which linked */
config            327 ext/pdo_sqlite/sqlite/tool/lemon.c struct config *Configtable_find(/* struct config * */);
config            723 ext/pdo_sqlite/sqlite/tool/lemon.c     struct config *newcfp;
config            742 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *cfp, *bp;
config            756 ext/pdo_sqlite/sqlite/tool/lemon.c     struct config *x, *y;
config            806 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *cfp;  /* For looping thru the config closure of "stp" */
config            807 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *bcfp; /* For the inner loop on config closure of "stp" */
config            808 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *new;  /* */
config            861 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *cfp, *other;
config            897 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *cfp;
config            934 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *cfp;
config           1075 ext/pdo_sqlite/sqlite/tool/lemon.c static struct config *freelist = 0;      /* List of free configurations */
config           1076 ext/pdo_sqlite/sqlite/tool/lemon.c static struct config *current = 0;       /* Top of list of configurations */
config           1077 ext/pdo_sqlite/sqlite/tool/lemon.c static struct config **currentend = 0;   /* Last on list of configs */
config           1078 ext/pdo_sqlite/sqlite/tool/lemon.c static struct config *basis = 0;         /* Top of list of basis configs */
config           1079 ext/pdo_sqlite/sqlite/tool/lemon.c static struct config **basisend = 0;     /* End of list of basis configs */
config           1082 ext/pdo_sqlite/sqlite/tool/lemon.c PRIVATE struct config *newconfig(){
config           1083 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *new;
config           1087 ext/pdo_sqlite/sqlite/tool/lemon.c     freelist = (struct config *)malloc( sizeof(struct config)*amt );
config           1129 ext/pdo_sqlite/sqlite/tool/lemon.c struct config *Configlist_add(rp,dot)
config           1133 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *cfp, model;
config           1156 ext/pdo_sqlite/sqlite/tool/lemon.c struct config *Configlist_addbasis(rp,dot)
config           1160 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *cfp, model;
config           1189 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *cfp, *newcfp;
config           1233 ext/pdo_sqlite/sqlite/tool/lemon.c   current = (struct config *)msort((char *)current,(char **)&(current->next),Configcmp);
config           1240 ext/pdo_sqlite/sqlite/tool/lemon.c   basis = (struct config *)msort((char *)current,(char **)&(current->bp),Configcmp);
config           1247 ext/pdo_sqlite/sqlite/tool/lemon.c struct config *Configlist_return(){
config           1248 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *old;
config           1257 ext/pdo_sqlite/sqlite/tool/lemon.c struct config *Configlist_basis(){
config           1258 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *old;
config           1269 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *nextcfp;
config           2851 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *cfp;
config           4508 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *key;                   /* The key */
config           4654 ext/pdo_sqlite/sqlite/tool/lemon.c   struct config *data;                  /* The data */
config           4740 ext/pdo_sqlite/sqlite/tool/lemon.c struct config *Configtable_find(key)
config            121 ext/pspell/pspell.c 	PspellConfig *config = (PspellConfig *)rsrc->ptr;
config            123 ext/pspell/pspell.c 	delete_pspell_config(config);
config            128 ext/pspell/pspell.c 	config = (PspellConfig *) zend_list_find(Z_LVAL_PP(conf), &type);	\
config            129 ext/pspell/pspell.c 	if (config == NULL || type != le_pspell_config) {	\
config            175 ext/pspell/pspell.c 	PspellConfig *config;
config            182 ext/pspell/pspell.c 	config = new_pspell_config();
config            199 ext/pspell/pspell.c 			pspell_config_replace(config, "data-dir", data_dir);
config            200 ext/pspell/pspell.c 			pspell_config_replace(config, "dict-dir", dict_dir);
config            206 ext/pspell/pspell.c 	pspell_config_replace(config, "language-tag", Z_STRVAL_PP(language));
config            211 ext/pspell/pspell.c 			pspell_config_replace(config, "spelling", Z_STRVAL_PP(spelling));
config            218 ext/pspell/pspell.c 			pspell_config_replace(config, "jargon", Z_STRVAL_PP(jargon));
config            225 ext/pspell/pspell.c 			pspell_config_replace(config, "encoding", Z_STRVAL_PP(encoding));
config            236 ext/pspell/pspell.c 			pspell_config_replace(config, "sug-mode", "fast");
config            238 ext/pspell/pspell.c 			pspell_config_replace(config, "sug-mode", "normal");
config            240 ext/pspell/pspell.c 			pspell_config_replace(config, "sug-mode", "bad-spellers");
config            245 ext/pspell/pspell.c 			pspell_config_replace(config, "run-together", "true");
config            249 ext/pspell/pspell.c 	ret = new_pspell_manager(config);
config            250 ext/pspell/pspell.c 	delete_pspell_config(config);
config            283 ext/pspell/pspell.c 	PspellConfig *config;
config            290 ext/pspell/pspell.c 	config = new_pspell_config();
config            307 ext/pspell/pspell.c 			pspell_config_replace(config, "data-dir", data_dir);
config            308 ext/pspell/pspell.c 			pspell_config_replace(config, "dict-dir", dict_dir);
config            316 ext/pspell/pspell.c 		delete_pspell_config(config);
config            321 ext/pspell/pspell.c 		delete_pspell_config(config);
config            325 ext/pspell/pspell.c 	pspell_config_replace(config, "personal", Z_STRVAL_PP(personal));
config            326 ext/pspell/pspell.c 	pspell_config_replace(config, "save-repl", "false");
config            329 ext/pspell/pspell.c 	pspell_config_replace(config, "language-tag", Z_STRVAL_PP(language));
config            334 ext/pspell/pspell.c 			pspell_config_replace(config, "spelling", Z_STRVAL_PP(spelling));
config            341 ext/pspell/pspell.c 			pspell_config_replace(config, "jargon", Z_STRVAL_PP(jargon));
config            348 ext/pspell/pspell.c 			pspell_config_replace(config, "encoding", Z_STRVAL_PP(encoding));
config            359 ext/pspell/pspell.c 			pspell_config_replace(config, "sug-mode", "fast");
config            361 ext/pspell/pspell.c 			pspell_config_replace(config, "sug-mode", "normal");
config            363 ext/pspell/pspell.c 			pspell_config_replace(config, "sug-mode", "bad-spellers");
config            368 ext/pspell/pspell.c 			pspell_config_replace(config, "run-together", "true");
config            372 ext/pspell/pspell.c 	ret = new_pspell_manager(config);
config            373 ext/pspell/pspell.c 	delete_pspell_config(config);
config            398 ext/pspell/pspell.c 	PspellConfig *config;
config            407 ext/pspell/pspell.c 	ret = new_pspell_manager(config);
config            636 ext/pspell/pspell.c 	PspellConfig *config;
config            651 ext/pspell/pspell.c 	config = new_pspell_config();
config            668 ext/pspell/pspell.c 			pspell_config_replace(config, "data-dir", data_dir);
config            669 ext/pspell/pspell.c 			pspell_config_replace(config, "dict-dir", dict_dir);
config            675 ext/pspell/pspell.c 	pspell_config_replace(config, "language-tag", Z_STRVAL_PP(language));
config            680 ext/pspell/pspell.c 			pspell_config_replace(config, "spelling", Z_STRVAL_PP(spelling));
config            687 ext/pspell/pspell.c 			pspell_config_replace(config, "jargon", Z_STRVAL_PP(jargon));
config            694 ext/pspell/pspell.c 			pspell_config_replace(config, "encoding", Z_STRVAL_PP(encoding));
config            700 ext/pspell/pspell.c 	pspell_config_replace(config, "save-repl", "false");
config            702 ext/pspell/pspell.c 	ind = zend_list_insert(config, le_pspell_config);
config            715 ext/pspell/pspell.c 	PspellConfig *config;
config            725 ext/pspell/pspell.c 	pspell_config_replace(config, "run-together", Z_LVAL_PP(runtogether) ? "true" : "false");
config            739 ext/pspell/pspell.c 	PspellConfig *config;
config            752 ext/pspell/pspell.c 		pspell_config_replace(config, "sug-mode", "fast");
config            754 ext/pspell/pspell.c 		pspell_config_replace(config, "sug-mode", "normal");
config            756 ext/pspell/pspell.c 		pspell_config_replace(config, "sug-mode", "bad-spellers");
config            774 ext/pspell/pspell.c 	PspellConfig *config;
config            788 ext/pspell/pspell.c 	pspell_config_replace(config, "ignore", ignore_str);
config            798 ext/pspell/pspell.c 	PspellConfig *config;
config            817 ext/pspell/pspell.c 	pspell_config_replace(config, option, Z_STRVAL_PP(value));
config            854 ext/pspell/pspell.c 	PspellConfig *config;
config            863 ext/pspell/pspell.c 	pspell_config_replace(config, "save-repl", "true");
config            875 ext/pspell/pspell.c 	pspell_config_replace(config, "repl", Z_STRVAL_PP(repl));
config            889 ext/pspell/pspell.c 	PspellConfig *config;
config            899 ext/pspell/pspell.c 	pspell_config_replace(config, "save-repl", Z_LVAL_PP(save) ? "true" : "false");
config            463 ext/tidy/tidy.c 	zval **config;
config            465 ext/tidy/tidy.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|Zsb", &arg1, &arg1_len, &config, &enc, &enc_len, &use_include_path) == FAILURE) {
config            495 ext/tidy/tidy.c 		TIDY_APPLY_CONFIG_ZVAL(doc, config);
config             47 sapi/apache2filter/apache_config.c 	HashTable config;
config             62 sapi/apache2filter/apache_config.c 	phpapdebug((stderr, "Getting %s=%s for %p (%d)\n", name, value, dummy, zend_hash_num_elements(&d->config)));
config             73 sapi/apache2filter/apache_config.c 	zend_hash_update(&d->config, (char *) name, strlen(name) + 1, &e, sizeof(e), NULL);
config            131 sapi/apache2filter/apache_config.c 	zend_hash_copy(&n->config, &e->config, NULL, NULL, sizeof(php_dir_entry));
config            134 sapi/apache2filter/apache_config.c 	for (zend_hash_internal_pointer_reset(&d->config);
config            135 sapi/apache2filter/apache_config.c 			zend_hash_get_current_key_ex(&d->config, &str, &str_len, 
config            137 sapi/apache2filter/apache_config.c 			zend_hash_move_forward(&d->config)) {
config            139 sapi/apache2filter/apache_config.c 		zend_hash_get_current_data(&d->config, (void **) &data);
config            140 sapi/apache2filter/apache_config.c 		if (zend_hash_find(&n->config, str, str_len, (void **) &pe) == SUCCESS) {
config            143 sapi/apache2filter/apache_config.c 		zend_hash_update(&n->config, str, str_len, data, sizeof(*data), NULL);
config            155 sapi/apache2filter/apache_config.c 	if (zend_hash_find(&d->config, name, name_len, (void **) &pe) == SUCCESS) {
config            169 sapi/apache2filter/apache_config.c 	for (zend_hash_internal_pointer_reset(&d->config);
config            170 sapi/apache2filter/apache_config.c 			zend_hash_get_current_key_ex(&d->config, &str, &str_len, NULL, 0, 
config            172 sapi/apache2filter/apache_config.c 			zend_hash_move_forward(&d->config)) {
config            173 sapi/apache2filter/apache_config.c 		zend_hash_get_current_data(&d->config, (void **) &data);
config            196 sapi/apache2filter/apache_config.c 	zend_hash_destroy(&d->config);
config            206 sapi/apache2filter/apache_config.c 	zend_hash_init(&newx->config, 0, NULL, NULL, 1);
config             47 sapi/apache2handler/apache_config.c 	HashTable config;
config             62 sapi/apache2handler/apache_config.c 	phpapdebug((stderr, "Getting %s=%s for %p (%d)\n", name, value, dummy, zend_hash_num_elements(&d->config)));
config             73 sapi/apache2handler/apache_config.c 	zend_hash_update(&d->config, (char *) name, strlen(name) + 1, &e, sizeof(e), NULL);
config            131 sapi/apache2handler/apache_config.c 	zend_hash_copy(&n->config, &e->config, NULL, NULL, sizeof(php_dir_entry));
config            134 sapi/apache2handler/apache_config.c 	for (zend_hash_internal_pointer_reset(&d->config);
config            135 sapi/apache2handler/apache_config.c 			zend_hash_get_current_key_ex(&d->config, &str, &str_len, 
config            137 sapi/apache2handler/apache_config.c 			zend_hash_move_forward(&d->config)) {
config            139 sapi/apache2handler/apache_config.c 		zend_hash_get_current_data(&d->config, (void **) &data);
config            140 sapi/apache2handler/apache_config.c 		if (zend_hash_find(&n->config, str, str_len, (void **) &pe) == SUCCESS) {
config            143 sapi/apache2handler/apache_config.c 		zend_hash_update(&n->config, str, str_len, data, sizeof(*data), NULL);
config            155 sapi/apache2handler/apache_config.c 	if (zend_hash_find(&d->config, name, name_len, (void **) &pe) == SUCCESS) {
config            169 sapi/apache2handler/apache_config.c 	for (zend_hash_internal_pointer_reset(&d->config);
config            170 sapi/apache2handler/apache_config.c 			zend_hash_get_current_key_ex(&d->config, &str, &str_len, NULL, 0, 
config            172 sapi/apache2handler/apache_config.c 			zend_hash_move_forward(&d->config)) {
config            173 sapi/apache2handler/apache_config.c 		zend_hash_get_current_data(&d->config, (void **) &data);
config            196 sapi/apache2handler/apache_config.c 	zend_hash_destroy(&d->config);
config            206 sapi/apache2handler/apache_config.c 	zend_hash_init(&newx->config, 0, NULL, NULL, 1);
config            478 sapi/apache2handler/sapi_apache2.c 	HashTable config;
config            484 sapi/apache2handler/sapi_apache2.c 		for (zend_hash_internal_pointer_reset(&c->config); 
config            485 sapi/apache2handler/sapi_apache2.c 				zend_hash_get_current_key_ex(&c->config, &str, &str_len, NULL, 0,  NULL) == HASH_KEY_IS_STRING;
config            486 sapi/apache2handler/sapi_apache2.c 				zend_hash_move_forward(&c->config)