Home
last modified time | relevance | path

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

/PHP-7.0/ext/interbase/
H A Dibase_query.c169 _php_ibase_free_stmt_handle(ib_query->link, ib_query->stmt); in _php_ibase_free_query()
190 efree(ib_query); in php_ibase_free_query_rsrc()
364 if (ib_query->out_sqlda->sqld > ib_query->out_sqlda->sqln) { in _php_ibase_alloc_query()
365 ib_query->out_sqlda = erealloc(ib_query->out_sqlda, XSQLDA_LENGTH(ib_query->out_sqlda->sqld)); in _php_ibase_alloc_query()
366 ib_query->out_sqlda->sqln = ib_query->out_sqlda->sqld; in _php_ibase_alloc_query()
384 if (ib_query->in_sqlda->sqln < ib_query->in_sqlda->sqld) { in _php_ibase_alloc_query()
385 ib_query->in_sqlda = erealloc(ib_query->in_sqlda, XSQLDA_LENGTH(ib_query->in_sqlda->sqld)); in _php_ibase_alloc_query()
386 ib_query->in_sqlda->sqln = ib_query->in_sqlda->sqld; in _php_ibase_alloc_query()
874 int argc = ib_query->in_sqlda ? ib_query->in_sqlda->sqld : 0; in _php_ibase_exec()
893 ib_query->query, ib_query->dialect, NULL)) { in _php_ibase_exec()
[all …]

Completed in 9 milliseconds