Home
last modified time | relevance | path

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

/PHP-7.3/ext/odbc/
H A Dphp_odbc.c3208 size_t cat_len = 0, schema_len = 0, table_len = 0, column_len = 0; in PHP_FUNCTION() local
3212 &table, &table_len, &column, &column_len) == FAILURE) { in PHP_FUNCTION()
3246 column, (SQLSMALLINT) column_len); in PHP_FUNCTION()
3280 size_t cat_len = 0, schema_len, table_len, column_len; in PHP_FUNCTION() local
3284 &table, &table_len, &column, &column_len) == FAILURE) { in PHP_FUNCTION()
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c1232 size_t table_len, column_len, dbname_len; in PHP_METHOD() local
1242 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ssl|sl", &table, &table_len, &column, &column_len, &ro… in PHP_METHOD()

Completed in 24 milliseconds