Lines Matching refs:sqlite_mprintf
612 s_windomain = sqlite_mprintf("AND windomain = %Q ", in gen_sql_expr_from_rule()
623 s_winname = sqlite_mprintf( in gen_sql_expr_from_rule()
635 s_unixname = sqlite_mprintf( in gen_sql_expr_from_rule()
661 *out = sqlite_mprintf("%s %s %s %s", in gen_sql_expr_from_rule()
916 sql = sqlite_mprintf("INSERT into namerules " in add_namerule()
975 sql = sqlite_mprintf("DELETE FROM namerules WHERE 1 %s;", expr); in rm_namerule()
1535 sql = sqlite_mprintf("SELECT pid, is_user, expiration, " in lookup_cache_sid2pid()
1549 sql = sqlite_mprintf("SELECT pid, is_user, expiration, " in lookup_cache_sid2pid()
1756 sql = sqlite_mprintf("SELECT canon_name, domain, type " in lookup_cache_sid2name()
3054 sql = sqlite_mprintf( in name_based_mapping_sid2pid()
3661 sql = sqlite_mprintf("INSERT OR REPLACE into idmap_cache " in update_cache_pid2sid()
3698 sql = sqlite_mprintf("INSERT OR REPLACE into name_cache " in update_cache_pid2sid()
3751 sql = sqlite_mprintf("UPDATE idmap_cache " in update_cache_sid2pid()
3809 sql = sqlite_mprintf("INSERT OR REPLACE into idmap_cache " in update_cache_sid2pid()
3847 sql = sqlite_mprintf("INSERT OR REPLACE into name_cache " in update_cache_sid2pid()
3893 sql = sqlite_mprintf("SELECT sidprefix, rid, " in lookup_cache_pid2sid()
3904 sql = sqlite_mprintf("SELECT sidprefix, rid, " in lookup_cache_pid2sid()
4112 sql = sqlite_mprintf("SELECT sidprefix, rid, type, canon_name " in lookup_cache_name2sid()
4420 sql = sqlite_mprintf( in name_based_mapping_pid2sid()