Searched refs:table_len (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_5/ext/odbc/ |
| H A D | php_odbc.c | 3061 int cat_len = 0, schema_len = 0, table_len = 0, type_len = 0; local 3065 &table, &table_len, &type, &type_len) == FAILURE) { 3087 if (table && table_len && schema && schema_len == 0) { 3128 int cat_len = 0, schema_len = 0, table_len = 0, column_len = 0; local 3132 &table, &table_len, &column, &column_len) == FAILURE) { 3156 if (table && table_len && schema && schema_len == 0) { 3163 table, (SQLSMALLINT) table_len, 3198 int cat_len = 0, schema_len, table_len, column_len; local 3202 &table, &table_len, &column, &column_len) == FAILURE) { 3398 int cat_len = 0, schema_len, table_len; local 3731 int cat_len = 0, schema_len, table_len; local [all...] |
| /PHP_5_5/ext/sqlite3/ |
| H A D | sqlite3.c | 1216 int table_len, column_len, dbname_len; local 1226 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ssl|s", &table, &table_len, &column, &column_len, &rowid, &dbname, &dbname_len) == FAILURE) {
|
| /PHP_5_5/ext/pgsql/ |
| H A D | pgsql.c | 6057 int table_len; local 6063 &pgsql_link, &table, &table_len, &values, &option) == FAILURE) { 6213 int table_len; local 6219 &pgsql_link, &table, &table_len, &values, &ids, &option) == FAILURE) { 6305 int table_len; local 6311 &pgsql_link, &table, &table_len, &ids, &option) == FAILURE) { 6443 int table_len; local 6449 &pgsql_link, &table, &table_len, &ids, &option) == FAILURE) {
|
| /PHP_5_5/ext/mysqlnd/ |
| H A D | mysqlnd.c | 1419 size_t table_len, wild_len; local 1427 if (table && (table_len = strlen(table))) { 1428 size_t to_copy = MIN(table_len, MYSQLND_MAX_ALLOWED_DB_LEN);
|
| /PHP_5_5/ext/mysql/ |
| H A D | php_mysql.c | 1676 int db_len, table_len; local 1682 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|r", &db, &db_len, &table, &table_len, &mysql_link) == FAILURE) {
|
Completed in 27 milliseconds