Home
last modified time | relevance | path

Searched refs:cat_len (Results 1 – 1 of 1) sorted by relevance

/PHP-7.3/ext/odbc/
H A Dphp_odbc.c3139 size_t cat_len = 0, schema_len = 0, table_len = 0, type_len = 0; in PHP_FUNCTION() local
3208 size_t cat_len = 0, schema_len = 0, table_len = 0, column_len = 0; in PHP_FUNCTION() local
3243 cat, (SQLSMALLINT) cat_len, in PHP_FUNCTION()
3280 size_t cat_len = 0, schema_len, table_len, column_len; in PHP_FUNCTION() local
3283 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs!sss", &pv_conn, &cat, &cat_len, &schema, &schema_le… in PHP_FUNCTION()
3486 size_t cat_len = 0, schema_len, table_len; in PHP_FUNCTION() local
3549 size_t cat_len = 0, schema_len = 0, proc_len = 0, col_len = 0; in PHP_FUNCTION() local
3619 size_t cat_len = 0, schema_len = 0, proc_len = 0; in PHP_FUNCTION() local
3687 size_t cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local
3759 size_t cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local
[all …]

Completed in 17 milliseconds