Code: Show/Hide int (*Query)(query_callback cb, void *clos, int notifyfail, const char *fmt, ...); /* pyint: (int, db_res, clos -> void) dynamic failval 0, clos, int, string -> int */ |
Code: Show/Hide int (*EscapeString)(const char *str, char *buf, int buflen); /* pyint: string, string out, int buflen -> int */ |