not_filtered_functions  284 ext/mysqlnd/mysqlnd_debug.c 	if (zend_hash_num_elements(&self->not_filtered_functions) &&
not_filtered_functions  285 ext/mysqlnd/mysqlnd_debug.c 		0 == zend_hash_str_exists(&self->not_filtered_functions, func_name, strlen(func_name)))
not_filtered_functions  342 ext/mysqlnd/mysqlnd_debug.c 	} else if (!zend_hash_num_elements(&self->not_filtered_functions) ||
not_filtered_functions  343 ext/mysqlnd/mysqlnd_debug.c 			   1 == zend_hash_str_exists(&self->not_filtered_functions, (*func_name), strlen((*func_name))))
not_filtered_functions  482 ext/mysqlnd/mysqlnd_debug.c 	zend_hash_destroy(&self->not_filtered_functions);
not_filtered_functions  512 ext/mysqlnd/mysqlnd_debug.c 	if (zend_hash_num_elements(&self->not_filtered_functions)) {
not_filtered_functions  513 ext/mysqlnd/mysqlnd_debug.c 		zend_hash_destroy(&self->not_filtered_functions);
not_filtered_functions  514 ext/mysqlnd/mysqlnd_debug.c 		zend_hash_init(&self->not_filtered_functions, 0, NULL, NULL, 0);
not_filtered_functions  577 ext/mysqlnd/mysqlnd_debug.c 								zend_hash_str_add_empty_element(&self->not_filtered_functions,
not_filtered_functions  715 ext/mysqlnd/mysqlnd_debug.c 	zend_hash_init(&ret->not_filtered_functions, 0, NULL, NULL, 0);
not_filtered_functions   54 ext/mysqlnd/mysqlnd_debug.h 	HashTable not_filtered_functions;