|
ELinks 0.19.1
|
#include <quickjs/quickjs.h>

Functions | |
| void | attr_save_in_map (void *m, void *node, JSValueConst value) |
| void | attr_save_in_map_void (void *m, void *node, void *value) |
| void * | interp_new_map (void) |
| bool | interp_find_in_map (void *m, void *interpreter) |
| void | interp_save_in_map (void *m, void *interpreter) |
| void | interp_erase_from_map (void *m, void *interpreter) |
| void | interp_delete_map (void *m) |
| void * | attr_create_new_attrs_map (void) |
| void * | attr_create_new_attributes_map (void) |
| void * | attr_create_new_attributes_map_rev (void) |
| void * | attr_create_new_collections_map (void) |
| void * | attr_create_new_collections_map_rev (void) |
| void * | attr_create_new_doctypes_map (void) |
| void * | attr_create_new_elements_map (void) |
| void * | attr_create_new_privates_map_void (void) |
| void * | attr_create_new_form_elements_map (void) |
| void * | attr_create_new_form_elements_map_rev (void) |
| void * | attr_create_new_form_map (void) |
| void * | attr_create_new_form_map_rev (void) |
| void * | attr_create_new_forms_map (void) |
| void * | attr_create_new_forms_map_rev (void) |
| void * | attr_create_new_input_map (void) |
| void * | attr_create_new_nodelist_map (void) |
| void * | attr_create_new_nodelist_map_rev (void) |
| void * | attr_create_new_csses_map (void) |
| void * | attr_create_new_csses_map_rev (void) |
| void * | attr_create_new_requestHeaders_map (void) |
| void * | attr_create_new_responseHeaders_map (void) |
| void | delete_map_str (void *m) |
| void | attr_delete_map (void *m) |
| void | attr_delete_map_rev (void *m) |
| void | attr_delete_map_void (void *m) |
| JSValue | attr_find_in_map (void *m, void *node) |
| void * | attr_find_in_map_void (void *m, void *node) |
| void | attr_erase_from_map (void *m, void *node) |
| void | attr_erase_from_map_str (void *m, void *node) |
| void | attr_save_in_map_rev (void *m, JSValueConst value, void *node) |
| void * | attr_find_in_map_rev (void *m, JSValueConst value) |
| void | attr_erase_from_map_rev (void *m, JSValueConst value) |
| void | process_xhr_headers (char *head, struct Xhr *x) |
| void | set_xhr_header (char *normalized_value, const char *h_name, struct Xhr *x) |
| char * | get_output_headers (struct Xhr *x) |
| char * | get_output_header (const char *header_name, struct Xhr *x) |
| char * | get_elstyle (void *m) |
| void * | set_elstyle (const char *text) |
| char * | get_css_value (const char *text, const char *param) |
| char * | set_css_value (const char *text, const char *param, const char *value) |
Variables | |
| void * | map_attrs |
| void * | map_attributes |
| void * | map_rev_attributes |
| void * | map_doctypes |
| void * | map_privates |
| void * | map_form |
| void * | map_form_rev |
| void * | map_forms |
| void * | map_rev_forms |
| void * | map_inputs |
| void * | map_nodelist |
| void * | map_rev_nodelist |
| void * | map_form_elements |
| void * | map_form_elements_rev |
| void * | map_interp |
| void * attr_create_new_attributes_map | ( | void | ) |
| void * attr_create_new_attributes_map_rev | ( | void | ) |
| void * attr_create_new_attrs_map | ( | void | ) |
| void * attr_create_new_collections_map | ( | void | ) |
| void * attr_create_new_collections_map_rev | ( | void | ) |
| void * attr_create_new_csses_map | ( | void | ) |
| void * attr_create_new_csses_map_rev | ( | void | ) |
| void * attr_create_new_doctypes_map | ( | void | ) |
| void * attr_create_new_elements_map | ( | void | ) |
| void * attr_create_new_form_elements_map | ( | void | ) |
| void * attr_create_new_form_elements_map_rev | ( | void | ) |
| void * attr_create_new_form_map | ( | void | ) |
| void * attr_create_new_form_map_rev | ( | void | ) |
| void * attr_create_new_forms_map | ( | void | ) |
| void * attr_create_new_forms_map_rev | ( | void | ) |
| void * attr_create_new_input_map | ( | void | ) |
| void * attr_create_new_nodelist_map | ( | void | ) |
| void * attr_create_new_nodelist_map_rev | ( | void | ) |
| void * attr_create_new_privates_map_void | ( | void | ) |
| void * attr_create_new_requestHeaders_map | ( | void | ) |
| void * attr_create_new_responseHeaders_map | ( | void | ) |
| void attr_delete_map | ( | void * | m | ) |
| void attr_delete_map_rev | ( | void * | m | ) |
| void attr_delete_map_void | ( | void * | m | ) |
| void attr_erase_from_map | ( | void * | m, |
| void * | node ) |
| void attr_erase_from_map_rev | ( | void * | m, |
| JSValueConst | value ) |
| void attr_erase_from_map_str | ( | void * | m, |
| void * | node ) |
| JSValue attr_find_in_map | ( | void * | m, |
| void * | node ) |
| void * attr_find_in_map_rev | ( | void * | m, |
| JSValueConst | value ) |
| void * attr_find_in_map_void | ( | void * | m, |
| void * | node ) |
| void attr_save_in_map | ( | void * | m, |
| void * | node, | ||
| JSValueConst | value ) |
| void attr_save_in_map_rev | ( | void * | m, |
| JSValueConst | value, | ||
| void * | node ) |
| void attr_save_in_map_void | ( | void * | m, |
| void * | node, | ||
| void * | value ) |
| void delete_map_str | ( | void * | m | ) |
| char * get_css_value | ( | const char * | text, |
| const char * | param ) |
| char * get_elstyle | ( | void * | m | ) |
| char * get_output_header | ( | const char * | header_name, |
| struct Xhr * | x ) |
| char * get_output_headers | ( | struct Xhr * | x | ) |
| void interp_delete_map | ( | void * | m | ) |
| void interp_erase_from_map | ( | void * | m, |
| void * | interpreter ) |
| bool interp_find_in_map | ( | void * | m, |
| void * | interpreter ) |
| void * interp_new_map | ( | void | ) |
| void interp_save_in_map | ( | void * | m, |
| void * | interpreter ) |
| void process_xhr_headers | ( | char * | head, |
| struct Xhr * | x ) |
| char * set_css_value | ( | const char * | text, |
| const char * | param, | ||
| const char * | value ) |
| void * set_elstyle | ( | const char * | text | ) |
| void set_xhr_header | ( | char * | normalized_value, |
| const char * | h_name, | ||
| struct Xhr * | x ) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |