Cthulhu
0.2.10
Cthulhu compiler collection
|
Go to the source code of this file.
Data Structures | |
struct | query_scan_t |
Macros | |
#define | QUERYLTYPE where_t |
Functions | |
query_scan_t * | query_scan_context (scan_t *scan) |
void | query_parse_integer (mpz_t integer, scan_t *scan, where_t where, const char *text, int base) |
void | query_parse_string (text_t *string, scan_t *scan, where_t where, const char *text, size_t length) |
#define QUERYLTYPE where_t |
Definition at line 8 of file query_scan.h.
void query_parse_integer | ( | mpz_t | integer, |
scan_t * | scan, | ||
where_t | where, | ||
const char * | text, | ||
int | base | ||
) |
Definition at line 13 of file query_scan.c.
void query_parse_string | ( | text_t * | string, |
scan_t * | scan, | ||
where_t | where, | ||
const char * | text, | ||
size_t | length | ||
) |
Definition at line 24 of file query_scan.c.
query_scan_t* query_scan_context | ( | scan_t * | scan | ) |
Definition at line 8 of file query_scan.c.