Lines Matching refs:schema_len

2736 	size_t cat_len = 0, schema_len = 0, table_len = 0, type_len = 0;  in PHP_FUNCTION()  local
2739 …end_parse_parameters(ZEND_NUM_ARGS(), "r|s!s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schema_len, in PHP_FUNCTION()
2764 if (schema && schema_len == 0 && table && table_len) { in PHP_FUNCTION()
2804 size_t cat_len = 0, schema_len = 0, table_len = 0, column_len = 0; in PHP_FUNCTION() local
2807 …end_parse_parameters(ZEND_NUM_ARGS(), "r|s!s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schema_len, in PHP_FUNCTION()
2834 if (table && table_len && schema && schema_len == 0) { in PHP_FUNCTION()
2840 (SQLCHAR *) schema, (SQLSMALLINT) schema_len, in PHP_FUNCTION()
2875 size_t cat_len = 0, schema_len, table_len, column_len; in PHP_FUNCTION() local
2878 …f (zend_parse_parameters(ZEND_NUM_ARGS(), "rs!sss", &pv_conn, &cat, &cat_len, &schema, &schema_len, in PHP_FUNCTION()
3078 size_t cat_len = 0, schema_len, table_len; in PHP_FUNCTION() local
3081 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs!ss", &pv_conn, &cat, &cat_len, &schema, &schema_len in PHP_FUNCTION()
3140 size_t cat_len = 0, schema_len = 0, proc_len = 0, col_len = 0; in PHP_FUNCTION() local
3143 …end_parse_parameters(ZEND_NUM_ARGS(), "r|s!s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schema_len, in PHP_FUNCTION()
3205 size_t cat_len = 0, schema_len = 0, proc_len = 0; in PHP_FUNCTION() local
3208 …eters(ZEND_NUM_ARGS(), "r|s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schema_len, &proc, &proc_le… in PHP_FUNCTION()
3268 size_t cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local
3272 …rse_parameters(ZEND_NUM_ARGS(), "rls!ssll", &pv_conn, &vtype, &cat, &cat_len, &schema, &schema_len, in PHP_FUNCTION()
3338 size_t cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local
3342 … (zend_parse_parameters(ZEND_NUM_ARGS(), "rs!ssll", &pv_conn, &cat, &cat_len, &schema, &schema_len, in PHP_FUNCTION()
3407 size_t cat_len = 0, schema_len, table_len; in PHP_FUNCTION() local
3410 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs!ss", &pv_conn, &cat, &cat_len, &schema, &schema_len in PHP_FUNCTION()