Searched refs:schema_len (Results 1 – 3 of 3) 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 3126 if (table && table_len && schema && schema_len == 0) { in PHP_FUNCTION() 3195 if (table && table_len && schema && schema_len == 0) { in PHP_FUNCTION() 3201 schema, (SQLSMALLINT) schema_len, in PHP_FUNCTION() 3237 int cat_len = 0, schema_len, table_len, column_len; in PHP_FUNCTION() local 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 …]
|
/PHP-5.4/ext/oci8/ |
H A D | oci8_collection.c | 47 …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 D | oci8_interface.c | 2380 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 47 milliseconds