Home
last modified time | relevance | path

Searched defs:sqlda (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/ext/interbase/
H A Dibase_query.c99 static void _php_ibase_free_xsqlda(XSQLDA *sqlda) /* {{{ */ in _php_ibase_free_xsqlda()
204 static int _php_ibase_alloc_array(ibase_array **ib_arrayp, XSQLDA *sqlda, /* {{{ */ in _php_ibase_alloc_array()
641 static int _php_ibase_bind(XSQLDA *sqlda, zval *b_vars, BIND_BUF *buf, /* {{{ */ in _php_ibase_bind()
812 static void _php_ibase_alloc_xsqlda(XSQLDA *sqlda) /* {{{ */ in _php_ibase_alloc_xsqlda()
1882 XSQLDA *sqlda; in PHP_FUNCTION() local
2006 XSQLDA *sqlda; in PHP_FUNCTION() local
/PHP-7.0/ext/pdo_firebird/
H A Dfirebird_statement.c36 static void free_sqlda(XSQLDA const *sqlda) /* {{{ */ in free_sqlda()
493 XSQLDA *sqlda = param->is_param ? S->in_sqlda : &S->out_sqlda; in firebird_stmt_param_hook() local

Completed in 12 milliseconds