Searched refs:sqlite_bind_text (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | semind.c | 452 static inline void sqlite_bind_text(sqlite3_stmt *stmt, const char *field, const char *var, int len) in sqlite_bind_text() function 617 sqlite_bind_text(insert_rec_stmt, "@context", rec->context, rec->ctx_len); in insert_record() 618 sqlite_bind_text(insert_rec_stmt, "@symbol", rec->symbol, rec->sym_len); in insert_record() 672 sqlite_bind_text(select_file_stmt, "@name", filename, -1); in update_stream() 685 sqlite_bind_text(delete_file_stmt, "@name", filename, -1); in update_stream() 692 sqlite_bind_text(insert_file_stmt, "@name", filename, -1); in update_stream() 852 sqlite_bind_text(stmt, "@file", argv[i], -1); in command_rm()
|