Home
last modified time | relevance | path

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

/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c237 int colname_len; in pdo_firebird_stmt_describe() local
243 colname_len = (S->H->fetch_table_names && var->relname_length) in pdo_firebird_stmt_describe()
248 col->name = zend_string_alloc(colname_len, 0); in pdo_firebird_stmt_describe()
250 if (colname_len > var->aliasname_length) { in pdo_firebird_stmt_describe()

Completed in 6 milliseconds