Home
last modified time | relevance | path

Searched refs:cat_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;
2882 size_t cat_len = 0, schema_len = 0, table_len = 0, column_len = 0;
2917 (SQLCHAR *) cat, (SQLSMALLINT) cat_len,
2950 size_t cat_len = 0, schema_len, table_len, column_len;
2953 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os!sss", &pv_conn, odbc_connection_ce, &cat, &cat_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 12 milliseconds