Home
last modified time | relevance | path

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

/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_statement.c43 if (var->sqlind) { in free_sqlda()
44 efree(var->sqlind); in free_sqlda()
108 var->sqldata = &((char*)var->sqlind)[sizeof(short)]; in firebird_stmt_execute()
331 if (*var->sqlind == -1) { in firebird_stmt_get_col()
545 if (var->sqlind) { in firebird_stmt_param_hook()
546 efree(var->sqlind); in firebird_stmt_param_hook()
548 var->sqlind = (void*)emalloc(var->sqllen + 2*sizeof(short)); in firebird_stmt_param_hook()
549 var->sqldata = &((char*)var->sqlind)[sizeof(short)]; in firebird_stmt_param_hook()
558 *var->sqlind = 0; in firebird_stmt_param_hook()
593 *var->sqlind = -1; in firebird_stmt_param_hook()
[all …]
/PHP-7.1/ext/interbase/
H A Dibase_query.c91 short sqlind; member
110 if (var->sqlind) { in _php_ibase_free_xsqlda()
111 efree(var->sqlind); in _php_ibase_free_xsqlda()
651 var->sqlind = &buf[i].sqlind; in _php_ibase_bind()
677 buf[i].sqlind = -1; in _php_ibase_bind()
686 buf[i].sqlind = 0; in _php_ibase_bind()
857 var->sqlind = emalloc(sizeof(short)); in _php_ibase_alloc_xsqlda()
859 var->sqlind = NULL; in _php_ibase_alloc_xsqlda()
1536 if (((var->sqltype & 1) == 0) || *var->sqlind != -1) { in _php_ibase_fetch_hash()

Completed in 13 milliseconds