Searched refs:schema_len (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/odbc/ |
H A D | php_odbc.c | 2721 size_t cat_len = 0, schema_len = 0, table_len = 0, type_len = 0; in PHP_FUNCTION() local 2749 if (schema && schema_len == 0 && table && table_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 3063 size_t cat_len = 0, schema_len, table_len; in PHP_FUNCTION() local 3125 size_t cat_len = 0, schema_len = 0, proc_len = 0, col_len = 0; in PHP_FUNCTION() local 3190 size_t cat_len = 0, schema_len = 0, proc_len = 0; in PHP_FUNCTION() local 3253 size_t cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local 3323 size_t cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local [all …]
|
/PHP-8.2/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() argument 62 (ub4) schema_len, in php_oci_collection_create()
|
H A D | oci8_interface.c | 2301 size_t tdo_len, schema_len = 0; in PHP_FUNCTION() local 2303 …meters(ZEND_NUM_ARGS(), "rs|s!", &z_connection, &tdo, &tdo_len, &schema, &schema_len) == FAILURE) { in PHP_FUNCTION() 2309 …llection = php_oci_collection_create(connection, tdo, (int) tdo_len, schema, (int) schema_len)) ) { in PHP_FUNCTION()
|
H A D | php_oci8_int.h | 467 …ction_create(php_oci_connection *connection, char *tdo, int tdo_len, char *schema, int schema_len);
|
Completed in 38 milliseconds