Home
last modified time | relevance | path

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

/PHP-8.1/ext/odbc/
H A Dphp_odbc.c2750 size_t cat_len = 0, schema_len = 0, table_len = 0, type_len = 0; in PHP_FUNCTION() local
2754 &table, &table_len, &type, &type_len) == FAILURE) { in PHP_FUNCTION()
2778 if (schema && schema_len == 0 && table && table_len) { in PHP_FUNCTION()
2818 size_t cat_len = 0, schema_len = 0, table_len = 0, column_len = 0; in PHP_FUNCTION() local
2822 &table, &table_len, &column, &column_len) == FAILURE) { in PHP_FUNCTION()
2848 if (table && table_len && schema && schema_len == 0) { in PHP_FUNCTION()
2855 (SQLCHAR *) table, (SQLSMALLINT) table_len, in PHP_FUNCTION()
2889 size_t cat_len = 0, schema_len, table_len, column_len; in PHP_FUNCTION() local
2893 &table, &table_len, &column, &column_len) == FAILURE) { in PHP_FUNCTION()
3092 size_t cat_len = 0, schema_len, table_len; in PHP_FUNCTION() local
[all …]
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.c1237 size_t table_len, column_len, dbname_len; in PHP_METHOD() local
1245 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ssl|pl", &table, &table_len, &column, &column_len, &ro… in PHP_METHOD()

Completed in 19 milliseconds