Home
last modified time | relevance | path

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

/PHP-5.5/ext/odbc/
H A Dphp_odbc.c3117 int cat_len = 0, schema_len = 0, table_len = 0, type_len = 0; in PHP_FUNCTION() local
3121 &table, &table_len, &type, &type_len) == FAILURE) { in PHP_FUNCTION()
3143 if (table && table_len && schema && schema_len == 0) { in PHP_FUNCTION()
3184 int cat_len = 0, schema_len = 0, table_len = 0, column_len = 0; in PHP_FUNCTION() local
3188 &table, &table_len, &column, &column_len) == FAILURE) { in PHP_FUNCTION()
3212 if (table && table_len && schema && schema_len == 0) { in PHP_FUNCTION()
3219 table, (SQLSMALLINT) table_len, in PHP_FUNCTION()
3254 int cat_len = 0, schema_len, table_len, column_len; in PHP_FUNCTION() local
3258 &table, &table_len, &column, &column_len) == FAILURE) { in PHP_FUNCTION()
3454 int cat_len = 0, schema_len, table_len; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/pgsql/
H A Dpgsql.c6285 int table_len; local
6291 &pgsql_link, &table, &table_len, &values, &option) == FAILURE) {
6441 int table_len; local
6447 &pgsql_link, &table, &table_len, &values, &ids, &option) == FAILURE) {
6533 int table_len; local
6539 &pgsql_link, &table, &table_len, &ids, &option) == FAILURE) {
6671 int table_len; local
6677 &pgsql_link, &table, &table_len, &ids, &option) == FAILURE) {
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c1221 int table_len, column_len, dbname_len; local
1231 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ssl|s", &table, &table_len, &column, &column…
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c1676 int db_len, table_len; local
1682 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|r", &db, &db_len, &table, &table_len, &my…
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c1447 size_t table_len, wild_len; local
1455 if (table && (table_len = strlen(table))) {
1456 size_t to_copy = MIN(table_len, MYSQLND_MAX_ALLOWED_DB_LEN);

Completed in 51 milliseconds