Searched refs:table_len (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_3/ext/odbc/ |
| H A D | php_odbc.c | 3067 int cat_len = 0, schema_len = 0, table_len = 0, type_len = 0; local 3071 &table, &table_len, &type, &type_len) == FAILURE) { 3093 if (table && table_len && schema && schema_len == 0) { 3134 int cat_len = 0, schema_len = 0, table_len = 0, column_len = 0; local 3138 &table, &table_len, &column, &column_len) == FAILURE) { 3162 if (table && table_len && schema && schema_len == 0) { 3169 table, (SQLSMALLINT) table_len, 3204 int cat_len = 0, schema_len, table_len, column_len; local 3208 &table, &table_len, &column, &column_len) == FAILURE) { 3404 int cat_len = 0, schema_len, table_len; local 3737 int cat_len = 0, schema_len, table_len; local [all...] |
| /PHP_5_3/ext/sqlite3/ |
| H A D | sqlite3.c | 1208 int table_len, column_len, dbname_len; local 1218 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ssl|s", &table, &table_len, &column, &column_len, &rowid, &dbname, &dbname_len) == FAILURE) {
|
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd.c | 1295 size_t table_len, wild_len; local 1301 if (table && (table_len = strlen(table))) { 1302 size_t to_copy = MIN(table_len, MYSQLND_MAX_ALLOWED_DB_LEN);
|
| /PHP_5_3/ext/mysql/ |
| H A D | php_mysql.c | 1640 int db_len, table_len; local 1646 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|r", &db, &db_len, &table, &table_len, &mysql_link) == FAILURE) {
|
Completed in 17 milliseconds