Home
last modified time | relevance | path

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

/php-src/ext/odbc/
H A Dphp_odbc.c2817 size_t cat_len = 0, schema_len = 0, table_len = 0, type_len = 0;
2845 if (schema && schema_len == 0 && table && table_len) {
2912 if (table && table_len && schema && schema_len == 0) {
2918 (SQLCHAR *) schema, (SQLSMALLINT) schema_len,
2950 size_t cat_len = 0, schema_len, table_len, column_len;
3144 size_t cat_len = 0, schema_len, table_len;
3203 size_t cat_len = 0, schema_len = 0, proc_len = 0, col_len = 0;
3265 size_t cat_len = 0, schema_len = 0, proc_len = 0;
3325 size_t cat_len = 0, schema_len, name_len;
3392 size_t cat_len = 0, schema_len, name_len;
[all …]

Completed in 10 milliseconds