Lines Matching refs:schema

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()
2749 if (schema && schema_len == 0 && table && table_len) { in PHP_FUNCTION()
2750 schema = NULL; in PHP_FUNCTION()
2755 (SQLCHAR *) schema, SAFE_SQL_NTS(schema), 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()
2819 if (table && table_len && schema && schema_len == 0) { in PHP_FUNCTION()
2820 schema = NULL; in PHP_FUNCTION()
2825 (SQLCHAR *) schema, (SQLSMALLINT) schema_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()
2889 (SQLCHAR *) schema, SAFE_SQL_NTS(schema), 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()
3091 (SQLCHAR *) schema, SAFE_SQL_NTS(schema), 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()
3154 (SQLCHAR *) schema, SAFE_SQL_NTS(schema), 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()
3218 (SQLCHAR *) schema, SAFE_SQL_NTS(schema), 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()
3287 (SQLCHAR *) schema, SAFE_SQL_NTS(schema), 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()
3356 (SQLCHAR *) schema, SAFE_SQL_NTS(schema), 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()
3420 (SQLCHAR *) schema, SAFE_SQL_NTS(schema), in PHP_FUNCTION()