Home
last modified time | relevance | path

Searched refs:colname_len (Results 1 – 20 of 20) sorted by relevance

/dports/lang/php73/php-7.3.33/ext/pdo_firebird/
H A Dfirebird_statement.c210 int colname_len; in firebird_stmt_describe() local
213 colname_len = (S->H->fetch_table_names && var->relname_length) in firebird_stmt_describe()
218 col->name = zend_string_alloc(colname_len, 0); in firebird_stmt_describe()
220 if (colname_len > var->aliasname_length) { in firebird_stmt_describe()
/dports/databases/php81-pdo_firebird/php-8.1.1/ext/pdo_firebird/
H A Dfirebird_statement.c204 int colname_len; in firebird_stmt_describe() local
207 colname_len = (S->H->fetch_table_names && var->relname_length) in firebird_stmt_describe()
212 col->name = zend_string_alloc(colname_len, 0); in firebird_stmt_describe()
214 if (colname_len > var->aliasname_length) { in firebird_stmt_describe()
/dports/databases/php73-pdo_firebird/php-7.3.33/ext/pdo_firebird/
H A Dfirebird_statement.c210 int colname_len; in firebird_stmt_describe() local
213 colname_len = (S->H->fetch_table_names && var->relname_length) in firebird_stmt_describe()
218 col->name = zend_string_alloc(colname_len, 0); in firebird_stmt_describe()
220 if (colname_len > var->aliasname_length) { in firebird_stmt_describe()
/dports/www/mod_php81/php-8.1.1/ext/pdo_firebird/
H A Dfirebird_statement.c204 int colname_len; in firebird_stmt_describe() local
207 colname_len = (S->H->fetch_table_names && var->relname_length) in firebird_stmt_describe()
212 col->name = zend_string_alloc(colname_len, 0); in firebird_stmt_describe()
214 if (colname_len > var->aliasname_length) { in firebird_stmt_describe()
/dports/lang/php81/php-8.1.1/ext/pdo_firebird/
H A Dfirebird_statement.c204 int colname_len; in firebird_stmt_describe() local
207 colname_len = (S->H->fetch_table_names && var->relname_length) in firebird_stmt_describe()
212 col->name = zend_string_alloc(colname_len, 0); in firebird_stmt_describe()
214 if (colname_len > var->aliasname_length) { in firebird_stmt_describe()
/dports/www/mod_php73/php-7.3.33/ext/pdo_firebird/
H A Dfirebird_statement.c210 int colname_len; in firebird_stmt_describe() local
213 colname_len = (S->H->fetch_table_names && var->relname_length) in firebird_stmt_describe()
218 col->name = zend_string_alloc(colname_len, 0); in firebird_stmt_describe()
220 if (colname_len > var->aliasname_length) { in firebird_stmt_describe()
/dports/databases/php80-pdo_firebird/php-8.0.15/ext/pdo_firebird/
H A Dfirebird_statement.c211 int colname_len; in firebird_stmt_describe() local
214 colname_len = (S->H->fetch_table_names && var->relname_length) in firebird_stmt_describe()
219 col->name = zend_string_alloc(colname_len, 0); in firebird_stmt_describe()
221 if (colname_len > var->aliasname_length) { in firebird_stmt_describe()
/dports/databases/php74-pdo_firebird/php-7.4.27/ext/pdo_firebird/
H A Dfirebird_statement.c213 int colname_len; in firebird_stmt_describe() local
216 colname_len = (S->H->fetch_table_names && var->relname_length) in firebird_stmt_describe()
221 col->name = zend_string_alloc(colname_len, 0); in firebird_stmt_describe()
223 if (colname_len > var->aliasname_length) { in firebird_stmt_describe()
/dports/lang/php80/php-8.0.15/ext/pdo_firebird/
H A Dfirebird_statement.c211 int colname_len; in firebird_stmt_describe() local
214 colname_len = (S->H->fetch_table_names && var->relname_length) in firebird_stmt_describe()
219 col->name = zend_string_alloc(colname_len, 0); in firebird_stmt_describe()
221 if (colname_len > var->aliasname_length) { in firebird_stmt_describe()
/dports/lang/php74/php-7.4.27/ext/pdo_firebird/
H A Dfirebird_statement.c213 int colname_len; in firebird_stmt_describe() local
216 colname_len = (S->H->fetch_table_names && var->relname_length) in firebird_stmt_describe()
221 col->name = zend_string_alloc(colname_len, 0); in firebird_stmt_describe()
223 if (colname_len > var->aliasname_length) { in firebird_stmt_describe()
/dports/www/mod_php74/php-7.4.27/ext/pdo_firebird/
H A Dfirebird_statement.c213 int colname_len; in firebird_stmt_describe() local
216 colname_len = (S->H->fetch_table_names && var->relname_length) in firebird_stmt_describe()
221 col->name = zend_string_alloc(colname_len, 0); in firebird_stmt_describe()
223 if (colname_len > var->aliasname_length) { in firebird_stmt_describe()
/dports/www/mod_php80/php-8.0.15/ext/pdo_firebird/
H A Dfirebird_statement.c211 int colname_len; in firebird_stmt_describe() local
214 colname_len = (S->H->fetch_table_names && var->relname_length) in firebird_stmt_describe()
219 col->name = zend_string_alloc(colname_len, 0); in firebird_stmt_describe()
221 if (colname_len > var->aliasname_length) { in firebird_stmt_describe()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/oracle/
H A Dorafns.c444 ub4 colname_len = 0; in get_cols() local
535 …success = success && get_param_attr(param, ncol, db, &colnamep, &colname_len, "name", O… in get_cols()
545 memcpy(colname, colnamep, colname_len); in get_cols()
546 colname[colname_len] = '\0'; in get_cols()
/dports/math/gretl/gretl-2021d/plugin/
H A Dodbc_import.c546 SQLSMALLINT colname_len; in get_col_info() local
557 &colname_len, /* location for name length */ in get_col_info()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Ddb.c10038 int colname_len = grn_column_name(ctx, col, fullname + name_size + 1,
10040 if (colname_len) {
10042 name_size + 1 + colname_len))) {
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Ddb.c10038 int colname_len = grn_column_name(ctx, col, fullname + name_size + 1, in grn_table_rename()
10040 if (colname_len) { in grn_table_rename()
10042 name_size + 1 + colname_len))) { in grn_table_rename()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Ddb.c10038 int colname_len = grn_column_name(ctx, col, fullname + name_size + 1, in grn_table_rename()
10040 if (colname_len) { in grn_table_rename()
10042 name_size + 1 + colname_len))) { in grn_table_rename()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Ddb.c10038 int colname_len = grn_column_name(ctx, col, fullname + name_size + 1, in grn_table_rename()
10040 if (colname_len) { in grn_table_rename()
10042 name_size + 1 + colname_len))) { in grn_table_rename()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Ddb.c10038 int colname_len = grn_column_name(ctx, col, fullname + name_size + 1, in grn_table_rename()
10040 if (colname_len) { in grn_table_rename()
10042 name_size + 1 + colname_len))) { in grn_table_rename()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Ddb.c10038 int colname_len = grn_column_name(ctx, col, fullname + name_size + 1, in grn_table_rename()
10040 if (colname_len) { in grn_table_rename()
10042 name_size + 1 + colname_len))) { in grn_table_rename()