|
/opt/src/beast/sfi/sfistore.h
SYNOPSIS
| struct
| SfiWStore; |
| struct
| _SfiRStore; |
| |
| void GTokenType typedef gboolean()
| SfiRStoreQuickScan
| (rstore, data); |
| void
| sfi_rstore_destroy
| (rstore); |
| GTokenType
| sfi_rstore_ensure_bin_offset
| (rstore); |
| gboolean
| sfi_rstore_eof
| (rstore); |
| void
| sfi_rstore_error
| (rstore, format, ...); |
| guint64
| sfi_rstore_get_bin_offset
| (rstore); |
| void
| sfi_rstore_input_fd
| (rstore, fd, fname); |
| void
| sfi_rstore_input_text
| (rstore, text, text_name); |
| SfiRStore*
| sfi_rstore_new
| (); |
| SfiRStore*
| sfi_rstore_new_open
| (fname); |
| guint
| sfi_rstore_parse_all
| (rstore, context_data, try_statement, user_data); |
| GTokenType
| sfi_rstore_parse_binary
| (rstore, offset_p, length_p); |
| GTokenType
| sfi_rstore_parse_param
| (rstore, value, pspec); |
| GTokenType
| sfi_rstore_parse_until
| (rstore, closing_token, context_data, try_statement, user_data); |
| GTokenType
| sfi_rstore_parse_zbinary
| (rstore, offset_p, length_p); |
| void
| sfi_rstore_quick_scan
| (rstore, identifier, qcheck, data); |
| void void
| sfi_rstore_unexp_token
| (rstore, expected_token); |
| void
| sfi_rstore_warn
| (rstore, format, ...); |
| void GTokenType
| sfi_rstore_warn_skip
| (rstore, format, ...); |
| void
| sfi_wstore_break
| (wstore); |
| void
| sfi_wstore_destroy
| (wstore); |
| gint
| sfi_wstore_flush_fd
| (wstore, fd); |
| SfiWStore*
| sfi_wstore_new
| (); |
| const gchar*
| sfi_wstore_peek_text
| (wstore, length); |
| void
| sfi_wstore_pop_level
| (wstore); |
| void
| sfi_wstore_printf
| (wstore, format, ...); |
| void
| sfi_wstore_push_level
| (wstore); |
| void
| sfi_wstore_put_binary
| (wstore, reader, data, destroy); |
| void
| sfi_wstore_put_param
| (wstore, value, pspec); |
| void
| sfi_wstore_put_value
| (wstore, value); |
| void
| sfi_wstore_putc
| (wstore, character); |
| void
| sfi_wstore_putd
| (wstore, vdouble); |
| void void
| sfi_wstore_putf
| (wstore, vfloat); |
| void
| sfi_wstore_puts
| (wstore, string); |
DESCRIPTION
SfiWStore | | /opt/src/beast/sfi/sfistore.h:31 |
_SfiRStore | | /opt/src/beast/sfi/sfistore.h:50 |
SfiRStoreQuickScan | | /opt/src/beast/sfi/sfistore.h:134 |
sfi_rstore_destroy | | /opt/src/beast/sfi/sfistore.h:94 |
sfi_rstore_ensure_bin_offset | | /opt/src/beast/sfi/sfistore.h:105 |
sfi_rstore_eof | | /opt/src/beast/sfi/sfistore.h:101 |
sfi_rstore_error | | /opt/src/beast/sfi/sfistore.h:124 |
sfi_rstore_get_bin_offset | | /opt/src/beast/sfi/sfistore.h:106 |
sfi_rstore_input_fd | | /opt/src/beast/sfi/sfistore.h:97 |
sfi_rstore_input_text | | /opt/src/beast/sfi/sfistore.h:100 |
sfi_rstore_new | | /opt/src/beast/sfi/sfistore.h:92 |
sfi_rstore_new_open | | /opt/src/beast/sfi/sfistore.h:93 |
sfi_rstore_parse_all | | /opt/src/beast/sfi/sfistore.h:121 |
sfi_rstore_parse_binary | | /opt/src/beast/sfi/sfistore.h:109 |
sfi_rstore_parse_param | | /opt/src/beast/sfi/sfistore.h:104 |
sfi_rstore_parse_until | | /opt/src/beast/sfi/sfistore.h:117 |
sfi_rstore_parse_zbinary | | /opt/src/beast/sfi/sfistore.h:112 |
sfi_rstore_quick_scan | | /opt/src/beast/sfi/sfistore.h:138 |
sfi_rstore_unexp_token | | /opt/src/beast/sfi/sfistore.h:126 |
sfi_rstore_warn | | /opt/src/beast/sfi/sfistore.h:129 |
sfi_rstore_warn_skip | | /opt/src/beast/sfi/sfistore.h:132 |
sfi_wstore_break | | /opt/src/beast/sfi/sfistore.h:64 |
sfi_wstore_destroy | | /opt/src/beast/sfi/sfistore.h:61 |
sfi_wstore_flush_fd | | /opt/src/beast/sfi/sfistore.h:86 |
sfi_wstore_new | | /opt/src/beast/sfi/sfistore.h:60 |
sfi_wstore_peek_text | | /opt/src/beast/sfi/sfistore.h:88 |
sfi_wstore_pop_level | | /opt/src/beast/sfi/sfistore.h:63 |
sfi_wstore_printf | | /opt/src/beast/sfi/sfistore.h:71 |
sfi_wstore_push_level | | /opt/src/beast/sfi/sfistore.h:62 |
sfi_wstore_put_binary | | /opt/src/beast/sfi/sfistore.h:84 |
sfi_wstore_put_param | | /opt/src/beast/sfi/sfistore.h:80 |
sfi_wstore_put_value | | /opt/src/beast/sfi/sfistore.h:77 |
sfi_wstore_putc | | /opt/src/beast/sfi/sfistore.h:68 |
sfi_wstore_putd | | /opt/src/beast/sfi/sfistore.h:75 |
sfi_wstore_putf | | /opt/src/beast/sfi/sfistore.h:73 |
sfi_wstore_puts | | /opt/src/beast/sfi/sfistore.h:66 |
|
|