Lines Matching refs:sqlite_mprintf
613 s_windomain = sqlite_mprintf("AND windomain = %Q ", in gen_sql_expr_from_rule()
624 s_winname = sqlite_mprintf( in gen_sql_expr_from_rule()
636 s_unixname = sqlite_mprintf( in gen_sql_expr_from_rule()
662 *out = sqlite_mprintf("%s %s %s %s", in gen_sql_expr_from_rule()
917 sql = sqlite_mprintf("INSERT into namerules " in add_namerule()
976 sql = sqlite_mprintf("DELETE FROM namerules WHERE 1 %s;", expr); in rm_namerule()
1541 sql = sqlite_mprintf("SELECT pid, is_user, expiration, " in lookup_cache_sid2pid()
1555 sql = sqlite_mprintf("SELECT pid, is_user, expiration, " in lookup_cache_sid2pid()
1762 sql = sqlite_mprintf("SELECT canon_name, domain, type " in lookup_cache_sid2name()
3060 sql = sqlite_mprintf( in name_based_mapping_sid2pid()
3667 sql = sqlite_mprintf("INSERT OR REPLACE into idmap_cache " in update_cache_pid2sid()
3705 sql = sqlite_mprintf("INSERT OR REPLACE into name_cache " in update_cache_pid2sid()
3758 sql = sqlite_mprintf("UPDATE idmap_cache " in update_cache_sid2pid()
3816 sql = sqlite_mprintf("INSERT OR REPLACE into idmap_cache " in update_cache_sid2pid()
3855 sql = sqlite_mprintf("INSERT OR REPLACE into name_cache " in update_cache_sid2pid()
3901 sql = sqlite_mprintf("SELECT sidprefix, rid, " in lookup_cache_pid2sid()
3912 sql = sqlite_mprintf("SELECT sidprefix, rid, " in lookup_cache_pid2sid()
4120 sql = sqlite_mprintf("SELECT sidprefix, rid, type, canon_name " in lookup_cache_name2sid()
4428 sql = sqlite_mprintf( in name_based_mapping_pid2sid()