Home
last modified time | relevance | path

Searched refs:t_sqlcommand (Results 1 – 2 of 2) sorted by relevance

/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dsql_dbcreator.c108 t_sqlcommand * sqlcommand; in create_sqlcommand()
116 sqlcommand = xmalloc(sizeof(t_sqlcommand)); in create_sqlcommand()
132 void dispose_sqlcommand(t_sqlcommand * sqlcommand) in dispose_sqlcommand()
166 t_sqlcommand * sql_command; in dispose_table()
217 void table_add_sql_command(t_table * table, t_sqlcommand * sql_command) in table_add_sql_command()
379 t_sqlcommand * table_get_first_sql_command(t_table * table) in table_get_first_sql_command()
381 t_sqlcommand * sql_command; in table_get_first_sql_command()
409 t_sqlcommand * table_get_next_sql_command(t_table * table) in table_get_next_sql_command()
411 t_sqlcommand * sql_command; in table_get_next_sql_command()
446 t_sqlcommand * _sqlcommand = NULL; in load_db_layout()
[all …]
H A Dsql_dbcreator.h30 t_sqlcommand; typedef