Searched refs:cat_len (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/odbc/ |
H A D | php_odbc.c | 3100 int cat_len = 0, schema_len = 0, table_len = 0, type_len = 0; in PHP_FUNCTION() local 3167 int cat_len = 0, schema_len = 0, table_len = 0, column_len = 0; in PHP_FUNCTION() local 3200 cat, (SQLSMALLINT) cat_len, in PHP_FUNCTION() 3237 int cat_len = 0, schema_len, table_len, column_len; in PHP_FUNCTION() local 3240 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs!sss", &pv_conn, &cat, &cat_len, &schema, … in PHP_FUNCTION() 3437 int cat_len = 0, schema_len, table_len; in PHP_FUNCTION() local 3498 int cat_len = 0, schema_len = 0, proc_len = 0, col_len = 0; in PHP_FUNCTION() local 3566 int cat_len = 0, schema_len = 0, proc_len = 0; in PHP_FUNCTION() local 3632 int cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local 3702 int cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local [all …]
|
Completed in 10 milliseconds