HomeSort by: relevance | last modified time | path
    Searched defs:sql_stmt (Results 1 - 1 of 1) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
dict_sqlite.c 139 sqlite3_stmt *sql_stmt; local
207 &sql_stmt, &query_remainder) != SQLITE_OK)
220 while ((status = sqlite3_step(sql_stmt)) != SQLITE_DONE) {
223 (const char *) sqlite3_column_text(sql_stmt, 0),
246 if (sqlite3_finalize(sql_stmt))

Completed in 54 milliseconds