Home
last modified time | relevance | path

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

/PHP-5.5/ext/odbc/
H A Dphp_odbc.c3117 int cat_len = 0, schema_len = 0, table_len = 0, type_len = 0; in PHP_FUNCTION() local
3143 if (table && table_len && schema && schema_len == 0) { in PHP_FUNCTION()
3212 if (table && table_len && schema && schema_len == 0) { in PHP_FUNCTION()
3218 schema, (SQLSMALLINT) schema_len, in PHP_FUNCTION()
3254 int cat_len = 0, schema_len, table_len, column_len; in PHP_FUNCTION() local
3454 int cat_len = 0, schema_len, table_len; in PHP_FUNCTION() local
3515 int cat_len = 0, schema_len = 0, proc_len = 0, col_len = 0; in PHP_FUNCTION() local
3583 int cat_len = 0, schema_len = 0, proc_len = 0; in PHP_FUNCTION() local
3649 int cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local
3719 int cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/oci8/
H A Doci8_collection.c47 …ate(php_oci_connection *connection, char *tdo, int tdo_len, char *schema, int schema_len TSRMLS_DC) in php_oci_collection_create()
67 (ub4) schema_len, in php_oci_collection_create()
H A Doci8_interface.c2380 int tdo_len, schema_len = 0; local
2382 …ND_NUM_ARGS() TSRMLS_CC, "rs|s", &z_connection, &tdo, &tdo_len, &schema, &schema_len) == FAILURE) {
2388 …if ( (collection = php_oci_collection_create(connection, tdo, tdo_len, schema, schema_len TSRMLS_C…

Completed in 21 milliseconds