Searched refs:table_len (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/ext/odbc/ |
H A D | php_odbc.c | 3167 size_t cat_len = 0, schema_len = 0, table_len = 0, type_len = 0; in PHP_FUNCTION() local 3171 &table, &table_len, &type, &type_len) == FAILURE) { in PHP_FUNCTION() 3195 if (table && table_len && schema && schema_len == 0) { in PHP_FUNCTION() 3236 size_t cat_len = 0, schema_len = 0, table_len = 0, column_len = 0; in PHP_FUNCTION() local 3240 &table, &table_len, &column, &column_len) == FAILURE) { in PHP_FUNCTION() 3266 if (table && table_len && schema && schema_len == 0) { in PHP_FUNCTION() 3273 table, (SQLSMALLINT) table_len, in PHP_FUNCTION() 3308 size_t cat_len = 0, schema_len, table_len, column_len; in PHP_FUNCTION() local 3312 &table, &table_len, &column, &column_len) == FAILURE) { in PHP_FUNCTION() 3514 size_t cat_len = 0, schema_len, table_len; in PHP_FUNCTION() local [all …]
|
/PHP-7.1/ext/pgsql/ |
H A D | pgsql.c | 6707 size_t table_len; local 6717 &pgsql_link, &table, &table_len, &values, &option) == FAILURE) { 6923 size_t table_len; local 6930 &pgsql_link, &table, &table_len, &values, &ids, &option) == FAILURE) { 7015 size_t table_len; local 7022 &pgsql_link, &table, &table_len, &ids, &option) == FAILURE) { 7155 size_t table_len; local 7163 &pgsql_link, &table, &table_len, &ids, &option, &result_type) == FAILURE) {
|
/PHP-7.1/ext/sqlite3/ |
H A D | sqlite3.c | 1210 size_t table_len, column_len, dbname_len; in PHP_METHOD() local 1220 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ssl|s", &table, &table_len, &column, &column_len, &row… in PHP_METHOD()
|
Completed in 36 milliseconds