Home
last modified time | relevance | path

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

/PHP-5.3/ext/odbc/
H A Dphp_odbc.c3067 int cat_len = 0, schema_len = 0, table_len = 0, type_len = 0; in PHP_FUNCTION() local
3071 &table, &table_len, &type, &type_len) == FAILURE) { in PHP_FUNCTION()
3093 if (table && table_len && schema && schema_len == 0) { in PHP_FUNCTION()
3134 int cat_len = 0, schema_len = 0, table_len = 0, column_len = 0; in PHP_FUNCTION() local
3138 &table, &table_len, &column, &column_len) == FAILURE) { in PHP_FUNCTION()
3162 if (table && table_len && schema && schema_len == 0) { in PHP_FUNCTION()
3169 table, (SQLSMALLINT) table_len, in PHP_FUNCTION()
3204 int cat_len = 0, schema_len, table_len, column_len; in PHP_FUNCTION() local
3208 &table, &table_len, &column, &column_len) == FAILURE) { in PHP_FUNCTION()
3404 int cat_len = 0, schema_len, table_len; in PHP_FUNCTION() local
[all …]
/PHP-5.3/ext/pgsql/
H A Dpgsql.c5965 int table_len; local
5971 &pgsql_link, &table, &table_len, &values, &option) == FAILURE) {
6121 int table_len; local
6127 &pgsql_link, &table, &table_len, &values, &ids, &option) == FAILURE) {
6213 int table_len; local
6219 &pgsql_link, &table, &table_len, &ids, &option) == FAILURE) {
6354 int table_len; local
6360 &pgsql_link, &table, &table_len, &ids, &option) == FAILURE) {
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd.c1295 size_t table_len, wild_len; in MYSQLND_METHOD() local
1301 if (table && (table_len = strlen(table))) { in MYSQLND_METHOD()
1302 size_t to_copy = MIN(table_len, MYSQLND_MAX_ALLOWED_DB_LEN); in MYSQLND_METHOD()
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c1208 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…
/PHP-5.3/ext/mysql/
H A Dphp_mysql.c1640 int db_len, table_len; local
1646 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|r", &db, &db_len, &table, &table_len, &my…

Completed in 61 milliseconds