Home
last modified time | relevance | path

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

/PHP-7.0/ext/odbc/
H A Dphp_odbc.c3229 size_t cat_len = 0, schema_len = 0, table_len = 0, column_len = 0; in PHP_FUNCTION() local
3233 &table, &table_len, &column, &column_len) == FAILURE) { in PHP_FUNCTION()
3267 column, (SQLSMALLINT) column_len); in PHP_FUNCTION()
3301 size_t cat_len = 0, schema_len, table_len, column_len; in PHP_FUNCTION() local
3305 &table, &table_len, &column, &column_len) == FAILURE) { in PHP_FUNCTION()
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c1215 size_t table_len, column_len, dbname_len; local
1225 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ssl|s", &table, &table_len, &column, &column_len, &row…

Completed in 18 milliseconds