Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c188 int colname_len; in firebird_stmt_describe() local
195 colname_len = (S->H->fetch_table_names && var->relname_length) in firebird_stmt_describe()
200 col->namelen = colname_len; in firebird_stmt_describe()
201 col->name = cp = emalloc(colname_len + 1); in firebird_stmt_describe()
202 if (colname_len > var->aliasname_length) { in firebird_stmt_describe()

Completed in 38 milliseconds