Lines Matching refs:schema_len

2721 	size_t cat_len = 0, schema_len = 0, table_len = 0, type_len = 0;  in PHP_FUNCTION()  local
2724 …end_parse_parameters(ZEND_NUM_ARGS(), "r|s!s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schema_len, in PHP_FUNCTION()
2749 if (schema && schema_len == 0 && table && table_len) { in PHP_FUNCTION()
2789 size_t cat_len = 0, schema_len = 0, table_len = 0, column_len = 0; in PHP_FUNCTION() local
2792 …end_parse_parameters(ZEND_NUM_ARGS(), "r|s!s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schema_len, in PHP_FUNCTION()
2819 if (table && table_len && schema && schema_len == 0) { in PHP_FUNCTION()
2825 (SQLCHAR *) schema, (SQLSMALLINT) schema_len, in PHP_FUNCTION()
2860 size_t cat_len = 0, schema_len, table_len, column_len; in PHP_FUNCTION() local
2863 …f (zend_parse_parameters(ZEND_NUM_ARGS(), "rs!sss", &pv_conn, &cat, &cat_len, &schema, &schema_len, in PHP_FUNCTION()
3063 size_t cat_len = 0, schema_len, table_len; 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()
3125 size_t cat_len = 0, schema_len = 0, proc_len = 0, col_len = 0; in PHP_FUNCTION() local
3128 …end_parse_parameters(ZEND_NUM_ARGS(), "r|s!s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schema_len, in PHP_FUNCTION()
3190 size_t cat_len = 0, schema_len = 0, proc_len = 0; in PHP_FUNCTION() local
3193 …eters(ZEND_NUM_ARGS(), "r|s!s!s!", &pv_conn, &cat, &cat_len, &schema, &schema_len, &proc, &proc_le… in PHP_FUNCTION()
3253 size_t cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local
3257 …rse_parameters(ZEND_NUM_ARGS(), "rls!ssll", &pv_conn, &vtype, &cat, &cat_len, &schema, &schema_len, in PHP_FUNCTION()
3323 size_t cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local
3327 … (zend_parse_parameters(ZEND_NUM_ARGS(), "rs!ssll", &pv_conn, &cat, &cat_len, &schema, &schema_len, in PHP_FUNCTION()
3392 size_t cat_len = 0, schema_len, table_len; 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()