ftable           2920 Zend/zend_API.c 	HashTable *ftable;
ftable           2996 Zend/zend_API.c 		ftable = &fcc->calling_scope->function_table;
ftable           3007 Zend/zend_API.c 		ftable = &ce_org->function_table;
ftable           3025 Zend/zend_API.c 	} else if ((fcc->function_handler = zend_hash_find_ptr(ftable, lmname)) != NULL) {
ftable           3370 ext/odbc/php_odbc.c 	char *pcat = NULL, *pschema, *ptable, *fcat, *fschema, *ftable;
ftable           3375 ext/odbc/php_odbc.c 		&ptable, &ptable_len, &fcat, &fcat_len, &fschema, &fschema_len, &ftable, &ftable_len) == FAILURE) {
ftable           3388 ext/odbc/php_odbc.c 		EMPTY_TO_NULL(ftable);
ftable           3416 ext/odbc/php_odbc.c 			ftable, SAFE_SQL_NTS(ftable) );