not_filtered_functions  293 ext/mysqlnd/mysqlnd_debug.c 	if (zend_hash_num_elements(&self->not_filtered_functions) &&
not_filtered_functions  294 ext/mysqlnd/mysqlnd_debug.c 		0 == zend_hash_exists(&self->not_filtered_functions, func_name, strlen(func_name) + 1))
not_filtered_functions  351 ext/mysqlnd/mysqlnd_debug.c 	} else if (!zend_hash_num_elements(&self->not_filtered_functions) ||
not_filtered_functions  352 ext/mysqlnd/mysqlnd_debug.c 			   1 == zend_hash_exists(&self->not_filtered_functions, func_name, strlen(func_name) + 1))
not_filtered_functions  500 ext/mysqlnd/mysqlnd_debug.c 	zend_hash_destroy(&self->not_filtered_functions);
not_filtered_functions  530 ext/mysqlnd/mysqlnd_debug.c 	if (zend_hash_num_elements(&self->not_filtered_functions)) {
not_filtered_functions  531 ext/mysqlnd/mysqlnd_debug.c 		zend_hash_destroy(&self->not_filtered_functions);
not_filtered_functions  532 ext/mysqlnd/mysqlnd_debug.c 		zend_hash_init(&self->not_filtered_functions, 0, NULL, NULL, 0);
not_filtered_functions  595 ext/mysqlnd/mysqlnd_debug.c 								zend_hash_add_empty_element(&self->not_filtered_functions,
not_filtered_functions  735 ext/mysqlnd/mysqlnd_debug.c 	zend_hash_init(&ret->not_filtered_functions, 0, NULL, NULL, 0);
not_filtered_functions   57 ext/mysqlnd/mysqlnd_debug.h 	HashTable not_filtered_functions;