Searched refs:table_len (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/odbc/ |
H A D | php_odbc.c | 3170 size_t cat_len = 0, schema_len = 0, table_len = 0, type_len = 0; in PHP_FUNCTION() local 3174 &table, &table_len, &type, &type_len) == FAILURE) { in PHP_FUNCTION() 3198 if (table && table_len && schema && schema_len == 0) { in PHP_FUNCTION() 3239 size_t cat_len = 0, schema_len = 0, table_len = 0, column_len = 0; in PHP_FUNCTION() local 3243 &table, &table_len, &column, &column_len) == FAILURE) { in PHP_FUNCTION() 3269 if (table && table_len && schema && schema_len == 0) { in PHP_FUNCTION() 3276 table, (SQLSMALLINT) table_len, in PHP_FUNCTION() 3311 size_t cat_len = 0, schema_len, table_len, column_len; in PHP_FUNCTION() local 3315 &table, &table_len, &column, &column_len) == FAILURE) { in PHP_FUNCTION() 3517 size_t cat_len = 0, schema_len, table_len; in PHP_FUNCTION() local [all …]
|
/PHP-7.2/ext/pgsql/ |
H A D | pgsql.c | 6713 size_t table_len; local 6723 &pgsql_link, &table, &table_len, &values, &option) == FAILURE) { 6929 size_t table_len; local 6936 &pgsql_link, &table, &table_len, &values, &ids, &option) == FAILURE) { 7021 size_t table_len; local 7028 &pgsql_link, &table, &table_len, &ids, &option) == FAILURE) { 7161 size_t table_len; local 7169 &pgsql_link, &table, &table_len, &ids, &option, &result_type) == FAILURE) {
|
/PHP-7.2/ext/sqlite3/ |
H A D | sqlite3.c | 1236 size_t table_len, column_len, dbname_len; in PHP_METHOD() local 1246 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ssl|sl", &table, &table_len, &column, &column_len, &ro… in PHP_METHOD()
|
Completed in 27 milliseconds