Lines Matching refs:schema_len

2750 	size_t cat_len = 0, schema_len = 0, table_len = 0, type_len = 0;  in PHP_FUNCTION()  local
2753 …end_parse_parameters(ZEND_NUM_ARGS(), "r|s!s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schema_len, in PHP_FUNCTION()
2778 if (schema && schema_len == 0 && table && table_len) { in PHP_FUNCTION()
2818 size_t cat_len = 0, schema_len = 0, table_len = 0, column_len = 0; in PHP_FUNCTION() local
2821 …end_parse_parameters(ZEND_NUM_ARGS(), "r|s!s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schema_len, in PHP_FUNCTION()
2848 if (table && table_len && schema && schema_len == 0) { in PHP_FUNCTION()
2854 (SQLCHAR *) schema, (SQLSMALLINT) schema_len, in PHP_FUNCTION()
2889 size_t cat_len = 0, schema_len, table_len, column_len; in PHP_FUNCTION() local
2892 …f (zend_parse_parameters(ZEND_NUM_ARGS(), "rs!sss", &pv_conn, &cat, &cat_len, &schema, &schema_len, in PHP_FUNCTION()
3092 size_t cat_len = 0, schema_len, table_len; 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()
3154 size_t cat_len = 0, schema_len = 0, proc_len = 0, col_len = 0; in PHP_FUNCTION() local
3157 …end_parse_parameters(ZEND_NUM_ARGS(), "r|s!s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schema_len, in PHP_FUNCTION()
3219 size_t cat_len = 0, schema_len = 0, proc_len = 0; in PHP_FUNCTION() local
3222 …eters(ZEND_NUM_ARGS(), "r|s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schema_len, &proc, &proc_le… in PHP_FUNCTION()
3282 size_t cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local
3286 …rse_parameters(ZEND_NUM_ARGS(), "rls!ssll", &pv_conn, &vtype, &cat, &cat_len, &schema, &schema_len, in PHP_FUNCTION()
3352 size_t cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local
3356 … (zend_parse_parameters(ZEND_NUM_ARGS(), "rs!ssll", &pv_conn, &cat, &cat_len, &schema, &schema_len, in PHP_FUNCTION()
3421 size_t cat_len = 0, schema_len, table_len; 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()