Searched defs:schema_len (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/ext/odbc/ |
H A D | php_odbc.c | 2750 size_t cat_len = 0, schema_len = 0, table_len = 0, type_len = 0; in PHP_FUNCTION() local 2818 size_t cat_len = 0, schema_len = 0, table_len = 0, column_len = 0; in PHP_FUNCTION() local 2889 size_t cat_len = 0, schema_len, table_len, column_len; in PHP_FUNCTION() local 3092 size_t cat_len = 0, schema_len, table_len; in PHP_FUNCTION() local 3154 size_t cat_len = 0, schema_len = 0, proc_len = 0, col_len = 0; in PHP_FUNCTION() local 3219 size_t cat_len = 0, schema_len = 0, proc_len = 0; in PHP_FUNCTION() local 3282 size_t cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local 3352 size_t cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local 3421 size_t cat_len = 0, schema_len, table_len; in PHP_FUNCTION() local
|
/PHP-8.1/ext/oci8/ |
H A D | oci8_collection.c | 41 …ection_create(php_oci_connection *connection, char *tdo, int tdo_len, char *schema, int schema_len) in php_oci_collection_create()
|
H A D | oci8_interface.c | 2291 size_t tdo_len, schema_len = 0; in PHP_FUNCTION() local
|
Completed in 27 milliseconds