Lines Matching refs:cat

2720 	char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL;  in PHP_FUNCTION()  local
2724 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|s!s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schem… in PHP_FUNCTION()
2754 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
2788 char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL; in PHP_FUNCTION() local
2792 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|s!s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schem… in PHP_FUNCTION()
2824 (SQLCHAR *) cat, (SQLSMALLINT) cat_len, in PHP_FUNCTION()
2859 char *cat = NULL, *schema, *table, *column; in PHP_FUNCTION() local
2863 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs!sss", &pv_conn, &cat, &cat_len, &schema, &schema_le… in PHP_FUNCTION()
2888 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3062 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
3066 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs!ss", &pv_conn, &cat, &cat_len, &schema, &schema_len… in PHP_FUNCTION()
3090 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3124 char *cat = NULL, *schema = NULL, *proc = NULL, *col = NULL; in PHP_FUNCTION() local
3128 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|s!s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schem… in PHP_FUNCTION()
3153 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3189 char *cat = NULL, *schema = NULL, *proc = NULL; in PHP_FUNCTION() local
3193 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schema_… in PHP_FUNCTION()
3217 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3252 char *cat = NULL, *schema = NULL, *name = NULL; in PHP_FUNCTION() local
3257 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rls!ssll", &pv_conn, &vtype, &cat, &cat_len, &schema, … in PHP_FUNCTION()
3286 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3322 char *cat = NULL, *schema, *name; in PHP_FUNCTION() local
3327 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs!ssll", &pv_conn, &cat, &cat_len, &schema, &schema_l… in PHP_FUNCTION()
3355 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3391 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
3395 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs!ss", &pv_conn, &cat, &cat_len, &schema, &schema_len… in PHP_FUNCTION()
3419 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()