Home
last modified time | relevance | path

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

/PHP-7.4/ext/odbc/
H A Dphp_odbc.c3173 size_t cat_len = 0, schema_len = 0, table_len = 0, type_len = 0; in PHP_FUNCTION() local
3201 if (table && table_len && schema && schema_len == 0) { in PHP_FUNCTION()
3272 if (table && table_len && schema && schema_len == 0) { in PHP_FUNCTION()
3278 schema, (SQLSMALLINT) schema_len, in PHP_FUNCTION()
3314 size_t cat_len = 0, schema_len, table_len, column_len; in PHP_FUNCTION() local
3520 size_t cat_len = 0, schema_len, table_len; in PHP_FUNCTION() local
3583 size_t cat_len = 0, schema_len = 0, proc_len = 0, col_len = 0; in PHP_FUNCTION() local
3653 size_t cat_len = 0, schema_len = 0, proc_len = 0; in PHP_FUNCTION() local
3721 size_t cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local
3793 size_t cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/oci8/
H A Doci8_collection.c43 …ection_create(php_oci_connection *connection, char *tdo, int tdo_len, char *schema, int schema_len) in php_oci_collection_create() argument
68 (ub4) schema_len, in php_oci_collection_create()
H A Dphp_oci8_int.h464 …ction_create(php_oci_connection *connection, char *tdo, int tdo_len, char *schema, int schema_len);
H A Doci8_interface.c2565 size_t tdo_len, schema_len = 0; in PHP_FUNCTION() local
2567 …ameters(ZEND_NUM_ARGS(), "rs|s", &z_connection, &tdo, &tdo_len, &schema, &schema_len) == FAILURE) { in PHP_FUNCTION()
2573 …llection = php_oci_collection_create(connection, tdo, (int) tdo_len, schema, (int) schema_len)) ) { in PHP_FUNCTION()

Completed in 26 milliseconds