Searched refs:column_len (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/odbc/ |
H A D | php_odbc.c | 2804 size_t cat_len = 0, schema_len = 0, table_len = 0, column_len = 0; in PHP_FUNCTION() local 2808 &table, &table_len, &column, &column_len) == FAILURE) { in PHP_FUNCTION() 2842 (SQLCHAR *) column, (SQLSMALLINT) column_len); in PHP_FUNCTION() 2875 size_t cat_len = 0, schema_len, table_len, column_len; in PHP_FUNCTION() local 2879 &table, &table_len, &column, &column_len) == FAILURE) { in PHP_FUNCTION()
|
/PHP-8.0/ext/sqlite3/ |
H A D | sqlite3.c | 1238 size_t table_len, column_len, dbname_len; in PHP_METHOD() local 1246 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ssl|pl", &table, &table_len, &column, &column_len, &ro… in PHP_METHOD()
|
Completed in 22 milliseconds