Lines Matching refs:sqlind
43 if (var->sqlind) { in free_sqlda()
44 efree(var->sqlind); in free_sqlda()
107 var->sqlind = (void*)ecalloc(1, var->sqllen + 2 * sizeof(short)); in firebird_stmt_execute()
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()
645 *var->sqlind = -1; in firebird_stmt_param_hook()