Home
last modified time | relevance | path

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

/PHP-5.5/ext/odbc/
H A Dphp_odbc.c3184 int cat_len = 0, schema_len = 0, table_len = 0, column_len = 0; in PHP_FUNCTION() local
3188 &table, &table_len, &column, &column_len) == FAILURE) { in PHP_FUNCTION()
3220 column, (SQLSMALLINT) column_len); in PHP_FUNCTION()
3254 int cat_len = 0, schema_len, table_len, column_len; in PHP_FUNCTION() local
3258 &table, &table_len, &column, &column_len) == FAILURE) { in PHP_FUNCTION()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c1221 int table_len, column_len, dbname_len; local
1231 …ters(ZEND_NUM_ARGS() TSRMLS_CC, "ssl|s", &table, &table_len, &column, &column_len, &rowid, &dbname…

Completed in 17 milliseconds