Lines Matching refs:cat

2749 	char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL;  in PHP_FUNCTION()  local
2753 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|s!s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schem… in PHP_FUNCTION()
2783 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
2817 char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL; in PHP_FUNCTION() local
2821 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|s!s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schem… in PHP_FUNCTION()
2853 (SQLCHAR *) cat, (SQLSMALLINT) cat_len, in PHP_FUNCTION()
2888 char *cat = NULL, *schema, *table, *column; in PHP_FUNCTION() local
2892 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs!sss", &pv_conn, &cat, &cat_len, &schema, &schema_le… in PHP_FUNCTION()
2917 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3091 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
3095 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs!ss", &pv_conn, &cat, &cat_len, &schema, &schema_len… in PHP_FUNCTION()
3119 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3153 char *cat = NULL, *schema = NULL, *proc = NULL, *col = NULL; in PHP_FUNCTION() local
3157 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|s!s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schem… in PHP_FUNCTION()
3182 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3218 char *cat = NULL, *schema = NULL, *proc = NULL; in PHP_FUNCTION() local
3222 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schema_… in PHP_FUNCTION()
3246 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3281 char *cat = NULL, *schema = NULL, *name = NULL; in PHP_FUNCTION() local
3286 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rls!ssll", &pv_conn, &vtype, &cat, &cat_len, &schema, … in PHP_FUNCTION()
3315 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3351 char *cat = NULL, *schema, *name; in PHP_FUNCTION() local
3356 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs!ssll", &pv_conn, &cat, &cat_len, &schema, &schema_l… in PHP_FUNCTION()
3384 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3420 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
3424 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs!ss", &pv_conn, &cat, &cat_len, &schema, &schema_len… in PHP_FUNCTION()
3448 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()