SYMBOL INDEX (2150 symbols across 123 files) FILE: archive/mbox2hypermail.c function FILE (line 55) | static FILE *safe_tmpfile(void) function FILE (line 73) | static FILE *efopen(char *file, char *mode) function blankline (line 99) | static int blankline(char *line) function main (line 237) | int main(int argc, char **argv) FILE: archive/msg2archive.c type tm (line 55) | struct tm function usage (line 71) | static int usage(void) function FILE (line 86) | static FILE *safe_tmpfile(void) function FILE (line 280) | FILE *s_popen(char *cmd, const char *type) FILE: contrib/hoaf-28/collect_snipplets.py function add_header (line 32) | def add_header(outputfile,path): function add_footer (line 43) | def add_footer(outputfile,path): function main (line 54) | def main(argv): FILE: contrib/hoaf-28/create_archive_snipplet.py function getmtime (line 36) | def getmtime(file): class Mail (line 45) | class Mail: method __init__ (line 47) | def __init__(self): class SimpleDocHandler (line 55) | class SimpleDocHandler(saxlib.DocumentHandler): method __init__ (line 57) | def __init__(self): method startElement (line 65) | def startElement(self, name, attrs): method endElement (line 77) | def endElement(self, name): method characters (line 85) | def characters(self, ch, start,length): function main (line 106) | def main(argv): FILE: contrib/mailbox_date_trimmer/mailbox_date_trimmer.py class Error (line 46) | class Error(Exception): pass class Parse_error (line 47) | class Parse_error(Error): pass class Parse_time_error (line 48) | class Parse_time_error(Parse_error): pass function complete_time_string (line 61) | def complete_time_string(time_string): function parse_date (line 81) | def parse_date(date_string): function extract_header_dates (line 113) | def extract_header_dates(headers): function time_to_string (line 145) | def time_to_string(time_in_seconds): function get_acceptable_date (line 151) | def get_acceptable_date(reference_time, time_range, headers): function replace_date_header (line 169) | def replace_date_header(email, new_date, verbose): function usage_information (line 190) | def usage_information(exit_code = 0, binary_name = "mailbox_date_trimmer... function process_command_line (line 217) | def process_command_line(argv = None): function main_process (line 269) | def main_process(input, output, verbose): FILE: contrib/mailbox_date_trimmer/mailbox_reader.py class Error (line 103) | class Error(Exception): pass class Parse_error (line 104) | class Parse_error(Error): pass class Mailbox_base (line 116) | class Mailbox_base: method __init__ (line 137) | def __init__(self, file_object): method __del__ (line 152) | def __del__(self): method read_mail (line 156) | def read_mail(self): method close (line 204) | def close(self): class Mailbox (line 216) | class Mailbox(Mailbox_base): method __init__ (line 223) | def __init__(self, filename_or_file_object): method read_mail (line 238) | def read_mail(self): method close (line 257) | def close(self): class Email (line 277) | class Email: method __init__ (line 295) | def __init__(self, headers, body): method readline (line 316) | def readline(self): method readline_reset (line 342) | def readline_reset(self): method all_lines (line 350) | def all_lines(self): method close (line 360) | def close(self): method get_header (line 369) | def get_header(self, header_name): FILE: contrib/msg2hypermailarchive.py class listconfig (line 53) | class listconfig: method __init__ (line 55) | def __init__(self, function usage (line 94) | def usage(): function openmailboxfile (line 105) | def openmailboxfile(list,yearstring,month): function openhypermailpipe (line 121) | def openhypermailpipe(list,yearstring, month): function archivemail (line 135) | def archivemail(listname,inputfile, yearstring, month): function main (line 177) | def main(): FILE: lcc/dirent.c type DIR (line 17) | struct DIR function DIR (line 25) | DIR *opendir(const char *name) function closedir (line 66) | int closedir(DIR *dir) type dirent (line 89) | struct dirent type dirent (line 91) | struct dirent function rewinddir (line 109) | void rewinddir(DIR *dir) FILE: lcc/dirent.h type DIR (line 14) | typedef struct DIR DIR; type dirent (line 16) | struct dirent type dirent (line 23) | struct dirent FILE: lcc/getdate.c type TABLE (line 160) | typedef struct _TABLE { type MERIDIAN (line 170) | typedef enum _MERIDIAN { type yystype (line 207) | typedef union { function yystrlen (line 669) | yystrlen (const char *yystr) function yyparse (line 774) | int function yyerror (line 1890) | static int yyerror (char *s) function ToHour (line 1895) | static int ToHour (int Hours, MERIDIAN Meridian) function ToYear (line 1921) | static int ToYear (int Year) function LookupWord (line 1936) | static int LookupWord (char *buff) function yylex (line 2055) | static int yylex (void) function difftm (line 2115) | static long difftm (struct tm *a, struct tm *b) function time_t (line 2134) | time_t get_date (const char *p, const time_t *now) function main (line 2242) | int main (int ac, char *av[]) FILE: lcc/lcc_extras.c function lstat (line 11) | int lstat(const char *file_name, struct stat *buf) FILE: lcc/lcc_extras.h type stat (line 5) | struct stat FILE: lcc/pcre.h type real_pcre (line 309) | struct real_pcre type pcre (line 310) | typedef struct real_pcre pcre; type real_pcre16 (line 312) | struct real_pcre16 type pcre16 (line 313) | typedef struct real_pcre16 pcre16; type real_pcre32 (line 315) | struct real_pcre32 type pcre32 (line 316) | typedef struct real_pcre32 pcre32; type real_pcre_jit_stack (line 318) | struct real_pcre_jit_stack type pcre_jit_stack (line 319) | typedef struct real_pcre_jit_stack pcre_jit_stack; type real_pcre16_jit_stack (line 321) | struct real_pcre16_jit_stack type pcre16_jit_stack (line 322) | typedef struct real_pcre16_jit_stack pcre16_jit_stack; type real_pcre32_jit_stack (line 324) | struct real_pcre32_jit_stack type pcre32_jit_stack (line 325) | typedef struct real_pcre32_jit_stack pcre32_jit_stack; type pcre_extra (line 361) | typedef struct pcre_extra { type pcre16_extra (line 374) | typedef struct pcre16_extra { type pcre32_extra (line 387) | typedef struct pcre32_extra { type pcre_callout_block (line 403) | typedef struct pcre_callout_block { type pcre16_callout_block (line 425) | typedef struct pcre16_callout_block { type pcre32_callout_block (line 447) | typedef struct pcre32_callout_block { type pcre_jit_stack (line 513) | typedef pcre_jit_stack *(*pcre_jit_callback)(void *); type pcre16_jit_stack (line 514) | typedef pcre16_jit_stack *(*pcre16_jit_callback)(void *); type pcre32_jit_stack (line 515) | typedef pcre32_jit_stack *(*pcre32_jit_callback)(void *); FILE: libcgi/cgi.h type cgi_info (line 58) | typedef struct { type form_entry (line 79) | typedef struct festruct { FILE: libcgi/form_ent.c function form_entry (line 34) | form_entry *get_form_entries(cgi_info *ci) function free_form_entries (line 48) | void free_form_entries(form_entry *fe) function form_entry (line 73) | form_entry *get_fes_from_string(char *s) function form_entry (line 159) | form_entry *get_fes_from_stream(int length, FILE *stream) function dd2c (line 241) | unsigned char dd2c(char d1, char d2) function dump_cgi_info (line 252) | void dump_cgi_info(cgi_info *ci) FILE: libcgi/form_tags.c function print_sel_list (line 29) | void print_sel_list(char *tname, char **opts, char *init) function print_input_blank (line 40) | void print_input_blank(char *tname, unsigned int size, function print_submit (line 53) | void print_submit(char *label) FILE: libcgi/get_cgi_info.c function get_cgi_info (line 29) | int get_cgi_info(cgi_info *ci) FILE: libcgi/html.c function print_doc_begin (line 29) | void print_doc_begin(char *title) function print_doc_end (line 36) | void print_doc_end(char *text) function print_logo (line 47) | void print_logo(void) FILE: libcgi/main.c function main (line 31) | int main(void) FILE: libcgi/mcode.c function mcode (line 29) | int mcode(cgi_info *ci) FILE: libcgi/syn_mime.c function syn_mimeheader (line 30) | int syn_mimeheader(char *buf, char *ct) function print_mimeheader (line 43) | int print_mimeheader(const char *ct) FILE: libcgi/syn_url.c function syn_base_url (line 30) | int syn_base_url(char *buf, cgi_info *ci) function print_base_url (line 45) | int print_base_url(cgi_info *ci) FILE: libcgi/template.c function cgi_main (line 29) | void cgi_main(cgi_info *ci) FILE: src/base64.c function base64Decode (line 18) | void base64Decode(char *intext, char *out, int *length) FILE: src/date.c type tm (line 37) | struct tm type tm (line 38) | struct tm function time_t (line 40) | time_t convtoyearsecs(char *date) type tm (line 81) | struct tm function gettimezone (line 118) | void gettimezone(void) function getthisyear (line 131) | void getthisyear(void) function year_of_datenum (line 139) | int year_of_datenum(time_t t) function month_of_datenum (line 145) | int month_of_datenum(time_t t) type tm (line 159) | struct tm type tm (line 229) | struct tm type tm (line 247) | struct tm function time_t (line 255) | time_t iso_to_secs(char *isodate) function time_t (line 317) | static time_t ydhms_tm_diff(int year, int yday, int hour, function time_t (line 340) | static time_t my_mktime(struct tm *tp) FILE: src/dmatch.c function Match (line 29) | char Match(char *string, char *pattern) FILE: src/domains.c type co_code (line 4) | struct co_code function valid_root_domain (line 6) | int valid_root_domain(char *eaddr) FILE: src/domains.h type co_code (line 16) | struct co_code { type co_code (line 21) | struct co_code FILE: src/file.c function isfile (line 60) | int isfile(char *path) function isdir (line 73) | int isdir(char *path) type stat (line 88) | struct stat type stat (line 122) | struct stat type stat (line 167) | struct stat type tm (line 219) | struct tm type Push (line 222) | struct Push function readconfigs (line 276) | void readconfigs(char *path, int cmd_show_variables) function symlink_latest (line 313) | void symlink_latest() function find_max_msgnum (line 346) | int find_max_msgnum() function find_max_msgnum_id (line 433) | int find_max_msgnum_id() function free_msgnum_id_table (line 504) | void free_msgnum_id_table(char *table[], int max_num) function is_empty_archive (line 517) | int is_empty_archive() type Push (line 551) | struct Push type emailsubdir (line 591) | struct emailsubdir type emailsubdir (line 593) | struct emailsubdir type emailsubdir (line 594) | struct emailsubdir type emailinfo (line 633) | struct emailinfo type emailinfo (line 667) | struct emailinfo type emailinfo (line 667) | struct emailinfo type emailinfo (line 686) | struct emailinfo type emailinfo (line 686) | struct emailinfo type emailinfo (line 706) | struct emailinfo type emailinfo (line 717) | struct emailinfo type emailinfo (line 726) | struct emailinfo function matches_existing (line 742) | int matches_existing(int msgnum) FILE: src/finelink.c type emailinfo (line 35) | struct emailinfo type emailinfo (line 35) | struct emailinfo type body (line 43) | struct body type body (line 44) | struct body function place_a_end (line 93) | static int place_a_end(const String_Match * match_info, struct body **bp... function add_anchor (line 131) | static int add_anchor(int msgnum, int quoting_msgnum, int quote_num, con... type emailinfo (line 279) | struct emailinfo type body (line 281) | struct body type emailinfo (line 287) | struct emailinfo type emailinfo (line 293) | struct emailinfo type Push (line 333) | struct Push type Push (line 334) | struct Push type emailinfo (line 359) | struct emailinfo function handle_quoted_text (line 390) | int handle_quoted_text(FILE *fp, struct emailinfo *email, const struct b... function set_new_reply_to (line 472) | void set_new_reply_to(int msgnum, int match_len) function get_new_reply_to (line 503) | int get_new_reply_to() function replace_maybe_replies (line 513) | void replace_maybe_replies(const char *filename, struct emailinfo *ep, i... function str_similar_str (line 631) | static int str_similar_str(const char *str1, const char *str2) FILE: src/finelink.h type emailinfo (line 8) | struct emailinfo type body (line 8) | struct body type emailinfo (line 11) | struct emailinfo FILE: src/fnv/fnv.h type Fnv32_t (line 78) | typedef unsigned long Fnv32_t; type Fnv64_t (line 113) | typedef unsigned long long Fnv64_t; type Fnv64_t (line 115) | typedef struct { FILE: src/fnv/fnv32.c function print_fnv (line 103) | static void function main (line 119) | int FILE: src/fnv/fnv64.c function print_fnv (line 104) | static void function main (line 133) | int FILE: src/fnv/hash_32.c function Fnv32_t (line 90) | Fnv32_t function Fnv32_t (line 129) | Fnv32_t FILE: src/fnv/hash_64.c function Fnv64_t (line 112) | Fnv64_t function Fnv64_t (line 217) | Fnv64_t FILE: src/fnv/have_ulong64.c function main (line 40) | int FILE: src/getname.c function blankstring (line 7) | static int blankstring(char *str) function getname (line 62) | void getname(char *line, char **namep, char **emailp) FILE: src/hypermail.c function cmderr (line 53) | void cmderr(char *errorstr) function progerr (line 65) | void progerr(char *errorstr) function version (line 115) | void version(void) function usage (line 125) | void usage(void) function main (line 173) | int main(int argc, char **argv) FILE: src/hypermail.h type mindex_t (line 162) | typedef enum { DATE_INDEX, THREAD_INDEX, SUBJECT_INDEX, AUTHOR_INDEX, type filtered_reason_t (line 166) | typedef enum { type annotation_robot_t (line 176) | typedef enum { type annotation_content_t (line 182) | typedef enum { type textplain_format_t (line 189) | typedef enum { type parseemail_conversion_t (line 195) | typedef enum { type Push (line 210) | struct Push { type reply (line 222) | struct reply { type body (line 231) | struct body { type printed (line 244) | struct printed { type hmlist (line 249) | struct hmlist { type hashemail (line 254) | struct hashemail { type emailsubdir (line 259) | struct emailsubdir { /* used by set_folder_by_date, set_msgsperfolder */ type emailinfo (line 273) | struct emailinfo { type header (line 312) | struct header { type attach (line 318) | struct attach { type boundary (line 339) | struct boundary { type charset_stack (line 345) | struct charset_stack { FILE: src/lang.c type language_entry (line 11) | struct language_entry function main (line 34) | int main(int argc, char **argv) FILE: src/lang.h type language_entry (line 29) | struct language_entry { type language_entry (line 2621) | struct language_entry type language_entry (line 2647) | struct language_entry FILE: src/lock.c function lock_archive (line 8) | void lock_archive(char *dir) function unlock_archive (line 44) | void unlock_archive(void) FILE: src/mail.c function cgi_main (line 25) | void cgi_main(cgi_info *ci) FILE: src/parse.c type EncodeType (line 69) | typedef enum { type ContentType (line 85) | typedef enum { function hasblack (line 94) | static int hasblack(char *p) function ignorecontent (line 100) | int ignorecontent(char *type) function inlinecontent (line 111) | int inlinecontent(char *type) function preferedcontent (line 116) | int preferedcontent(int *current_weight, char *type, int decode) function textcontent (line 162) | int textcontent(char *type) function is_applemail_ua (line 177) | static int is_applemail_ua(char *ua_string) function isre (line 207) | int isre(char *re, char **end) function print_progress (line 250) | void print_progress(int num, char *msg, char *filename) function create_attachname (line 334) | static void function crossindex (line 360) | void crossindex(void) function crossindexthread2 (line 446) | void crossindexthread2(int num) function crossindexthread2 (line 469) | void crossindexthread2(int num) function crossindexthread1 (line 492) | void crossindexthread1(struct header *hp) type Push (line 541) | struct Push type Push (line 593) | struct Push type Push (line 643) | struct Push function getannotation (line 696) | static bool type Push (line 773) | struct Push type Push (line 879) | struct Push function get_quotelevel (line 1106) | static int get_quotelevel (const char *line) function rfc3676_handler (line 1138) | static bool rfc3676_handler (char *line, bool delsp_flag, int *quotelevel, type Push (line 1309) | struct Push type Push (line 1369) | struct Push function emptydir (line 1423) | void emptydir(char *directory) function do_uudecode (line 1456) | static int do_uudecode(FILE *fp, char *line, char *line_buf, function write_txt_file (line 1485) | static void write_txt_file(struct emailinfo *emp, struct Push *raw_text_... function parsemail (line 1516) | int parsemail(char *mbox, /* file name */ function fixreplyheader (line 4480) | void fixreplyheader(char *dir, int num, int remove_maybes, int max_update) function fixthreadheader (line 4759) | void fixthreadheader(char *dir, int num, int max_update) function count_deleted (line 4886) | int count_deleted(int limit) FILE: src/parse.h type emailinfo (line 16) | struct emailinfo type reply (line 16) | struct reply type header (line 20) | struct header FILE: src/pcre/dftables.c function main (line 61) | int main(int argc, char **argv) FILE: src/pcre/pcre16_utf16_utils.c function pcre16_utf16_to_host_byte_order (line 84) | int FILE: src/pcre/pcre32_utf32_utils.c function pcre_uint32 (line 55) | static pcre_uint32 function pcre32_utf32_to_host_byte_order (line 96) | int FILE: src/pcre/pcre_byte_order.c function pcre_uint32 (line 66) | static pcre_uint32 function pcre_uint16 (line 75) | static pcre_uint16 function PCRE_EXP_DECL (line 105) | PCRE_EXP_DECL int pcre32_pattern_to_host_byte_order(pcre32 *argument_re, FILE: src/pcre/pcre_compile.c type verbitem (line 237) | typedef struct verbitem { function expand_workspace (line 921) | static int function BOOL (line 960) | static BOOL function check_escape (line 1005) | static int function BOOL (line 1511) | static BOOL function pcre_uchar (line 1607) | static const pcre_uchar * function pcre_uchar (line 1669) | static const pcre_uchar* function find_fixedlength (line 1736) | static int function pcre_uchar (line 2080) | const pcre_uchar * function pcre_uchar (line 2243) | static const pcre_uchar * function BOOL (line 2396) | static BOOL function BOOL (line 2771) | static BOOL function pcre_uchar (line 2797) | static pcre_uchar function BOOL (line 2827) | static BOOL function pcre_uchar (line 2915) | static const pcre_uchar * function BOOL (line 3120) | static BOOL function auto_possessify (line 3659) | static void function BOOL (line 3933) | static BOOL function check_posix_name (line 3972) | static int function adjust_recurse (line 4020) | static void function pcre_uchar (line 4076) | static pcre_uchar * function complete_callout (line 4104) | static void function get_othercase_range (line 4136) | static int function add_list_to_class (line 4365) | static int function add_not_list_to_class (line 4403) | static int function BOOL (line 4452) | static BOOL function BOOL (line 8306) | static BOOL function BOOL (line 8660) | static BOOL function BOOL (line 8759) | static BOOL function pcre_uint32 (line 8880) | static pcre_uint32 function add_name (line 8971) | static void function PCRE_EXP_DEFN (line 9040) | PCRE_EXP_DEFN pcre32 * PCRE_CALL_CONVENTION function PCRE_EXP_DEFN (line 9064) | PCRE_EXP_DEFN pcre32 * PCRE_CALL_CONVENTION FILE: src/pcre/pcre_config.c function PCRE_CALL_CONVENTION (line 75) | PCRE_CALL_CONVENTION FILE: src/pcre/pcre_dfa_exec.c type stateblock (line 284) | typedef struct stateblock { function pchars (line 308) | static void function internal_dfa_exec (line 397) | static int function PCRE_CALL_CONVENTION (line 3188) | PCRE_CALL_CONVENTION FILE: src/pcre/pcre_exec.c function pchars (line 130) | static void function match_ref (line 164) | static int type heapframe (line 389) | typedef struct heapframe { function release_match_heapframes (line 6307) | static void function PCRE_CALL_CONVENTION (line 6356) | PCRE_CALL_CONVENTION FILE: src/pcre/pcre_fullinfo.c function PCRE_CALL_CONVENTION (line 77) | PCRE_CALL_CONVENTION FILE: src/pcre/pcre_get.c function PCRE_CALL_CONVENTION (line 75) | PCRE_CALL_CONVENTION function PCRE_CALL_CONVENTION (line 157) | PCRE_CALL_CONVENTION function get_first_set (line 269) | static int function PCRE_CALL_CONVENTION (line 346) | PCRE_CALL_CONVENTION function PCRE_CALL_CONVENTION (line 403) | PCRE_CALL_CONVENTION function PCRE_CALL_CONVENTION (line 452) | PCRE_CALL_CONVENTION function PCRE_CALL_CONVENTION (line 515) | PCRE_CALL_CONVENTION function PCRE_CALL_CONVENTION (line 558) | PCRE_CALL_CONVENTION function PCRE_CALL_CONVENTION (line 623) | PCRE_CALL_CONVENTION function PCRE_CALL_CONVENTION (line 662) | PCRE_CALL_CONVENTION FILE: src/pcre/pcre_globals.c function LocalPcreFree (line 66) | static void LocalPcreFree(void* aPtr) FILE: src/pcre/pcre_internal.h type pcre_uint8 (line 194) | typedef unsigned char pcre_uint8; type pcre_uint16 (line 197) | typedef unsigned short pcre_uint16; type pcre_int16 (line 198) | typedef short pcre_int16; type pcre_uint16 (line 202) | typedef unsigned int pcre_uint16; type pcre_int16 (line 203) | typedef int pcre_int16; type pcre_uint32 (line 211) | typedef unsigned int pcre_uint32; type pcre_int32 (line 212) | typedef int pcre_int32; type pcre_uint32 (line 216) | typedef unsigned long int pcre_uint32; type pcre_int32 (line 217) | typedef long int pcre_int32; type pcre_uchar (line 263) | typedef unsigned char pcre_uchar; type pcre_uint16 (line 276) | typedef pcre_uint16 pcre_uchar; type pcre_uint32 (line 284) | typedef pcre_uint32 pcre_uchar; type BOOL (line 1159) | typedef int BOOL; type real_pcre8_or_16 (line 2325) | typedef struct real_pcre8_or_16 { type real_pcre (line 2348) | typedef struct real_pcre8_or_16 real_pcre; type real_pcre16 (line 2349) | typedef struct real_pcre8_or_16 real_pcre16; type real_pcre32 (line 2351) | typedef struct real_pcre32 { type pcre_study_data (line 2395) | typedef struct pcre_study_data { type open_capitem (line 2407) | typedef struct open_capitem { type named_group (line 2416) | typedef struct named_group { type compile_data (line 2425) | typedef struct compile_data { type branch_chain (line 2467) | typedef struct branch_chain { type recurse_check (line 2474) | typedef struct recurse_check { type recursion_info (line 2482) | typedef struct recursion_info { type dfa_recursion_info (line 2493) | typedef struct dfa_recursion_info { type eptrblock (line 2504) | typedef struct eptrblock { type match_data (line 2513) | typedef struct match_data { type dfa_match_data (line 2568) | typedef struct dfa_match_data { type ucp_type_table (line 2649) | typedef struct { type ucd_record (line 2761) | typedef struct { FILE: src/pcre/pcre_jit_compile.c type jit_arguments (line 160) | typedef struct jit_arguments { type executable_functions (line 179) | typedef struct executable_functions { type jump_list (line 189) | typedef struct jump_list { type stub_list (line 194) | typedef struct stub_list { type label_addr_list (line 200) | typedef struct label_addr_list { type frame_types (line 206) | enum frame_types { type control_types (line 211) | enum control_types { type backtrack_common (line 222) | typedef struct backtrack_common { type assert_backtrack (line 233) | typedef struct assert_backtrack { type bracket_backtrack (line 244) | typedef struct bracket_backtrack { type bracketpos_backtrack (line 264) | typedef struct bracketpos_backtrack { type braminzero_backtrack (line 274) | typedef struct braminzero_backtrack { type char_iterator_backtrack (line 279) | typedef struct char_iterator_backtrack { type ref_iterator_backtrack (line 293) | typedef struct ref_iterator_backtrack { type recurse_entry (line 299) | typedef struct recurse_entry { type recurse_backtrack (line 309) | typedef struct recurse_backtrack { type then_trap_backtrack (line 316) | typedef struct then_trap_backtrack { type compiler_common (line 331) | typedef struct compiler_common { type compare_context (line 453) | typedef struct compare_context { function pcre_uchar (line 575) | static pcre_uchar *bracketend(pcre_uchar *cc) function no_alternatives (line 584) | static int no_alternatives(pcre_uchar *cc) function pcre_uchar (line 610) | static pcre_uchar *next_opcode(compiler_common *common, pcre_uchar *cc) function BOOL (line 805) | static BOOL check_opcode_types(compiler_common *common, pcre_uchar *cc, ... function BOOL (line 932) | static BOOL is_accelerated_repeat(pcre_uchar *cc) function SLJIT_INLINE (line 997) | static SLJIT_INLINE BOOL detect_fast_forward_skip(compiler_common *commo... function SLJIT_INLINE (line 1048) | static SLJIT_INLINE void detect_fast_fail(compiler_common *common, pcre_... function get_class_iterator_size (line 1111) | static int get_class_iterator_size(pcre_uchar *cc) function BOOL (line 1143) | static BOOL detect_repeat(compiler_common *common, pcre_uchar *begin) function set_private_data_ptrs (line 1280) | static void set_private_data_ptrs(compiler_common *common, int *private_... function get_framesize (line 1462) | static int get_framesize(compiler_common *common, pcre_uchar *cc, pcre_u... function init_frame (line 1645) | static void init_frame(compiler_common *common, pcre_uchar *cc, pcre_uch... function SLJIT_INLINE (line 1767) | static SLJIT_INLINE int get_private_data_copy_length(compiler_common *co... function copy_private_data (line 1892) | static void copy_private_data(compiler_common *common, pcre_uchar *cc, p... function SLJIT_INLINE (line 2203) | static SLJIT_INLINE pcre_uchar *set_then_offsets(compiler_common *common... function SLJIT_INLINE (line 2243) | static SLJIT_INLINE BOOL is_powerof2(unsigned int value) function SLJIT_INLINE (line 2248) | static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *... function SLJIT_INLINE (line 2259) | static SLJIT_INLINE void add_jump(struct sljit_compiler *compiler, jump_... function add_stub (line 2270) | static void add_stub(compiler_common *common, struct sljit_jump *start) function flush_stubs (line 2284) | static void flush_stubs(compiler_common *common) function add_label_addr (line 2299) | static void add_label_addr(compiler_common *common, sljit_uw *update_addr) function SLJIT_INLINE (line 2313) | static SLJIT_INLINE void count_match(compiler_common *common) function SLJIT_INLINE (line 2321) | static SLJIT_INLINE void allocate_stack(compiler_common *common, int size) function SLJIT_INLINE (line 2338) | static SLJIT_INLINE void free_stack(compiler_common *common, int size) function sljit_uw (line 2346) | static sljit_uw * allocate_read_only_data(compiler_common *common, sljit... function free_read_only_data (line 2366) | static void free_read_only_data(void *current, void *allocator_data) function SLJIT_INLINE (line 2380) | static SLJIT_INLINE void reset_ovector(compiler_common *common, int length) function SLJIT_INLINE (line 2419) | static SLJIT_INLINE void reset_fast_fail(compiler_common *common) function SLJIT_INLINE (line 2431) | static SLJIT_INLINE void do_reset_match(compiler_common *common, int len... function sljit_sw (line 2479) | static sljit_sw SLJIT_FUNC do_search_mark(sljit_sw *current, const pcre_... function SLJIT_INLINE (line 2503) | static SLJIT_INLINE void copy_ovector(compiler_common *common, int topbr... function SLJIT_INLINE (line 2582) | static SLJIT_INLINE void return_with_partial_match(compiler_common *comm... function SLJIT_INLINE (line 2624) | static SLJIT_INLINE void check_start_used_ptr(compiler_common *common) function SLJIT_INLINE (line 2648) | static SLJIT_INLINE BOOL char_has_othercase(compiler_common *common, pcr... function char_othercase (line 2675) | static SLJIT_INLINE unsigned int char_othercase(compiler_common *common,... function char_get_othercase_bit (line 2691) | static unsigned int char_get_othercase_bit(compiler_common *common, pcre... function check_partial (line 2767) | static void check_partial(compiler_common *common, BOOL force) function check_str_end (line 2797) | static void check_str_end(compiler_common *common, jump_list **end_reached) function detect_partial_match (line 2827) | static void detect_partial_match(compiler_common *common, jump_list **ba... function peek_char (line 2856) | static void peek_char(compiler_common *common, sljit_u32 max) function BOOL (line 2901) | static BOOL is_char7_bitset(const sljit_u8 *bitset, BOOL nclass) function read_char7_type (line 2918) | static void read_char7_type(compiler_common *common, BOOL full_read) function read_char_range (line 2944) | static void read_char_range(compiler_common *common, sljit_u32 min, slji... function SLJIT_INLINE (line 3072) | static SLJIT_INLINE void read_char(compiler_common *common) function read_char8_type (line 3077) | static void read_char8_type(compiler_common *common, BOOL update_str_ptr) function skip_char_back (line 3142) | static void skip_char_back(compiler_common *common) function check_newlinechar (line 3177) | static void check_newlinechar(compiler_common *common, int nltype, jump_... function do_utfreadchar (line 3213) | static void do_utfreadchar(compiler_common *common) function do_utfreadchar16 (line 3261) | static void do_utfreadchar16(compiler_common *common) function do_utfreadtype8 (line 3297) | static void do_utfreadtype8(compiler_common *common) function do_getucd (line 3343) | static void do_getucd(compiler_common *common) function sljit_label (line 3385) | sljit_label *mainloop_entry(compiler_common *common, BOOL hascrorlf) function SLJIT_INLINE (line 3506) | static SLJIT_INLINE void add_prefix_char(pcre_uchar chr, pcre_uchar *chars) function scan_prefix (line 3536) | static int scan_prefix(compiler_common *common, pcre_uchar *cc, pcre_uch... function sljit_s32 (line 3936) | static sljit_s32 character_to_int32(pcre_uchar chr) function SLJIT_INLINE (line 3953) | static SLJIT_INLINE void fast_forward_first_char2_sse2(compiler_common *... function fast_forward_first_char2 (line 4217) | static void fast_forward_first_char2(compiler_common *common, pcre_uchar... function SLJIT_INLINE (line 4375) | static SLJIT_INLINE BOOL fast_forward_first_n_chars(compiler_common *com... function SLJIT_INLINE (line 4601) | static SLJIT_INLINE void fast_forward_first_char(compiler_common *common... function SLJIT_INLINE (line 4618) | static SLJIT_INLINE void fast_forward_newline(compiler_common *common) function SLJIT_INLINE (line 4707) | static SLJIT_INLINE void fast_forward_start_bits(compiler_common *common... function sljit_jump (line 4783) | sljit_jump *search_requested_char(compiler_common *common, pcre_uchar re... function do_revertframes (line 4846) | static void do_revertframes(compiler_common *common) function check_wordboundary (line 4881) | static void check_wordboundary(compiler_common *common) function BOOL (line 4990) | static BOOL check_class_ranges(compiler_common *common, const sljit_u8 *... function do_casefulcmp (line 5236) | static void do_casefulcmp(compiler_common *common) function do_caselesscmp (line 5316) | static void do_caselesscmp(compiler_common *common) function pcre_uchar (line 5416) | static const pcre_uchar * SLJIT_FUNC do_utf_caselesscmp(pcre_uchar *src1... function compile_xclass_matchingpath (line 5622) | static void compile_xclass_matchingpath(compiler_common *common, pcre_uc... function pcre_uchar (line 6181) | static pcre_uchar *compile_simple_assertion_matchingpath(compiler_common... function pcre_uchar (line 6402) | static pcre_uchar *compile_char1_matchingpath(compiler_common *common, p... function SLJIT_INLINE (line 6791) | static SLJIT_INLINE pcre_uchar *compile_charn_matchingpath(compiler_comm... type backtrack_common (line 6859) | struct backtrack_common function compile_dnref_search (line 6889) | static void compile_dnref_search(compiler_common *common, pcre_uchar *cc... function compile_ref_matchingpath (line 6919) | static void compile_ref_matchingpath(compiler_common *common, pcre_uchar... function SLJIT_INLINE (line 7020) | static SLJIT_INLINE pcre_uchar *compile_ref_iterator_matchingpath(compil... function SLJIT_INLINE (line 7227) | static SLJIT_INLINE pcre_uchar *compile_recurse_matchingpath(compiler_co... function sljit_s32 (line 7296) | static sljit_s32 SLJIT_FUNC do_callout(struct jit_arguments *arguments, ... function SLJIT_INLINE (line 7347) | static SLJIT_INLINE pcre_uchar *compile_callout_matchingpath(compiler_co... function SLJIT_INLINE (line 7395) | static SLJIT_INLINE BOOL assert_needs_str_ptr_saving(pcre_uchar *cc) function pcre_uchar (line 7421) | static pcre_uchar *compile_assert_matchingpath(compiler_common *common, ... function SLJIT_INLINE (line 7843) | static SLJIT_INLINE void match_once_common(compiler_common *common, pcre... function SLJIT_INLINE (line 7891) | static SLJIT_INLINE int match_capture_common(compiler_common *common, in... function pcre_uchar (line 7970) | static pcre_uchar *compile_bracket_matchingpath(compiler_common *common,... function pcre_uchar (line 8515) | static pcre_uchar *compile_bracketpos_matchingpath(compiler_common *comm... function SLJIT_INLINE (line 8798) | static SLJIT_INLINE pcre_uchar *get_iterator_parameters(compiler_common ... function pcre_uchar (line 8943) | static pcre_uchar *compile_iterator_matchingpath(compiler_common *common... function SLJIT_INLINE (line 9338) | static SLJIT_INLINE pcre_uchar *compile_fail_accept_matchingpath(compile... function SLJIT_INLINE (line 9382) | static SLJIT_INLINE pcre_uchar *compile_close_matchingpath(compiler_comm... function SLJIT_INLINE (line 9401) | static SLJIT_INLINE pcre_uchar *compile_control_verb_matchingpath(compil... function SLJIT_INLINE (line 9433) | static SLJIT_INLINE void compile_then_trap_matchingpath(compiler_common ... function compile_matchingpath (line 9464) | static void compile_matchingpath(compiler_common *common, pcre_uchar *cc... function compile_iterator_backtrackingpath (line 9790) | static void compile_iterator_backtrackingpath(compiler_common *common, s... function SLJIT_INLINE (line 9918) | static SLJIT_INLINE void compile_ref_iterator_backtrackingpath(compiler_... function SLJIT_INLINE (line 9943) | static SLJIT_INLINE void compile_recurse_backtrackingpath(compiler_commo... function compile_assert_backtrackingpath (line 9969) | static void compile_assert_backtrackingpath(compiler_common *common, str... function compile_bracket_backtrackingpath (line 10036) | static void compile_bracket_backtrackingpath(compiler_common *common, st... function SLJIT_INLINE (line 10498) | static SLJIT_INLINE void compile_bracketpos_backtrackingpath(compiler_co... function SLJIT_INLINE (line 10537) | static SLJIT_INLINE void compile_braminzero_backtrackingpath(compiler_co... function SLJIT_INLINE (line 10561) | static SLJIT_INLINE void compile_control_verb_backtrackingpath(compiler_... function SLJIT_INLINE (line 10624) | static SLJIT_INLINE void compile_then_trap_backtrackingpath(compiler_com... function compile_backtrackingpath (line 10654) | static void compile_backtrackingpath(compiler_common *common, struct bac... function SLJIT_INLINE (line 10841) | static SLJIT_INLINE void compile_recurse(compiler_common *common) type sljit_compiler (line 10972) | struct sljit_compiler type sljit_label (line 10985) | struct sljit_label type sljit_label (line 10986) | struct sljit_label type sljit_label (line 10987) | struct sljit_label type sljit_label (line 10988) | struct sljit_label type sljit_label (line 10989) | struct sljit_label type sljit_label (line 10990) | struct sljit_label type sljit_jump (line 10991) | struct sljit_jump type sljit_jump (line 10992) | struct sljit_jump type sljit_jump (line 10993) | struct sljit_jump type sljit_jump (line 10994) | struct sljit_jump function SLJIT_NOINLINE (line 11572) | static SLJIT_NOINLINE int jit_machine_stack_exec(jit_arguments *argument... type sljit_stack (line 11643) | struct sljit_stack type sljit_stack (line 11645) | struct sljit_stack function PCRE_CALL_CONVENTION (line 11674) | PCRE_CALL_CONVENTION function PCRE_EXP_DECL (line 11784) | PCRE_EXP_DECL pcre32_jit_stack * function PCRE_EXP_DECL (line 11804) | PCRE_EXP_DECL void function PCRE_EXP_DECL (line 11818) | PCRE_EXP_DECL void function PCRE_EXP_DECL (line 11840) | PCRE_EXP_DECL void function PCRE_EXP_DECL (line 11859) | PCRE_EXP_DECL pcre32_jit_stack * function PCRE_EXP_DECL (line 11875) | PCRE_EXP_DECL void function PCRE_EXP_DECL (line 11889) | PCRE_EXP_DECL void function PCRE_EXP_DECL (line 11905) | PCRE_EXP_DECL void FILE: src/pcre/pcre_jit_test.c function main (line 100) | int main(void) type regression_test_case (line 141) | struct regression_test_case { type regression_test_case (line 148) | struct regression_test_case function pcre_jit_stack (line 919) | static pcre_jit_stack* callback8(void *arg) function pcre16_jit_stack (line 926) | static pcre16_jit_stack* callback16(void *arg) function pcre32_jit_stack (line 933) | static pcre32_jit_stack* callback32(void *arg) function pcre_jit_stack (line 942) | static pcre_jit_stack *getstack8(void) function setstack8 (line 949) | static void setstack8(pcre_extra *extra) function pcre16_jit_stack (line 965) | static pcre16_jit_stack *getstack16(void) function setstack16 (line 972) | static void setstack16(pcre16_extra *extra) function pcre32_jit_stack (line 988) | static pcre32_jit_stack *getstack32(void) function setstack32 (line 995) | static void setstack32(pcre32_extra *extra) function convert_utf8_to_utf16 (line 1010) | static int convert_utf8_to_utf16(const char *input, PCRE_UCHAR16 *output... function copy_char8_to_char16 (line 1058) | static int copy_char8_to_char16(const char *input, PCRE_UCHAR16 *output,... function convert_utf8_to_utf32 (line 1082) | static int convert_utf8_to_utf32(const char *input, PCRE_UCHAR32 *output... function copy_char8_to_char32 (line 1118) | static int copy_char8_to_char32(const char *input, PCRE_UCHAR32 *output,... function check_ascii (line 1140) | static int check_ascii(const char *input) function regression_tests (line 1151) | static int regression_tests(void) FILE: src/pcre/pcre_newline.c function BOOL (line 75) | BOOL function BOOL (line 150) | BOOL FILE: src/pcre/pcre_printint.c function print_char (line 117) | static unsigned int function print_puchar (line 221) | static void function print_prop (line 263) | static void function pcre32_printint (line 308) | void FILE: src/pcre/pcre_scanner.cc type pcrecpp (line 44) | namespace pcrecpp { FILE: src/pcre/pcre_scanner.h function namespace (line 54) | namespace pcrecpp { FILE: src/pcre/pcre_scanner_unittest.cc function TestScanner (line 64) | static void TestScanner() { function TestBigComment (line 130) | static void TestBigComment() { function main (line 152) | int main(int argc, char** argv) { FILE: src/pcre/pcre_stringpiece_unittest.cc function CheckSTLComparator (line 30) | static void CheckSTLComparator() { function CheckComparisonOperators (line 74) | static void CheckComparisonOperators() { function main (line 145) | int main(int argc, char** argv) { FILE: src/pcre/pcre_study.c function find_minlength (line 82) | static int function pcre_uchar (line 634) | static const pcre_uchar * function set_type_bits (line 722) | static void function set_nottype_bits (line 764) | static void function set_start_bits (line 801) | static int function PCRE_EXP_DEFN (line 1672) | PCRE_EXP_DEFN void FILE: src/pcre/pcre_xclass.c function BOOL (line 66) | BOOL FILE: src/pcre/pcrecpp.cc type pcrecpp (line 52) | namespace pcrecpp { function pcre (line 130) | pcre* RE::Compile(Anchor anchor) { function NewlineMode (line 413) | static int NewlineMode(int pcre_options) { function string (line 526) | string RE::QuoteMeta(const StringPiece& unquoted) { FILE: src/pcre/pcrecpp.h function namespace (line 340) | namespace pcrecpp { type Anchor (line 632) | enum Anchor { FILE: src/pcre/pcrecpp_unittest.cc function Timing1 (line 70) | static void Timing1(int num_iters) { function Timing2 (line 79) | static void Timing2(int num_iters) { function Timing3 (line 89) | static void Timing3(int num_iters) { function LeakTest (line 107) | static void LeakTest() { function RadixTests (line 128) | static void RadixTests() { function TestExtract (line 367) | static void TestExtract() { function TestConsume (line 382) | static void TestConsume() { function TestFindAndConsume (line 398) | static void TestFindAndConsume() { function TestMatchNumberPeculiarity (line 416) | static void TestMatchNumberPeculiarity() { function TestRecursion (line 443) | static void TestRecursion() { function TestQuoteMeta (line 487) | static void TestQuoteMeta(string unquoted, RE_Options options = RE_Optio... function NegativeTestQuoteMeta (line 495) | static void NegativeTestQuoteMeta(string unquoted, string should_not_match, function TestQuotaMetaSimple (line 504) | static void TestQuotaMetaSimple() { function TestQuoteMetaSimpleNegative (line 518) | static void TestQuoteMetaSimpleNegative() { function TestQuoteMetaLatin1 (line 533) | static void TestQuoteMetaLatin1() { function TestQuoteMetaUtf8 (line 537) | static void TestQuoteMetaUtf8() { function TestQuoteMetaAll (line 552) | static void TestQuoteMetaAll() { function GetOneOptionResult (line 565) | static void GetOneOptionResult( function TestOneOption (line 587) | static void TestOneOption( function Test_CASELESS (line 614) | static void Test_CASELESS() { function Test_MULTILINE (line 629) | static void Test_MULTILINE() { function Test_DOTALL (line 642) | static void Test_DOTALL() { function Test_DOLLAR_ENDONLY (line 655) | static void Test_DOLLAR_ENDONLY() { function Test_EXTRA (line 666) | static void Test_EXTRA() { function Test_EXTENDED (line 677) | static void Test_EXTENDED() { function Test_NO_AUTO_CAPTURE (line 706) | static void Test_NO_AUTO_CAPTURE() { function Test_UNGREEDY (line 725) | static void Test_UNGREEDY() { function Test_all_options (line 739) | static void Test_all_options() { function TestOptions (line 769) | static void TestOptions() { function TestConstructors (line 782) | static void TestConstructors() { function main (line 811) | int main(int argc, char** argv) { FILE: src/pcre/pcredemo.c function main (line 46) | int main(int argc, char **argv) FILE: src/pcre/pcregrep.c type BOOL (line 77) | typedef int BOOL; type omstr (line 203) | typedef struct omstr { type omdatastr (line 213) | typedef struct omdatastr { type fnstr (line 222) | typedef struct fnstr { type fndatastr (line 239) | typedef struct fndatastr { type patstr (line 252) | typedef struct patstr { type patdatastr (line 273) | typedef struct patdatastr { type option_item (line 295) | typedef struct option_item { function pcregrep_exit (line 433) | static void function patstr (line 461) | static patstr * function free_pattern_chain (line 501) | static void function free_file_chain (line 524) | static void type DIR (line 563) | typedef DIR directory_type; function isdirectory (line 566) | static int function directory_type (line 575) | static directory_type * type dirent (line 586) | struct dirent function closedirectory (line 594) | static void function isregfile (line 603) | static int function BOOL (line 617) | static BOOL function BOOL (line 623) | static BOOL function BOOL (line 633) | static BOOL function BOOL (line 639) | static BOOL type directory_type (line 673) | typedef struct directory_type function isdirectory (line 682) | int function directory_type (line 691) | directory_type * function closedirectory (line 744) | void function isregfile (line 757) | int isregfile(char *filename) function BOOL (line 767) | static BOOL function BOOL (line 773) | static BOOL type directory_type (line 789) | typedef void directory_type; function isdirectory (line 791) | int isdirectory(char *filename) { return 0; } function directory_type (line 792) | directory_type * opendirectory(char *filename) { return (directory_type*... function closedirectory (line 794) | void closedirectory(directory_type *dir) {} function isregfile (line 801) | int isregfile(char *filename) { return 1; } function BOOL (line 806) | static BOOL function BOOL (line 812) | static BOOL function usage (line 848) | static int function help (line 869) | static void function BOOL (line 951) | static BOOL function decode_number (line 991) | static long int function omstr (line 1045) | static omstr * function read_one_line (line 1087) | static unsigned int function do_after_lines (line 1389) | static void function BOOL (line 1433) | static BOOL function pcregrep (line 1501) | static int function handle_option (line 2404) | static int function BOOL (line 2505) | static BOOL function BOOL (line 2581) | static BOOL function main (line 2657) | int FILE: src/pcre/pcreposix.c function PCRE_CALL_CONVENTION (line 210) | PCRE_CALL_CONVENTION function PCRE_CALL_CONVENTION (line 245) | PCRE_CALL_CONVENTION function PCRE_CALL_CONVENTION (line 268) | PCRE_CALL_CONVENTION function PCRE_CALL_CONVENTION (line 322) | PCRE_CALL_CONVENTION FILE: src/pcre/pcreposix.h type regex_t (line 97) | typedef struct { type regoff_t (line 105) | typedef int regoff_t; type regmatch_t (line 107) | typedef struct { FILE: src/pcre/pcretest.c function print_newline_config (line 1529) | static void function pcre_jit_stack (line 1556) | static pcre_jit_stack* jit_callback(void *arg) function utf82ord (line 1579) | static int function ord2utf8 (line 1638) | static int function to16 (line 1688) | static int function to32 (line 1767) | static int function BOOL (line 1826) | static BOOL function pcre_uint8 (line 1869) | static pcre_uint8 * function get_value (line 1964) | static int function pchar (line 1982) | static int pchar(pcre_uint32 c, FILE *f) function pchars (line 2022) | static int pchars(pcre_uint8 *p, int length, FILE *f) function strlen16 (line 2060) | static int strlen16(PCRE_SPTR16 p) function strlen32 (line 2075) | static int strlen32(PCRE_SPTR32 p) function pchars16 (line 2093) | static int pchars16(PCRE_SPTR16 p, int length, FILE *f) function pchars32 (line 2132) | static int pchars32(PCRE_SPTR32 p, int length, BOOL utf, FILE *f) function pcre_uint8 (line 2158) | static pcre_uint8 * function pcre_uint8 (line 2186) | static pcre_uint8 * function pcre_uint8 (line 2213) | static pcre_uint8 * function stack_guard (line 2240) | static int stack_guard(void) function callout (line 2253) | static int callout(pcre_callout_block *cb) function new_free (line 2378) | static void new_free(void *block) function stack_free (line 2395) | static void stack_free(void *block) function new_info (line 2420) | static int function pcre_uint32 (line 2472) | static pcre_uint32 function pcre_uint16 (line 2481) | static pcre_uint16 function regexflip8_or_16 (line 2501) | static void function regexflip_32 (line 2688) | static void function regexflip (line 2783) | static void function check_match_limit (line 2802) | static int function strncmpic (line 2862) | static int function check_mc_option (line 2891) | static int function usage (line 2917) | static void function main (line 2986) | int main(int argc, char **argv) FILE: src/pcre/sljit/sljitConfigInternal.h type sljit_u8 (line 353) | typedef unsigned char sljit_u8; type sljit_s8 (line 354) | typedef signed char sljit_s8; type sljit_u16 (line 357) | typedef unsigned short int sljit_u16; type sljit_s16 (line 358) | typedef signed short int sljit_s16; type sljit_u32 (line 361) | typedef unsigned int sljit_u32; type sljit_s32 (line 362) | typedef signed int sljit_s32; type sljit_uw (line 370) | typedef unsigned long int sljit_uw; type sljit_sw (line 371) | typedef long int sljit_sw; type sljit_uw (line 379) | typedef unsigned int sljit_uw; type sljit_sw (line 380) | typedef int sljit_sw; type sljit_uw (line 387) | typedef unsigned long long sljit_uw; type sljit_sw (line 388) | typedef long long sljit_sw; type sljit_uw (line 390) | typedef unsigned __int64 sljit_uw; type __int64 (line 391) | typedef __int64 sljit_sw; type sljit_uw (line 394) | typedef unsigned long int sljit_uw; type sljit_sw (line 395) | typedef long int sljit_sw; type sljit_uw (line 399) | typedef sljit_uw sljit_p; type sljit_f32 (line 402) | typedef float sljit_f32; type sljit_f64 (line 403) | typedef double sljit_f64; FILE: src/pcre/sljit/sljitExecAllocator.c function SLJIT_INLINE (line 84) | static SLJIT_INLINE void* alloc_chunk(sljit_uw size) function SLJIT_INLINE (line 89) | static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size) function SLJIT_INLINE (line 107) | static SLJIT_INLINE int get_map_jit_flag() function SLJIT_INLINE (line 137) | static SLJIT_INLINE void* alloc_chunk(sljit_uw size) function SLJIT_INLINE (line 161) | static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size) type block_header (line 174) | struct block_header { type free_block (line 179) | struct free_block { type free_block (line 193) | struct free_block function SLJIT_INLINE (line 197) | static SLJIT_INLINE void sljit_insert_free_block(struct free_block *free... function SLJIT_INLINE (line 209) | static SLJIT_INLINE void sljit_remove_free_block(struct free_block *free... function SLJIT_API_FUNC_ATTRIBUTE (line 222) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_malloc_exec(sljit_uw size) function SLJIT_API_FUNC_ATTRIBUTE (line 293) | SLJIT_API_FUNC_ATTRIBUTE void sljit_free_exec(void* ptr) function SLJIT_API_FUNC_ATTRIBUTE (line 338) | SLJIT_API_FUNC_ATTRIBUTE void sljit_free_unused_memory_exec(void) FILE: src/pcre/sljit/sljitLir.c function sljit_compiler (line 367) | sljit_compiler* sljit_create_compiler(void *allocator_data) function SLJIT_API_FUNC_ATTRIBUTE (line 452) | SLJIT_API_FUNC_ATTRIBUTE void sljit_free_compiler(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 479) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_compiler_memory_error(struct slj... function SLJIT_API_FUNC_ATTRIBUTE (line 486) | SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code) function SLJIT_API_FUNC_ATTRIBUTE (line 492) | SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code) function SLJIT_API_FUNC_ATTRIBUTE (line 499) | SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code) function SLJIT_API_FUNC_ATTRIBUTE (line 505) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, s... function SLJIT_API_FUNC_ATTRIBUTE (line 514) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_target(struct sljit_jump *jump, ... function SLJIT_API_FUNC_ATTRIBUTE (line 523) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compi... type sljit_compiler (line 539) | struct sljit_compiler type sljit_memory_fragment (line 542) | struct sljit_memory_fragment type sljit_memory_fragment (line 550) | struct sljit_memory_fragment type sljit_compiler (line 558) | struct sljit_compiler type sljit_memory_fragment (line 561) | struct sljit_memory_fragment type sljit_memory_fragment (line 569) | struct sljit_memory_fragment function SLJIT_API_FUNC_ATTRIBUTE (line 577) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler ... function SLJIT_INLINE (line 593) | static SLJIT_INLINE void reverse_buf(struct sljit_compiler *compiler) function SLJIT_INLINE (line 609) | static SLJIT_INLINE sljit_s32 get_arg_count(sljit_s32 arg_types) function SLJIT_INLINE (line 622) | static SLJIT_INLINE void set_emit_enter(struct sljit_compiler *compiler, function SLJIT_INLINE (line 639) | static SLJIT_INLINE void set_set_context(struct sljit_compiler *compiler, function SLJIT_INLINE (line 656) | static SLJIT_INLINE void set_label(struct sljit_label *label, struct slj... function SLJIT_INLINE (line 667) | static SLJIT_INLINE void set_jump(struct sljit_jump *jump, struct sljit_... function SLJIT_INLINE (line 678) | static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sl... function sljit_s32 (line 708) | static sljit_s32 function_check_src_mem(struct sljit_compiler *compiler,... function sljit_s32 (line 742) | static sljit_s32 function_check_src(struct sljit_compiler *compiler, slj... function sljit_s32 (line 762) | static sljit_s32 function_check_dst(struct sljit_compiler *compiler, slj... function sljit_s32 (line 779) | static sljit_s32 function_fcheck(struct sljit_compiler *compiler, sljit_... function SLJIT_API_FUNC_ATTRIBUTE (line 800) | SLJIT_API_FUNC_ATTRIBUTE void sljit_compiler_verbose(struct sljit_compil... function sljit_verbose_reg (line 815) | static void sljit_verbose_reg(struct sljit_compiler *compiler, sljit_s32 r) function sljit_verbose_freg (line 825) | static void sljit_verbose_freg(struct sljit_compiler *compiler, sljit_s3... function sljit_verbose_param (line 833) | static void sljit_verbose_param(struct sljit_compiler *compiler, sljit_s... function sljit_verbose_fparam (line 859) | static void sljit_verbose_fparam(struct sljit_compiler *compiler, sljit_... function SLJIT_INLINE (line 945) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_generate_code(struct s... function SLJIT_INLINE (line 965) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_enter(struct slji... function SLJIT_INLINE (line 1017) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_set_context(struct slj... function SLJIT_INLINE (line 1068) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_return(struct slj... function SLJIT_INLINE (line 1094) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fast_enter(struct... function SLJIT_INLINE (line 1110) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fast_return(struc... function SLJIT_INLINE (line 1127) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op0(struct sljit_... function SLJIT_INLINE (line 1149) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op1(struct sljit_... function SLJIT_INLINE (line 1213) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op2(struct sljit_... function SLJIT_INLINE (line 1283) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_get_register_index(slj... function SLJIT_INLINE (line 1292) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_get_float_register_ind... function SLJIT_INLINE (line 1301) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op_custom(struct ... function SLJIT_INLINE (line 1335) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fop1(struct sljit... function SLJIT_INLINE (line 1369) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fop1_cmp(struct s... function SLJIT_INLINE (line 1407) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fop1_conv_sw_from... function SLJIT_INLINE (line 1437) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fop1_conv_f64_fro... function SLJIT_INLINE (line 1467) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fop2(struct sljit... function SLJIT_INLINE (line 1494) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_label(struct slji... function SLJIT_INLINE (line 1514) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_jump(struct sljit... function SLJIT_INLINE (line 1545) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_call(struct sljit... function SLJIT_INLINE (line 1602) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_cmp(struct sljit_... function SLJIT_INLINE (line 1626) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fcmp(struct sljit... function SLJIT_INLINE (line 1651) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_ijump(struct slji... function SLJIT_INLINE (line 1673) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_icall(struct slji... function SLJIT_INLINE (line 1733) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op_flags(struct s... function SLJIT_INLINE (line 1770) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_cmov(struct sljit... function SLJIT_INLINE (line 1806) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_mem(struct sljit_... function SLJIT_INLINE (line 1841) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fmem(struct sljit... function SLJIT_INLINE (line 1872) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_get_local_base(struct ... function SLJIT_INLINE (line 1890) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_const(struct slji... function SLJIT_INLINE (line 1934) | static SLJIT_INLINE sljit_s32 emit_mov_before_return(struct sljit_compil... function SLJIT_INLINE (line 1961) | static SLJIT_INLINE sljit_s32 sljit_emit_cmov_generic(struct sljit_compi... function sljit_jump (line 2042) | sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, function sljit_jump (line 2125) | sljit_jump* sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 2149) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2170) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2191) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_com... function SLJIT_API_FUNC_ATTRIBUTE (line 2212) | SLJIT_API_FUNC_ATTRIBUTE const char* sljit_get_platform_name(void) function sljit_compiler (line 2217) | sljit_compiler* sljit_create_compiler(void *allocator_data) function SLJIT_API_FUNC_ATTRIBUTE (line 2224) | SLJIT_API_FUNC_ATTRIBUTE void sljit_free_compiler(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2230) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_compiler_memory_error(struct slj... function SLJIT_API_FUNC_ATTRIBUTE (line 2236) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2245) | SLJIT_API_FUNC_ATTRIBUTE void sljit_compiler_verbose(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2253) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2260) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 featu... function SLJIT_API_FUNC_ATTRIBUTE (line 2267) | SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code) function SLJIT_API_FUNC_ATTRIBUTE (line 2273) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 2289) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2305) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2315) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 2324) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_return(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 2333) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2341) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2355) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2372) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) function SLJIT_API_FUNC_ATTRIBUTE (line 2378) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_com... function SLJIT_API_FUNC_ATTRIBUTE (line 2388) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compi... function SLJIT_API_FUNC_ATTRIBUTE (line 2394) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2408) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler... function sljit_label (line 2425) | sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function sljit_jump (line 2432) | sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 t... function sljit_jump (line 2440) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function sljit_jump (line 2450) | sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, function sljit_jump (line 2464) | sljit_jump* sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 2478) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, s... function SLJIT_API_FUNC_ATTRIBUTE (line 2485) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_target(struct sljit_jump *jump, ... function SLJIT_API_FUNC_ATTRIBUTE (line 2492) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 2502) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 2515) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 2528) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2541) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2552) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2563) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_com... function sljit_const (line 2573) | sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32... function SLJIT_API_FUNC_ATTRIBUTE (line 2583) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 2591) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... FILE: src/pcre/sljit/sljitLir.h type sljit_memory_fragment (line 334) | struct sljit_memory_fragment { type sljit_label (line 341) | struct sljit_label { type sljit_jump (line 348) | struct sljit_jump { type sljit_const (line 358) | struct sljit_const { type sljit_compiler (line 363) | struct sljit_compiler { type sljit_compiler (line 481) | struct sljit_compiler function SLJIT_INLINE (line 488) | static SLJIT_INLINE sljit_s32 sljit_get_compiler_error(struct sljit_comp... type sljit_compiler (line 496) | struct sljit_compiler type sljit_compiler (line 509) | struct sljit_compiler type sljit_compiler (line 513) | struct sljit_compiler type sljit_compiler (line 521) | struct sljit_compiler function SLJIT_INLINE (line 538) | static SLJIT_INLINE sljit_sw sljit_get_executable_offset(struct sljit_co... function SLJIT_INLINE (line 546) | static SLJIT_INLINE sljit_uw sljit_get_generated_code_size(struct sljit_... type sljit_compiler (line 624) | struct sljit_compiler type sljit_compiler (line 638) | struct sljit_compiler type sljit_compiler (line 648) | struct sljit_compiler type sljit_compiler (line 671) | struct sljit_compiler type sljit_compiler (line 672) | struct sljit_compiler type sljit_compiler (line 882) | struct sljit_compiler type sljit_compiler (line 950) | struct sljit_compiler type sljit_compiler (line 1006) | struct sljit_compiler type sljit_compiler (line 1046) | struct sljit_compiler type sljit_compiler (line 1066) | struct sljit_compiler type sljit_compiler (line 1073) | struct sljit_compiler type sljit_compiler (line 1171) | struct sljit_compiler type sljit_compiler (line 1179) | struct sljit_compiler type sljit_compiler (line 1190) | struct sljit_compiler type sljit_compiler (line 1204) | struct sljit_compiler type sljit_jump (line 1209) | struct sljit_jump type sljit_label (line 1209) | struct sljit_label type sljit_jump (line 1211) | struct sljit_jump type sljit_compiler (line 1219) | struct sljit_compiler type sljit_compiler (line 1228) | struct sljit_compiler type sljit_compiler (line 1242) | struct sljit_compiler type sljit_compiler (line 1256) | struct sljit_compiler type sljit_compiler (line 1290) | struct sljit_compiler type sljit_compiler (line 1301) | struct sljit_compiler type sljit_compiler (line 1315) | struct sljit_compiler type sljit_compiler (line 1319) | struct sljit_compiler function SLJIT_INLINE (line 1324) | static SLJIT_INLINE sljit_uw sljit_get_label_addr(struct sljit_label *la... function SLJIT_INLINE (line 1325) | static SLJIT_INLINE sljit_uw sljit_get_jump_addr(struct sljit_jump *jump... function SLJIT_INLINE (line 1326) | static SLJIT_INLINE sljit_uw sljit_get_const_addr(struct sljit_const *co... type sljit_stack (line 1378) | struct sljit_stack { type sljit_stack (line 1394) | struct sljit_stack type sljit_stack (line 1401) | struct sljit_stack type sljit_function_context (line 1417) | struct sljit_function_context { type sljit_function_context (line 1426) | struct sljit_function_context type sljit_compiler (line 1468) | struct sljit_compiler type sljit_compiler (line 1474) | struct sljit_compiler FILE: src/pcre/sljit/sljitNativeARM_32.c function SLJIT_API_FUNC_ATTRIBUTE (line 33) | SLJIT_API_FUNC_ATTRIBUTE const char* sljit_get_platform_name(void) function sljit_s32 (line 139) | static sljit_s32 push_cpool(struct sljit_compiler *compiler) function sljit_s32 (line 177) | static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_uw inst) function sljit_s32 (line 191) | static sljit_s32 push_inst_with_literal(struct sljit_compiler *compiler,... function sljit_s32 (line 241) | static sljit_s32 push_inst_with_unique_literal(struct sljit_compiler *co... function SLJIT_INLINE (line 261) | static SLJIT_INLINE sljit_s32 prepare_blx(struct sljit_compiler *compiler) function SLJIT_INLINE (line 269) | static SLJIT_INLINE sljit_s32 emit_blx(struct sljit_compiler *compiler) function sljit_uw (line 278) | static sljit_uw patch_pc_relative_loads(sljit_uw *last_pc_patch, sljit_u... type future_patch (line 324) | struct future_patch { function sljit_s32 (line 330) | static sljit_s32 resolve_const_pool_index(struct sljit_compiler *compile... function sljit_s32 (line 385) | static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_uw inst) function SLJIT_INLINE (line 396) | static SLJIT_INLINE sljit_s32 emit_imm(struct sljit_compiler *compiler, ... function SLJIT_INLINE (line 404) | static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, ... function SLJIT_INLINE (line 461) | static SLJIT_INLINE void inline_set_jump_addr(sljit_uw jump_ptr, sljit_s... function SLJIT_INLINE (line 524) | static SLJIT_INLINE void inline_set_const(sljit_uw addr, sljit_sw execut... function SLJIT_API_FUNC_ATTRIBUTE (line 577) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 829) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 featu... type sljit_compiler (line 901) | struct sljit_compiler function SLJIT_API_FUNC_ATTRIBUTE (line 906) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 949) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 964) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compil... function SLJIT_INLINE (line 1026) | static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *comp... function sljit_uw (line 1152) | static sljit_uw get_imm(sljit_uw imm) function sljit_s32 (line 1190) | static sljit_s32 generate_int(struct sljit_compiler *compiler, sljit_s32... function sljit_s32 (line 1301) | static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s... function SLJIT_INLINE (line 1334) | static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compile... function sljit_s32 (line 1430) | static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, ... function SLJIT_API_FUNC_ATTRIBUTE (line 1577) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1653) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1706) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1751) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) function SLJIT_API_FUNC_ATTRIBUTE (line 1757) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_... function SLJIT_API_FUNC_ATTRIBUTE (line 1763) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_com... function sljit_s32 (line 1783) | static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32... function SLJIT_INLINE (line 1827) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sl... function SLJIT_INLINE (line 1847) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sl... function SLJIT_INLINE (line 1873) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1893) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1940) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1998) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 2013) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_return(struct sljit_c... function sljit_uw (line 2033) | static sljit_uw get_cc(sljit_s32 type) function sljit_label (line 2088) | sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function sljit_jump (line 2104) | sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 t... function sljit_s32 (line 2148) | static sljit_s32 softfloat_call_with_args(struct sljit_compiler *compile... function sljit_s32 (line 2258) | static sljit_s32 softfloat_post_call_with_args(struct sljit_compiler *co... function sljit_s32 (line 2295) | static sljit_s32 hardfloat_call_with_args(struct sljit_compiler *compile... function sljit_jump (line 2346) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 2381) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 2422) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 2457) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 2498) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2535) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler ... function sljit_const (line 2639) | sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32... function SLJIT_API_FUNC_ATTRIBUTE (line 2666) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 2671) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... FILE: src/pcre/sljit/sljitNativeARM_64.c function SLJIT_API_FUNC_ATTRIBUTE (line 27) | SLJIT_API_FUNC_ATTRIBUTE const char* sljit_get_platform_name(void) type sljit_u32 (line 33) | typedef sljit_u32 sljit_ins; function sljit_s32 (line 137) | static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) function SLJIT_INLINE (line 146) | static SLJIT_INLINE sljit_s32 emit_imm64_const(struct sljit_compiler *co... function SLJIT_INLINE (line 154) | static SLJIT_INLINE void modify_imm64_const(sljit_ins* inst, sljit_uw ne... function SLJIT_INLINE (line 164) | static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, ... function SLJIT_API_FUNC_ATTRIBUTE (line 218) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 337) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 featu... function sljit_ins (line 390) | static sljit_ins logical_imm(sljit_sw imm, sljit_s32 len) function sljit_s32 (line 456) | static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s... function sljit_s32 (line 558) | static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 ... function sljit_s32 (line 811) | static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 ... function SLJIT_API_FUNC_ATTRIBUTE (line 868) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 994) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 1012) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 1081) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1113) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1226) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1281) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) function SLJIT_API_FUNC_ATTRIBUTE (line 1287) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_... function SLJIT_API_FUNC_ATTRIBUTE (line 1293) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_com... function sljit_s32 (line 1306) | static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32... function SLJIT_INLINE (line 1355) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sl... function SLJIT_INLINE (line 1377) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sl... function SLJIT_INLINE (line 1406) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1426) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1471) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1519) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 1532) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_return(struct sljit_c... function sljit_uw (line 1550) | static sljit_uw get_cc(sljit_s32 type) function sljit_label (line 1605) | sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function sljit_jump (line 1621) | sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 t... function sljit_jump (line 1647) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function sljit_jump (line 1661) | sljit_jump* emit_cmp_to0(struct sljit_compiler *compiler, sljit_s32 type, function SLJIT_API_FUNC_ATTRIBUTE (line 1696) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1723) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1738) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 1786) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1810) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1860) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1889) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_com... function sljit_const (line 1929) | sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32... function SLJIT_API_FUNC_ATTRIBUTE (line 1950) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 1958) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... FILE: src/pcre/sljit/sljitNativeARM_T2_32.c function SLJIT_API_FUNC_ATTRIBUTE (line 27) | SLJIT_API_FUNC_ATTRIBUTE const char* sljit_get_platform_name(void) type sljit_u32 (line 37) | typedef sljit_u32 sljit_ins; function sljit_s32 (line 200) | static sljit_s32 push_inst16(struct sljit_compiler *compiler, sljit_ins ... function sljit_s32 (line 212) | static sljit_s32 push_inst32(struct sljit_compiler *compiler, sljit_ins ... function SLJIT_INLINE (line 222) | static SLJIT_INLINE sljit_s32 emit_imm32_const(struct sljit_compiler *co... function SLJIT_INLINE (line 230) | static SLJIT_INLINE void modify_imm32_const(sljit_u16 *inst, sljit_uw ne... function SLJIT_INLINE (line 240) | static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, ... function SLJIT_INLINE (line 295) | static SLJIT_INLINE void set_jump_instruction(struct sljit_jump *jump, s... function SLJIT_API_FUNC_ATTRIBUTE (line 360) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 449) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 featu... function sljit_uw (line 474) | static sljit_uw get_imm(sljit_uw imm) function sljit_s32 (line 523) | static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s... function sljit_s32 (line 555) | static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 ... function sljit_s32 (line 923) | static sljit_s32 emit_set_delta(struct sljit_compiler *compiler, sljit_s... function SLJIT_INLINE (line 943) | static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1035) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1151) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 1166) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 1221) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1315) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1409) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1457) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) function SLJIT_API_FUNC_ATTRIBUTE (line 1463) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_... function SLJIT_API_FUNC_ATTRIBUTE (line 1469) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_com... function sljit_s32 (line 1486) | static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32... function SLJIT_INLINE (line 1531) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sl... function SLJIT_INLINE (line 1551) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sl... function SLJIT_INLINE (line 1577) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1597) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1644) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1695) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 1710) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_return(struct sljit_c... function sljit_uw (line 1730) | static sljit_uw get_cc(sljit_s32 type) function sljit_label (line 1785) | sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function sljit_jump (line 1801) | sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 t... function sljit_s32 (line 1835) | static sljit_s32 softfloat_call_with_args(struct sljit_compiler *compile... function sljit_s32 (line 1947) | static sljit_s32 softfloat_post_call_with_args(struct sljit_compiler *co... function sljit_s32 (line 1984) | static sljit_s32 hardfloat_call_with_args(struct sljit_compiler *compile... function sljit_jump (line 2033) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 2068) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 2100) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 2135) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 2188) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2236) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler ... function sljit_const (line 2293) | sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32... function SLJIT_API_FUNC_ATTRIBUTE (line 2314) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 2322) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... FILE: src/pcre/sljit/sljitNativeMIPS_32.c function sljit_s32 (line 29) | static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s... function SLJIT_INLINE (line 69) | static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *comp... function SLJIT_INLINE (line 413) | static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 419) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 429) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... function sljit_s32 (line 439) | static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s... function sljit_s32 (line 579) | static sljit_s32 post_call_with_args(struct sljit_compiler *compiler, sl... function sljit_jump (line 610) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 640) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... FILE: src/pcre/sljit/sljitNativeMIPS_64.c function sljit_s32 (line 29) | static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s... function SLJIT_INLINE (line 160) | static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *comp... function SLJIT_INLINE (line 507) | static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 517) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 529) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... function sljit_s32 (line 541) | static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s... function sljit_jump (line 615) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 643) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... FILE: src/pcre/sljit/sljitNativeMIPS_common.c function SLJIT_API_FUNC_ATTRIBUTE (line 30) | SLJIT_API_FUNC_ATTRIBUTE const char* sljit_get_platform_name(void) type sljit_u32 (line 45) | typedef sljit_u32 sljit_ins; function sljit_s32 (line 223) | static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins in... function SLJIT_INLINE (line 235) | static SLJIT_INLINE sljit_ins invert_branch(sljit_s32 flags) function SLJIT_INLINE (line 240) | static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump,... function sljit_cache_flush (line 373) | static __attribute__ ((noinline)) void sljit_cache_flush(void* code, voi... function SLJIT_API_FUNC_ATTRIBUTE (line 379) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 517) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 featu... type sljit_compiler (line 584) | struct sljit_compiler function SLJIT_API_FUNC_ATTRIBUTE (line 592) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 651) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 668) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compil... function sljit_s32 (line 755) | static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_... function sljit_s32 (line 773) | static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_... function sljit_s32 (line 796) | static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 f... function SLJIT_INLINE (line 884) | static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compile... function SLJIT_INLINE (line 921) | static SLJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compil... function sljit_s32 (line 928) | static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, ... function SLJIT_API_FUNC_ATTRIBUTE (line 1061) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler ... function sljit_s32 (line 1112) | static sljit_s32 emit_prefetch(struct sljit_compiler *compiler, function SLJIT_API_FUNC_ATTRIBUTE (line 1134) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1211) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1283) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) function SLJIT_API_FUNC_ATTRIBUTE (line 1289) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_... function SLJIT_API_FUNC_ATTRIBUTE (line 1295) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_com... function SLJIT_INLINE (line 1311) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sl... function SLJIT_INLINE (line 1339) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sl... function SLJIT_INLINE (line 1377) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1415) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1464) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1546) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 1559) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_return(struct sljit_c... function sljit_label (line 1578) | sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function sljit_jump (line 1621) | sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 t... function sljit_jump (line 1718) | sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, function SLJIT_API_FUNC_ATTRIBUTE (line 1848) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1880) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 1966) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler... function sljit_const (line 2039) | sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32... FILE: src/pcre/sljit/sljitNativePPC_32.c function sljit_s32 (line 29) | static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s... function SLJIT_INLINE (line 44) | static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *comp... function SLJIT_INLINE (line 252) | static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 258) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 268) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... FILE: src/pcre/sljit/sljitNativePPC_64.c function sljit_s32 (line 44) | static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s... function SLJIT_INLINE (line 148) | static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *comp... function sljit_s32 (line 416) | static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s... function SLJIT_INLINE (line 471) | static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 480) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 492) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... FILE: src/pcre/sljit/sljitNativePPC_common.c function SLJIT_API_FUNC_ATTRIBUTE (line 27) | SLJIT_API_FUNC_ATTRIBUTE const char* sljit_get_platform_name(void) type sljit_u32 (line 34) | typedef sljit_u32 sljit_ins; function ppc_cache_flush (line 51) | static void ppc_cache_flush(sljit_ins *from, sljit_ins *to) function SLJIT_API_FUNC_ATTRIBUTE (line 235) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr... function sljit_s32 (line 247) | static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) function SLJIT_INLINE (line 256) | static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, ... function SLJIT_API_FUNC_ATTRIBUTE (line 327) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 531) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 featu... function SLJIT_API_FUNC_ATTRIBUTE (line 608) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 675) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 688) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compil... type sljit_compiler (line 895) | struct sljit_compiler function sljit_s32 (line 970) | static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, ... function SLJIT_API_FUNC_ATTRIBUTE (line 1032) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler ... function sljit_s32 (line 1079) | static sljit_s32 emit_prefetch(struct sljit_compiler *compiler, function SLJIT_API_FUNC_ATTRIBUTE (line 1107) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1240) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1452) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) function SLJIT_API_FUNC_ATTRIBUTE (line 1458) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_... function SLJIT_API_FUNC_ATTRIBUTE (line 1464) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_com... function SLJIT_INLINE (line 1495) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sl... function SLJIT_INLINE (line 1556) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sl... function SLJIT_INLINE (line 1634) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1651) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1701) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1756) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 1770) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_return(struct sljit_c... function sljit_label (line 1790) | sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function sljit_ins (line 1806) | static sljit_ins get_bo_bi_flags(sljit_s32 type) function sljit_jump (line 1869) | sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 t... function sljit_jump (line 1901) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 1919) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1963) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1988) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 2118) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2128) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2222) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem(struct sljit_compiler... function sljit_const (line 2261) | sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32... FILE: src/pcre/sljit/sljitNativeSPARC_32.c function sljit_s32 (line 27) | static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s... function SLJIT_INLINE (line 38) | static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *comp... function sljit_s32 (line 141) | static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s... function SLJIT_INLINE (line 260) | static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 266) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 276) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... FILE: src/pcre/sljit/sljitNativeSPARC_common.c function SLJIT_API_FUNC_ATTRIBUTE (line 27) | SLJIT_API_FUNC_ATTRIBUTE const char* sljit_get_platform_name(void) type sljit_u32 (line 34) | typedef sljit_u32 sljit_ins; function sparc_cache_flush (line 38) | static void sparc_cache_flush(sljit_ins *from, sljit_ins *to) function sljit_s32 (line 204) | static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins in... function SLJIT_INLINE (line 218) | static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump,... function SLJIT_API_FUNC_ATTRIBUTE (line 293) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 413) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 featu... function SLJIT_API_FUNC_ATTRIBUTE (line 472) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 496) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 508) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compil... function sljit_s32 (line 560) | static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_... function sljit_s32 (line 581) | static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_... function sljit_s32 (line 601) | static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 f... function SLJIT_INLINE (line 661) | static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compile... function SLJIT_INLINE (line 670) | static SLJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compil... function sljit_s32 (line 677) | static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, ... function SLJIT_API_FUNC_ATTRIBUTE (line 804) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 850) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 899) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 944) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) function SLJIT_API_FUNC_ATTRIBUTE (line 950) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_... function SLJIT_API_FUNC_ATTRIBUTE (line 956) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_com... function SLJIT_INLINE (line 973) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sl... function SLJIT_INLINE (line 993) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sl... function SLJIT_INLINE (line 1023) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1040) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1096) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1181) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 1194) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_return(struct sljit_c... function sljit_label (line 1213) | sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function sljit_ins (line 1230) | static sljit_ins get_cc(sljit_s32 type) function sljit_jump (line 1285) | sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 t... function sljit_jump (line 1332) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 1348) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1384) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1407) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 1452) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler... function sljit_const (line 1466) | sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32... FILE: src/pcre/sljit/sljitNativeTILEGX-encoder.c type tilegx_pipeline (line 183) | typedef enum type tilegx_bundle_bits (line 192) | typedef unsigned long long tilegx_bundle_bits; type tilegx_bundle_bits (line 225) | typedef tilegx_bundle_bits tile_bundle_bits; type tilegx_operand_type (line 234) | typedef enum type tilegx_operand (line 242) | struct tilegx_operand type tilegx_mnemonic (line 275) | typedef enum type tilegx_opcode (line 620) | struct tilegx_opcode type tilegx_decoded_instruction (line 660) | struct tilegx_decoded_instruction function get_BFEnd_X0 (line 1256) | static __inline unsigned int function get_BFOpcodeExtension_X0 (line 1263) | static __inline unsigned int function get_BFStart_X0 (line 1270) | static __inline unsigned int function get_BrOff_X1 (line 1277) | static __inline unsigned int function get_BrType_X1 (line 1284) | static __inline unsigned int function get_Dest_Imm8_X1 (line 1290) | static __inline unsigned int function get_Dest_X0 (line 1297) | static __inline unsigned int function get_Dest_X1 (line 1304) | static __inline unsigned int function get_Dest_Y0 (line 1310) | static __inline unsigned int function get_Dest_Y1 (line 1317) | static __inline unsigned int function get_Imm16_X0 (line 1323) | static __inline unsigned int function get_Imm16_X1 (line 1330) | static __inline unsigned int function get_Imm8OpcodeExtension_X0 (line 1336) | static __inline unsigned int function get_Imm8OpcodeExtension_X1 (line 1343) | static __inline unsigned int function get_Imm8_X0 (line 1349) | static __inline unsigned int function get_Imm8_X1 (line 1356) | static __inline unsigned int function get_Imm8_Y0 (line 1362) | static __inline unsigned int function get_Imm8_Y1 (line 1369) | static __inline unsigned int function get_JumpOff_X1 (line 1375) | static __inline unsigned int function get_JumpOpcodeExtension_X1 (line 1381) | static __inline unsigned int function get_MF_Imm14_X1 (line 1387) | static __inline unsigned int function get_MT_Imm14_X1 (line 1393) | static __inline unsigned int function get_Mode (line 1400) | static __inline unsigned int function get_Opcode_X0 (line 1406) | static __inline unsigned int function get_Opcode_X1 (line 1413) | static __inline unsigned int function get_Opcode_Y0 (line 1419) | static __inline unsigned int function get_Opcode_Y1 (line 1426) | static __inline unsigned int function get_Opcode_Y2 (line 1432) | static __inline unsigned int function get_RRROpcodeExtension_X0 (line 1439) | static __inline unsigned int function get_RRROpcodeExtension_X1 (line 1446) | static __inline unsigned int function get_RRROpcodeExtension_Y0 (line 1452) | static __inline unsigned int function get_RRROpcodeExtension_Y1 (line 1459) | static __inline unsigned int function get_ShAmt_X0 (line 1465) | static __inline unsigned int function get_ShAmt_X1 (line 1472) | static __inline unsigned int function get_ShAmt_Y0 (line 1478) | static __inline unsigned int function get_ShAmt_Y1 (line 1485) | static __inline unsigned int function get_ShiftOpcodeExtension_X0 (line 1491) | static __inline unsigned int function get_ShiftOpcodeExtension_X1 (line 1498) | static __inline unsigned int function get_ShiftOpcodeExtension_Y0 (line 1504) | static __inline unsigned int function get_ShiftOpcodeExtension_Y1 (line 1511) | static __inline unsigned int function get_SrcA_X0 (line 1517) | static __inline unsigned int function get_SrcA_X1 (line 1524) | static __inline unsigned int function get_SrcA_Y0 (line 1530) | static __inline unsigned int function get_SrcA_Y1 (line 1537) | static __inline unsigned int function get_SrcA_Y2 (line 1543) | static __inline unsigned int function get_SrcBDest_Y2 (line 1550) | static __inline unsigned int function get_SrcB_X0 (line 1556) | static __inline unsigned int function get_SrcB_X1 (line 1563) | static __inline unsigned int function get_SrcB_Y0 (line 1569) | static __inline unsigned int function get_SrcB_Y1 (line 1576) | static __inline unsigned int function get_UnaryOpcodeExtension_X0 (line 1582) | static __inline unsigned int function get_UnaryOpcodeExtension_X1 (line 1589) | static __inline unsigned int function get_UnaryOpcodeExtension_Y0 (line 1595) | static __inline unsigned int function get_UnaryOpcodeExtension_Y1 (line 1602) | static __inline unsigned int function sign_extend (line 1608) | static __inline int function tilegx_bundle_bits (line 1615) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1622) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1629) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1636) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1644) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1651) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1659) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1666) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1673) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1680) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1687) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1694) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1701) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1708) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1715) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1722) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1729) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1736) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1743) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1750) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1757) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1764) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1772) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1779) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1786) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1793) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1800) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1807) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1815) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1822) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1829) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1836) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1843) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1850) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1857) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1864) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1871) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1878) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1885) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1892) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1899) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1906) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1913) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1920) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1927) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1934) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1941) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1948) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1955) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1962) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1969) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1976) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1983) | static __inline tilegx_bundle_bits function tilegx_bundle_bits (line 1990) | static __inline tilegx_bundle_bits type tilegx_opcode (line 1997) | struct tilegx_opcode type tilegx_operand (line 9318) | struct tilegx_operand type tilegx_opcode (line 9500) | struct tilegx_opcode function parse_insn_tilegx (line 9520) | int type tilegx_spr (line 9582) | struct tilegx_spr function tilegx_spr_compare (line 9591) | static int type tilegx_spr (line 9599) | struct tilegx_spr type tilegx_spr (line 10049) | struct tilegx_spr type tilegx_spr (line 10053) | struct tilegx_spr type tilegx_spr (line 10062) | struct tilegx_spr type tilegx_spr (line 10062) | struct tilegx_spr function print_insn_tilegx (line 10067) | int FILE: src/pcre/sljit/sljitNativeTILEGX_64.c function SLJIT_API_FUNC_ATTRIBUTE (line 109) | SLJIT_API_FUNC_ATTRIBUTE const char *sljit_get_platform_name(void) type sljit_uw (line 115) | typedef sljit_uw sljit_ins; type jit_instr (line 117) | struct jit_instr { function sljit_s32 (line 330) | static sljit_s32 push_inst_debug(struct sljit_compiler *compiler, sljit_... function sljit_s32 (line 341) | static sljit_s32 push_inst_nodebug(struct sljit_compiler *compiler, slji... function sljit_s32 (line 352) | static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) type Format (line 481) | struct Format { type Format (line 489) | struct Format type jit_instr (line 512) | struct jit_instr function tilegx_pipeline (line 515) | tilegx_pipeline get_any_valid_pipe(const struct tilegx_opcode* opcode) function insert_nop (line 524) | void insert_nop(tilegx_mnemonic opc, int line) type Format (line 539) | struct Format type Format (line 546) | struct Format type Format (line 547) | struct Format function sljit_s32 (line 560) | sljit_s32 assign_pipes() function tilegx_bundle_bits (line 607) | tilegx_bundle_bits get_bundle_bit(struct jit_instr *inst) function sljit_s32 (line 624) | static sljit_s32 update_buffer(struct sljit_compiler *compiler) function sljit_s32 (line 736) | static sljit_s32 flush_buffer(struct sljit_compiler *compiler) function sljit_s32 (line 744) | static sljit_s32 push_4_buffer(struct sljit_compiler *compiler, tilegx_m... function sljit_s32 (line 764) | static sljit_s32 push_3_buffer(struct sljit_compiler *compiler, tilegx_m... function sljit_s32 (line 825) | static sljit_s32 push_2_buffer(struct sljit_compiler *compiler, tilegx_m... function sljit_s32 (line 870) | static sljit_s32 push_0_buffer(struct sljit_compiler *compiler, tilegx_m... function sljit_s32 (line 886) | static sljit_s32 push_jr_buffer(struct sljit_compiler *compiler, tilegx_... function SLJIT_INLINE (line 903) | static SLJIT_INLINE sljit_ins * detect_jump_type(struct sljit_jump *jump... function SLJIT_API_FUNC_ATTRIBUTE (line 996) | SLJIT_API_FUNC_ATTRIBUTE void * sljit_generate_code(struct sljit_compile... function sljit_s32 (line 1120) | static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s... function sljit_s32 (line 1143) | static sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 d... function sljit_s32 (line 1158) | static sljit_s32 emit_const_64(struct sljit_compiler *compiler, sljit_s3... function SLJIT_API_FUNC_ATTRIBUTE (line 1175) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1225) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 1239) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compil... function sljit_s32 (line 1288) | static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_... function sljit_s32 (line 1314) | static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_... function sljit_s32 (line 1340) | static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 f... function SLJIT_INLINE (line 1533) | static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compile... function SLJIT_INLINE (line 1543) | static SLJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compil... function SLJIT_API_FUNC_ATTRIBUTE (line 1550) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 1567) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_return(struct sljit_c... function SLJIT_INLINE (line 1585) | static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *comp... function sljit_s32 (line 1959) | static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, ... function SLJIT_API_FUNC_ATTRIBUTE (line 2085) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 2168) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2192) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2257) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler ... function sljit_label (line 2296) | sljit_label * sljit_emit_label(struct sljit_compiler *compiler) function SLJIT_API_FUNC_ATTRIBUTE (line 2314) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compile... function sljit_jump (line 2403) | sljit_jump * sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 ... function SLJIT_API_FUNC_ATTRIBUTE (line 2487) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2492) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler... function sljit_const (line 2497) | sljit_const * sljit_emit_const(struct sljit_compiler *compiler, sljit_s3... function SLJIT_API_FUNC_ATTRIBUTE (line 2521) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 2531) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... function SLJIT_API_FUNC_ATTRIBUTE (line 2542) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) function SLJIT_API_FUNC_ATTRIBUTE (line 2548) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_com... FILE: src/pcre/sljit/sljitNativeX86_32.c function sljit_s32 (line 29) | static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 o... function sljit_u8 (line 41) | static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 66) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 242) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 284) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compil... function sljit_u8 (line 346) | static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, s... function sljit_s32 (line 515) | static sljit_s32 c_fast_call_get_stack_size(sljit_s32 arg_types, sljit_s... function sljit_s32 (line 546) | static sljit_s32 c_fast_call_with_args(struct sljit_compiler *compiler, function sljit_s32 (line 621) | static sljit_s32 cdecl_call_get_stack_size(struct sljit_compiler *compil... function sljit_s32 (line 658) | static sljit_s32 cdecl_call_with_args(struct sljit_compiler *compiler, function sljit_s32 (line 699) | static sljit_s32 post_call_with_args(struct sljit_compiler *compiler, function sljit_jump (line 724) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 767) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 833) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 864) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_return(struct sljit_c... FILE: src/pcre/sljit/sljitNativeX86_64.c function sljit_s32 (line 29) | static sljit_s32 emit_load_imm64(struct sljit_compiler *compiler, sljit_... function sljit_u8 (line 42) | static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 75) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 224) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 248) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compil... function sljit_s32 (line 323) | static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8... function sljit_u8 (line 338) | static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, s... function sljit_s32 (line 557) | static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s... function sljit_s32 (line 593) | static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s... function sljit_jump (line 677) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 693) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 710) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 747) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_return(struct sljit_c... function sljit_s32 (line 793) | static sljit_s32 emit_mov_int(struct sljit_compiler *compiler, sljit_s32... FILE: src/pcre/sljit/sljitNativeX86_common.c function SLJIT_API_FUNC_ATTRIBUTE (line 27) | SLJIT_API_FUNC_ATTRIBUTE const char* sljit_get_platform_name(void) function SLJIT_INLINE (line 304) | static SLJIT_INLINE void sljit_unaligned_store_s16(void *addr, sljit_s16... function SLJIT_INLINE (line 309) | static SLJIT_INLINE void sljit_unaligned_store_s32(void *addr, sljit_s32... function SLJIT_INLINE (line 314) | static SLJIT_INLINE void sljit_unaligned_store_sw(void *addr, sljit_sw v... function sljit_u8 (line 374) | static sljit_u8 get_jump_code(sljit_s32 type) type sljit_jump (line 431) | struct sljit_jump type sljit_jump (line 433) | struct sljit_jump function sljit_u8 (line 436) | static sljit_u8* generate_near_jump_code(struct sljit_jump *jump, sljit_... function SLJIT_API_FUNC_ATTRIBUTE (line 486) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 602) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 featu... type sljit_compiler (line 647) | struct sljit_compiler type sljit_compiler (line 653) | struct sljit_compiler type sljit_compiler (line 659) | struct sljit_compiler type sljit_compiler (line 666) | struct sljit_compiler type sljit_compiler (line 669) | struct sljit_compiler function sljit_s32 (line 678) | static sljit_s32 emit_mov(struct sljit_compiler *compiler, function SLJIT_API_FUNC_ATTRIBUTE (line 739) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler ... function sljit_s32 (line 888) | static sljit_s32 emit_mov_byte(struct sljit_compiler *compiler, sljit_s3... function sljit_s32 (line 1030) | static sljit_s32 emit_prefetch(struct sljit_compiler *compiler, sljit_s3... function sljit_s32 (line 1054) | static sljit_s32 emit_mov_half(struct sljit_compiler *compiler, sljit_s3... function sljit_s32 (line 1102) | static sljit_s32 emit_unary(struct sljit_compiler *compiler, sljit_u8 op... function sljit_s32 (line 1138) | static sljit_s32 emit_not_with_flags(struct sljit_compiler *compiler, function sljit_s32 (line 1175) | static sljit_s32 emit_clz(struct sljit_compiler *compiler, sljit_s32 op_... function SLJIT_API_FUNC_ATTRIBUTE (line 1234) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler ... type sljit_compiler (line 1405) | struct sljit_compiler type sljit_compiler (line 1525) | struct sljit_compiler function sljit_s32 (line 1611) | static sljit_s32 emit_mul(struct sljit_compiler *compiler, type sljit_compiler (line 1741) | struct sljit_compiler type sljit_compiler (line 1798) | struct sljit_compiler type sljit_compiler (line 1849) | struct sljit_compiler function sljit_s32 (line 1959) | static sljit_s32 emit_shift(struct sljit_compiler *compiler, function sljit_s32 (line 2049) | static sljit_s32 emit_shift_with_flags(struct sljit_compiler *compiler, function SLJIT_API_FUNC_ATTRIBUTE (line 2084) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2156) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) function SLJIT_API_FUNC_ATTRIBUTE (line 2166) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_... function SLJIT_API_FUNC_ATTRIBUTE (line 2176) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_com... function init_compiler (line 2199) | static void init_compiler(void) function sljit_s32 (line 2214) | static sljit_s32 emit_sse2(struct sljit_compiler *compiler, sljit_u8 opc... function sljit_s32 (line 2226) | static sljit_s32 emit_sse2_logic(struct sljit_compiler *compiler, sljit_... function SLJIT_INLINE (line 2238) | static SLJIT_INLINE sljit_s32 emit_sse2_load(struct sljit_compiler *comp... function SLJIT_INLINE (line 2244) | static SLJIT_INLINE sljit_s32 emit_sse2_store(struct sljit_compiler *com... function SLJIT_INLINE (line 2250) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sl... function SLJIT_INLINE (line 2272) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sl... function SLJIT_INLINE (line 2307) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2319) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2385) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler... function sljit_label (line 2450) | sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function sljit_jump (line 2474) | sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 2502) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 2545) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 2730) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2770) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_com... function sljit_const (line 2801) | sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32... function SLJIT_API_FUNC_ATTRIBUTE (line 2845) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 2855) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... FILE: src/pcre/sljit/sljitUtils.c function SLJIT_INLINE (line 37) | static SLJIT_INLINE void allocator_grab_lock(void) function SLJIT_INLINE (line 42) | static SLJIT_INLINE void allocator_release_lock(void) function SLJIT_FUNC (line 51) | SLJIT_FUNC sljit_grab_lock(void) function SLJIT_FUNC (line 56) | SLJIT_FUNC sljit_release_lock(void) function SLJIT_INLINE (line 71) | static SLJIT_INLINE void allocator_grab_lock(void) function SLJIT_INLINE (line 80) | static SLJIT_INLINE void allocator_release_lock(void) function SLJIT_FUNC (line 91) | SLJIT_FUNC sljit_grab_lock(void) function SLJIT_FUNC (line 100) | SLJIT_FUNC sljit_release_lock(void) function SLJIT_INLINE (line 115) | static SLJIT_INLINE void allocator_grab_lock(void) function SLJIT_INLINE (line 120) | static SLJIT_INLINE void allocator_release_lock(void) function SLJIT_FUNC (line 133) | SLJIT_FUNC sljit_grab_lock(void) function SLJIT_FUNC (line 138) | SLJIT_FUNC sljit_release_lock(void) function SLJIT_INLINE (line 170) | static SLJIT_INLINE sljit_s32 open_dev_zero(void) function SLJIT_INLINE (line 182) | static SLJIT_INLINE sljit_s32 open_dev_zero(void) type sljit_stack (line 233) | struct sljit_stack type sljit_stack (line 233) | struct sljit_stack function SLJIT_FUNC (line 281) | SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocator_d... function SLJIT_API_FUNC_ATTRIBUTE (line 292) | SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct ... FILE: src/print.c function togdbm (line 70) | int togdbm(void *gp, struct emailinfo *ep) type emailinfo (line 144) | struct emailinfo type reply (line 146) | struct reply function fprint_menu (line 184) | void fprint_menu(FILE *fp, mindex_t idx, char *archives, char *currentid... function fprint_menu0 (line 265) | void fprint_menu0(FILE *fp, struct emailinfo *email, int pos) function fprint_summary (line 355) | void fprint_summary(FILE *fp, int pos, long first_d, long last_d, int num) function print_index_header_links (line 382) | void print_index_header_links (FILE *fp, mindex_t called_from, long star... function print_index_footer_links (line 534) | void print_index_footer_links(FILE *fp, mindex_t called_from, long endda... function print_haof_indices (line 664) | void print_haof_indices(FILE *fp, struct emailsubdir *subdir) function printcomment (line 692) | void printcomment(FILE *fp, char *label, char *value) function printhtml (line 735) | void printhtml(FILE *fp, char *line) function printdates (line 772) | void printdates(FILE *fp, struct header *hp, int year, int month, struct... function printattachments (line 850) | int printattachments(FILE *fp, struct header *hp, struct emailinfo *subd... function showheader (line 943) | int showheader(char *header) type Push (line 958) | struct Push type Push (line 1019) | struct Push type emailinfo (line 1020) | struct emailinfo function ConvURLs (line 1055) | void ConvURLs(FILE *fp, char *line, char *mailid, char *mailsubject, cha... function printheaders (line 1126) | void printheaders (FILE *fp, struct emailinfo *email) function printbody (line 1209) | void printbody(FILE *fp, struct emailinfo *email, int maybe_reply, int i... function print_headers (line 1468) | void print_headers(FILE *fp, struct emailinfo *email, int in_thread_file) type emailinfo (line 1553) | struct emailinfo type emailinfo (line 1553) | struct emailinfo type emailinfo (line 1569) | struct emailinfo type reply (line 1571) | struct reply type emailinfo (line 1572) | struct emailinfo type emailinfo (line 1615) | struct emailinfo type emailinfo (line 1619) | struct emailinfo type emailinfo (line 1620) | struct emailinfo type reply (line 1622) | struct reply function print_links (line 1833) | int print_links(FILE *fp, struct emailinfo *email, int pos, int in_threa... function has_new_replies (line 1993) | static int has_new_replies(struct emailinfo *email) function GDBM_FILE (line 2016) | static GDBM_FILE gdbm_init() type hashemail (line 2060) | struct hashemail type reply (line 2061) | struct reply type emailinfo (line 2065) | struct emailinfo type body (line 2076) | struct body type emailinfo (line 2105) | struct emailinfo function writearticles (line 2124) | void writearticles(int startnum, int maxnum) function writedates (line 2427) | void writedates(int amountmsgs, struct emailinfo *email) function writeattachments (line 2515) | void writeattachments(int amountmsgs, struct emailinfo *email) function writethreads (line 2598) | void writethreads(int amountmsgs, struct emailinfo *email) function printsubjects (line 2679) | void printsubjects(FILE *fp, struct header *hp, char **oldsubject, function writesubjects (line 2755) | void writesubjects(int amountmsgs, struct emailinfo *email) function printauthors (line 2834) | void printauthors(FILE *fp, struct header *hp, char **oldname, function writeauthors (line 2911) | void writeauthors(int amountmsgs, struct emailinfo *email) function printhaofitems (line 2990) | void printhaofitems(FILE *fp, struct header *hp, int year, int month, st... function writehaof (line 3025) | void writehaof(int amountmsgs, struct emailinfo *email) function count_messages (line 3077) | static int count_messages(struct header *hp, int year, int mo, long *fir... function printmonths (line 3096) | static void printmonths(FILE *fp, char *summary_filename, int amountmsgs) function init_index_names (line 3228) | void init_index_names(void) function write_summary_indices (line 3237) | void write_summary_indices(int amount_new) function write_toplevel_indices (line 3255) | void write_toplevel_indices(int amountmsgs) function write_messageindex (line 3444) | void write_messageindex(int startnum, int maxnum) FILE: src/print.h type emailinfo (line 6) | struct emailinfo type emailinfo (line 10) | struct emailinfo type emailinfo (line 11) | struct emailinfo type emailinfo (line 12) | struct emailinfo type emailinfo (line 17) | struct emailinfo type emailinfo (line 18) | struct emailinfo type emailinfo (line 19) | struct emailinfo type emailinfo (line 20) | struct emailinfo type emailinfo (line 21) | struct emailinfo type emailinfo (line 23) | struct emailinfo type header (line 25) | struct header type emailinfo (line 25) | struct emailinfo type header (line 26) | struct header type emailinfo (line 27) | struct emailinfo type header (line 28) | struct header type emailinfo (line 29) | struct emailinfo type header (line 30) | struct header type emailinfo (line 30) | struct emailinfo type emailsubdir (line 34) | struct emailsubdir type emailinfo (line 35) | struct emailinfo type emailsubdir (line 38) | struct emailsubdir type emailsubdir (line 40) | struct emailsubdir type emailinfo (line 47) | struct emailinfo FILE: src/printfile.c function printfile (line 41) | int printfile(FILE *fp, char *format, char *label, char *subject, function print_main_header (line 223) | void print_main_header(FILE *fp, bool index_header, char *label, char *n... function print_msg_header (line 379) | void print_msg_header(FILE *fp, char *label, char *subject, function print_index_header (line 398) | void print_index_header(FILE *fp, char *label, char *dir, char *subject, function printfooter (line 438) | void printfooter(FILE *fp, char *htmlfooter, char *label, char *dir, function printlaststats (line 462) | void printlaststats (FILE *fp, long lastdatenum) FILE: src/proto.h type emailsubdir (line 47) | struct emailsubdir type emailinfo (line 48) | struct emailinfo type emailinfo (line 48) | struct emailinfo type emailinfo (line 49) | struct emailinfo type emailinfo (line 49) | struct emailinfo type emailinfo (line 50) | struct emailinfo type emailinfo (line 51) | struct emailinfo type emailinfo (line 52) | struct emailinfo type emailinfo (line 59) | struct emailinfo type Push (line 104) | struct Push type Push (line 105) | struct Push type Push (line 106) | struct Push type body (line 145) | struct body type body (line 148) | struct body FILE: src/quotes.c function msg_linkp (line 35) | static int msg_linkp(char *p3, char *p) function is_sig_start (line 158) | int is_sig_start(const char *line) type body (line 195) | struct body function find_quote_depth (line 293) | int find_quote_depth(char *line) function compute_quoted_percent (line 324) | int compute_quoted_percent(struct body *bp) FILE: src/search.c type reply (line 30) | struct reply type BIGRAM_TYPE (line 33) | typedef unsigned long BIGRAM_TYPE; type BIGRAM_TYPE (line 36) | typedef unsigned short BIGRAM_TYPE; type bigram_list (line 40) | struct bigram_list { type bigram_tree_entry (line 46) | struct bigram_tree_entry { type bigram_tree_entry (line 53) | struct bigram_tree_entry type search_text (line 56) | struct search_text { type search_text (line 70) | struct search_text function set_alt_replylist (line 79) | void set_alt_replylist(struct reply *r) function BIGRAM_TYPE (line 85) | static BIGRAM_TYPE reverse_bits(BIGRAM_TYPE i) function token_digest_order (line 102) | static int token_digest_order(const int token_length, const unsigned int... function crc32_lower (line 115) | static unsigned int crc32_lower(register const unsigned char *buf, /* po... function encode_token (line 198) | static int encode_token(const char *token function addb (line 232) | static int addb(const char *token, struct body *bp) function add_bigram (line 295) | static void add_bigram(BIGRAM_TYPE b1, BIGRAM_TYPE b2, struct body *bp, ... type bigram_list (line 344) | struct bigram_list type bigram_tree_entry (line 346) | struct bigram_tree_entry type body (line 365) | struct body type body (line 365) | struct body type body (line 377) | struct body type body (line 377) | struct body function add_search_text (line 452) | static void add_search_text(struct body *bp, int msgnum) function add_bigrams (line 467) | static void add_bigrams(struct body *bp, int msgnum) function add_old_replies (line 490) | static void add_old_replies() function find_replyto_from_html (line 514) | static void find_replyto_from_html(int num) function analyze_headers (line 548) | void analyze_headers(int max_num) function print_count (line 577) | static void print_count(struct search_text *t) function better_match (line 588) | static int better_match(struct body *bp, const char *matched_string, con... function check_match (line 613) | static void check_match(struct bigram_list *bigram, struct body *bp, cha... function search_for_quote (line 696) | int search_for_quote(char *search_line, char *exact_line, int max_msgnum... FILE: src/search.h type String_Match (line 4) | typedef struct { type body (line 15) | struct body type body (line 15) | struct body type reply (line 18) | struct reply FILE: src/setup.c type hmlist (line 121) | struct hmlist type hmlist (line 122) | struct hmlist type hmlist (line 123) | struct hmlist type hmlist (line 124) | struct hmlist type hmlist (line 125) | struct hmlist type hmlist (line 126) | struct hmlist type hmlist (line 127) | struct hmlist type hmlist (line 128) | struct hmlist type hmlist (line 129) | struct hmlist type hmlist (line 130) | struct hmlist type hmlist (line 131) | struct hmlist type hmlist (line 132) | struct hmlist type hmlist (line 133) | struct hmlist type hmlist (line 159) | struct hmlist type hmlist (line 160) | struct hmlist type hmlist (line 161) | struct hmlist type hmlist (line 162) | struct hmlist type Config (line 168) | struct Config function MakeConfig (line 919) | void MakeConfig(bool comments) function PreConfig (line 1013) | void PreConfig(void) function PostConfig (line 1082) | void PostConfig(void) function ConfigAddItem (line 1143) | int ConfigAddItem(char *cfg_line) function ConfigInit (line 1264) | int ConfigInit(char *filename) function ConfigCleanup (line 1292) | void ConfigCleanup(void) function dump_config (line 1318) | void dump_config(void) FILE: src/setup.h type Config (line 6) | struct Config { type hmlist (line 136) | struct hmlist type hmlist (line 137) | struct hmlist type hmlist (line 138) | struct hmlist type hmlist (line 139) | struct hmlist type hmlist (line 140) | struct hmlist type hmlist (line 141) | struct hmlist type hmlist (line 142) | struct hmlist type hmlist (line 143) | struct hmlist type hmlist (line 144) | struct hmlist type hmlist (line 145) | struct hmlist type hmlist (line 146) | struct hmlist type hmlist (line 147) | struct hmlist type hmlist (line 148) | struct hmlist type hmlist (line 178) | struct hmlist type hmlist (line 179) | struct hmlist type hmlist (line 180) | struct hmlist type hmlist (line 181) | struct hmlist FILE: src/string.c type Push (line 46) | struct Push type Push (line 87) | struct Push type i18n_alt_charset_table (line 181) | struct i18n_alt_charset_table { type i18n_alt_charset_table (line 186) | struct i18n_alt_charset_table type Push (line 353) | struct Push function i18n_replace_non_ascii_chars (line 458) | int i18n_replace_non_ascii_chars(char *string) type Push (line 483) | struct Push type Push (line 526) | struct Push type Push (line 546) | struct Push function strcpymax (line 636) | void strcpymax(char *dest, const char *src, int n) function strtolower (line 651) | void strtolower(char *string) function numstrchr (line 793) | int numstrchr(char *s, char c) type Push (line 815) | struct Push type Push (line 842) | struct Push type Push (line 883) | struct Push function rfc3676_trim_softlb (line 898) | void rfc3676_trim_softlb(char *line) type Push (line 933) | struct Push function rfc3676_ishardlb (line 952) | int rfc3676_ishardlb(const char *line) function isquote (line 970) | int isquote(const char *line) type Push (line 1035) | struct Push type Push (line 1060) | struct Push function unconvwinlatin1 (line 1146) | static bool unconvwinlatin1 (char *entity, char *conv_char) type Push (line 1178) | struct Push function translatechars (line 1228) | static void translatechars(char *start, char *end, struct Push *buff) type Push (line 1279) | struct Push type Push (line 1377) | struct Push type Push (line 1421) | struct Push type Push (line 1590) | struct Push type Push (line 1627) | struct Push type Push (line 1814) | struct Push function iso2022_state (line 2039) | void FILE: src/struct.c type body (line 43) | struct body type emailinfo (line 43) | struct emailinfo function hash (line 49) | unsigned hash(char *s) function reinit_structs (line 62) | void reinit_structs() function fill_email_dates (line 73) | void fill_email_dates(struct emailinfo *e, char *date, char *fromdate, c... type emailinfo (line 156) | struct emailinfo type body (line 156) | struct body type emailinfo (line 158) | struct emailinfo type hashemail (line 159) | struct hashemail type hashemail (line 181) | struct hashemail type hashemail (line 209) | struct hashemail type emailinfo (line 240) | struct emailinfo type emailinfo (line 240) | struct emailinfo type hashemail (line 277) | struct hashemail type hashemail (line 277) | struct hashemail type hashemail (line 283) | struct hashemail type hashemail (line 283) | struct hashemail type hashemail (line 289) | struct hashemail type hashemail (line 289) | struct hashemail type hashemail (line 298) | struct hashemail type hashemail (line 298) | struct hashemail type hashemail (line 304) | struct hashemail type hashemail (line 304) | struct hashemail function insert_in_lists (line 314) | int insert_in_lists(struct emailinfo *emp, const bool * require_filter, ... type emailinfo (line 388) | struct emailinfo type hashemail (line 390) | struct hashemail type emailinfo (line 442) | struct emailinfo type hashemail (line 444) | struct hashemail type emailinfo (line 466) | struct emailinfo type hashemail (line 468) | struct hashemail type emailinfo (line 521) | struct emailinfo function hashreplynumlookup (line 584) | int hashreplynumlookup(int msgnum, char *inreply, char *subject, int *ma... type body (line 597) | struct body type emailinfo (line 597) | struct emailinfo type hashemail (line 599) | struct hashemail type body (line 600) | struct body type emailinfo (line 620) | struct emailinfo type hashemail (line 622) | struct hashemail function insert_older_msgs (line 636) | int insert_older_msgs(int num) type emailinfo (line 657) | struct emailinfo type hashemail (line 659) | struct hashemail type boundary (line 684) | struct boundary type boundary (line 684) | struct boundary type boundary (line 686) | struct boundary type boundary (line 689) | struct boundary type boundary (line 689) | struct boundary type boundary (line 729) | struct boundary type boundary (line 729) | struct boundary type charset_stack (line 734) | struct charset_stack type charset_stack (line 734) | struct charset_stack type charset_stack (line 736) | struct charset_stack type charset_stack (line 739) | struct charset_stack type charset_stack (line 739) | struct charset_stack type charset_stack (line 778) | struct charset_stack type charset_stack (line 778) | struct charset_stack type charset_stack (line 780) | struct charset_stack function free_boundary (line 794) | static int free_boundary(struct boundary *bnd) function free_bound (line 824) | int free_bound(struct boundary *bnd) function free_multipart (line 836) | int free_multipart(struct boundary *mp) function free_charsets (line 848) | int free_charsets(struct charset_stack *cs) function has_multipart (line 889) | bool has_multipart (const struct boundary *multipartp, char *mime_type) type body (line 910) | struct body type body (line 910) | struct body type body (line 910) | struct body type body (line 913) | struct body type body (line 914) | struct body type body (line 940) | struct body type body (line 940) | struct body type body (line 941) | struct body function rmlastlines (line 999) | int rmlastlines(struct body *bp) type body (line 1016) | struct body type body (line 1016) | struct body type body (line 1016) | struct body type body (line 1016) | struct body type body (line 1019) | struct body function free_body (line 1031) | void free_body(struct body *bp) type reply (line 1047) | struct reply type reply (line 1047) | struct reply type emailinfo (line 1047) | struct emailinfo type reply (line 1047) | struct reply type reply (line 1049) | struct reply type reply (line 1051) | struct reply type reply (line 1051) | struct reply type reply (line 1089) | struct reply type reply (line 1089) | struct reply type emailinfo (line 1089) | struct emailinfo type emailinfo (line 1089) | struct emailinfo type reply (line 1089) | struct reply type reply (line 1092) | struct reply type printed (line 1109) | struct printed type printed (line 1109) | struct printed type printed (line 1111) | struct printed type printed (line 1113) | struct printed type printed (line 1113) | struct printed function wasprinted (line 1130) | int wasprinted(struct printed *list, int num) type header (line 1145) | struct header type header (line 1145) | struct header type emailinfo (line 1145) | struct emailinfo type header (line 1154) | struct header type header (line 1154) | struct header type header (line 1204) | struct header type header (line 1205) | struct header type header (line 1208) | struct header type header (line 1214) | struct header type emailsubdir (line 1225) | struct emailsubdir type emailsubdir (line 1225) | struct emailsubdir type emailsubdir (line 1227) | struct emailsubdir type emailsubdir (line 1228) | struct emailsubdir type emailsubdir (line 1229) | struct emailsubdir type emailsubdir (line 1242) | struct emailsubdir type emailsubdir (line 1242) | struct emailsubdir function print_list (line 1304) | void print_list(char *listname, struct hmlist *list) function inlist (line 1342) | int inlist(struct hmlist *listname, char *wildcard) function inlist_pos (line 1358) | int inlist_pos(struct hmlist *listname, char *wildcard) function regex_index (line 1371) | static int regex_index(struct hmlist *listname, int index) function inlist_regex_pos (line 1406) | int inlist_regex_pos(struct hmlist *listname, char *str) type hmlist (line 1465) | struct hmlist type hmlist (line 1465) | struct hmlist type hmlist (line 1467) | struct hmlist type hmlist (line 1469) | struct hmlist type hmlist (line 1469) | struct hmlist type hmlist (line 1482) | struct hmlist type hmlist (line 1482) | struct hmlist FILE: src/struct.h type emailinfo (line 7) | struct emailinfo type emailinfo (line 9) | struct emailinfo type body (line 10) | struct body type emailinfo (line 12) | struct emailinfo type emailinfo (line 14) | struct emailinfo type emailinfo (line 16) | struct emailinfo type emailinfo (line 18) | struct emailinfo type body (line 21) | struct body type emailinfo (line 21) | struct emailinfo type emailinfo (line 22) | struct emailinfo type body (line 24) | struct body type body (line 24) | struct body type body (line 24) | struct body type body (line 25) | struct body type body (line 25) | struct body type body (line 25) | struct body type body (line 25) | struct body type body (line 26) | struct body type reply (line 28) | struct reply type reply (line 28) | struct reply type emailinfo (line 28) | struct emailinfo type reply (line 29) | struct reply type reply (line 30) | struct reply type reply (line 30) | struct reply type emailinfo (line 30) | struct emailinfo type emailinfo (line 30) | struct emailinfo type reply (line 31) | struct reply type body (line 32) | struct body type emailsubdir (line 34) | struct emailsubdir type emailsubdir (line 34) | struct emailsubdir type printed (line 36) | struct printed type printed (line 36) | struct printed type printed (line 37) | struct printed type header (line 39) | struct header type header (line 39) | struct header type emailinfo (line 39) | struct emailinfo type boundary (line 40) | struct boundary type boundary (line 40) | struct boundary type boundary (line 41) | struct boundary type boundary (line 42) | struct boundary type boundary (line 42) | struct boundary type boundary (line 43) | struct boundary type boundary (line 44) | struct boundary type charset_stack (line 45) | struct charset_stack type charset_stack (line 45) | struct charset_stack type charset_stack (line 46) | struct charset_stack type charset_stack (line 46) | struct charset_stack type charset_stack (line 47) | struct charset_stack type hmlist (line 49) | struct hmlist type hmlist (line 50) | struct hmlist type hmlist (line 51) | struct hmlist type hmlist (line 52) | struct hmlist type hmlist (line 53) | struct hmlist type hmlist (line 53) | struct hmlist type hmlist (line 54) | struct hmlist type hmlist (line 54) | struct hmlist FILE: src/threadprint.c type emailinfo (line 8) | struct emailinfo type emailinfo (line 9) | struct emailinfo type emailinfo (line 11) | struct emailinfo type emailinfo (line 12) | struct emailinfo type emailinfo (line 13) | struct emailinfo function print_all_threads (line 29) | void print_all_threads(FILE *fp, int year, int month, struct emailinfo *... function format_thread_info (line 240) | static void format_thread_info(FILE *fp, struct emailinfo *email, function isreplyto (line 307) | int isreplyto(int msgnum, int parent) function finish_thread_file (line 323) | static void function finish_thread_levels (line 338) | static int finish_thread_levels(FILE **fp, int level, int newlevel, FILE: src/threadprint.h type emailinfo (line 1) | struct emailinfo FILE: src/trio/compare.c function main (line 6) | int main() FILE: src/trio/regression.c function VerifyReturnValues (line 172) | int function VerifyAllocate (line 238) | int function VerifyFormattingStrings (line 278) | int function VerifyFormattingIntegers (line 296) | int function VerifyFormattingFloats (line 403) | int function number_writer (line 673) | int number_writer(void *ref) function VerifyFormattingUserDefined (line 692) | int function VerifyFormattingRegression (line 725) | int function VerifyFormattingArgarray (line 748) | int function VerifyFormatting (line 775) | int function VerifyErrors (line 982) | int function VerifyScanningIntegers (line 1138) | int function VerifyScanningFloats (line 1206) | int function VerifyScanningStrings (line 1284) | int function VerifyScanningRegression (line 1326) | int function VerifyScanning (line 1443) | int function VerifyStrings (line 1459) | int function VerifyDynamicStrings (line 1600) | int function VerifyNaN (line 1641) | int function main (line 1666) | int FILE: src/trio/trio.c type trio_flags_t (line 227) | typedef unsigned long trio_flags_t; type wchar_t (line 259) | typedef wchar_t trio_wchar_t; type wint_t (line 260) | typedef wint_t trio_wint_t; type trio_wchar_t (line 262) | typedef char trio_wchar_t; type trio_wint_t (line 263) | typedef int trio_wint_t; type trio_longlong_t (line 308) | typedef signed long long int trio_longlong_t; type trio_ulonglong_t (line 309) | typedef unsigned long long int trio_ulonglong_t; type trio_longlong_t (line 312) | typedef signed __int64 trio_longlong_t; type trio_ulonglong_t (line 313) | typedef unsigned __int64 trio_ulonglong_t; type trio_longlong_t (line 315) | typedef TRIO_SIGNED long int trio_longlong_t; type trio_ulonglong_t (line 316) | typedef unsigned long int trio_ulonglong_t; type intmax_t (line 323) | typedef intmax_t trio_intmax_t; type uintmax_t (line 324) | typedef uintmax_t trio_uintmax_t; type trio_int8_t (line 325) | typedef int8_t trio_int8_t; type trio_int16_t (line 326) | typedef int16_t trio_int16_t; type trio_int32_t (line 327) | typedef int32_t trio_int32_t; type trio_int64_t (line 328) | typedef int64_t trio_int64_t; type intmax_t (line 332) | typedef intmax_t trio_intmax_t; type uintmax_t (line 333) | typedef uintmax_t trio_uintmax_t; type trio_int8_t (line 334) | typedef int8_t trio_int8_t; type trio_int16_t (line 335) | typedef int16_t trio_int16_t; type trio_int32_t (line 336) | typedef int32_t trio_int32_t; type trio_int64_t (line 337) | typedef int64_t trio_int64_t; type trio_longlong_t (line 340) | typedef trio_longlong_t trio_intmax_t; type trio_ulonglong_t (line 341) | typedef trio_ulonglong_t trio_uintmax_t; type __int8 (line 342) | typedef __int8 trio_int8_t; type __int16 (line 343) | typedef __int16 trio_int16_t; type __int32 (line 344) | typedef __int32 trio_int32_t; type __int64 (line 345) | typedef __int64 trio_int64_t; type trio_longlong_t (line 347) | typedef trio_longlong_t trio_intmax_t; type trio_ulonglong_t (line 348) | typedef trio_ulonglong_t trio_uintmax_t; type TRIO_INT8_T (line 350) | typedef TRIO_INT8_T trio_int8_t; type TRIO_SIGNED (line 352) | typedef TRIO_SIGNED char trio_int8_t; type TRIO_INT16_T (line 355) | typedef TRIO_INT16_T trio_int16_t; type trio_int16_t (line 357) | typedef TRIO_SIGNED short trio_int16_t; type TRIO_INT32_T (line 360) | typedef TRIO_INT32_T trio_int32_t; type TRIO_SIGNED (line 362) | typedef TRIO_SIGNED int trio_int32_t; type TRIO_INT64_T (line 365) | typedef TRIO_INT64_T trio_int64_t; type trio_longlong_t (line 367) | typedef trio_longlong_t trio_int64_t; type trio_parameter_t (line 772) | typedef struct { type trio_custom_t (line 823) | typedef struct { type trio_class_t (line 832) | typedef struct _trio_class_t { type trio_reference_t (line 880) | typedef struct _trio_reference_t { type trio_userdef_t (line 887) | typedef struct _trio_userdef_t { type lconv (line 916) | struct lconv function TrioInitializeParameter (line 973) | TrioInitializeParameter function TrioCopyParameter (line 1001) | TrioCopyParameter function TrioIsQualifier (line 1041) | TrioIsQualifier function TRIO_PRIVATE (line 1086) | TRIO_PRIVATE void function TrioCalcThousandSeparatorLength (line 1133) | TrioCalcThousandSeparatorLength function TrioFollowedBySeparator (line 1171) | TrioFollowedBySeparator function TrioGetPosition (line 1206) | TrioGetPosition function TrioPower (line 1274) | TrioPower function TrioLogarithm (line 1336) | TrioLogarithm function TrioLogarithmBase (line 1368) | TrioLogarithmBase function TrioParseQualifiers (line 1390) | TrioParseQualifiers function TrioParseSpecifier (line 1692) | TrioParseSpecifier function TrioParse (line 1940) | TrioParse function TrioWriteNumber (line 2481) | TrioWriteNumber function TrioWriteStringCharacter (line 2686) | TrioWriteStringCharacter function TrioWriteString (line 2742) | TrioWriteString function TrioWriteWideStringCharacter (line 2821) | TrioWriteWideStringCharacter function TrioWriteWideString (line 2861) | TrioWriteWideString function TrioWriteDouble (line 2944) | TrioWriteDouble function TrioFormatProcess (line 3610) | TrioFormatProcess function TrioFormatRef (line 3923) | TrioFormatRef function TrioFormat (line 3951) | TrioFormat function TrioOutStreamFile (line 3998) | TrioOutStreamFile function TrioOutStreamFileDescriptor (line 4026) | TrioOutStreamFileDescriptor function TrioOutStreamCustom (line 4055) | TrioOutStreamCustom function TrioOutStreamString (line 4090) | TrioOutStreamString function TrioOutStreamStringMax (line 4111) | TrioOutStreamStringMax function TrioOutStreamStringDynamic (line 4137) | TrioOutStreamStringDynamic function TRIO_PRIVATE (line 4159) | TRIO_PRIVATE function trio_printf (line 4190) | trio_printf function trio_vprintf (line 4216) | trio_vprintf function trio_printfv (line 4236) | trio_printfv function trio_fprintf (line 4264) | trio_fprintf function trio_vfprintf (line 4293) | trio_vfprintf function trio_fprintfv (line 4316) | trio_fprintfv function trio_dprintf (line 4346) | trio_dprintf function trio_vdprintf (line 4374) | trio_vdprintf function trio_dprintfv (line 4396) | trio_dprintfv function trio_cprintf (line 4416) | trio_cprintf function trio_vcprintf (line 4441) | trio_vcprintf function trio_cprintfv (line 4461) | trio_cprintfv function trio_cprintff (line 4483) | trio_cprintff function trio_sprintf (line 4518) | trio_sprintf function trio_vsprintf (line 4546) | trio_vsprintf function trio_sprintfv (line 4571) | trio_sprintfv function trio_snprintf (line 4603) | trio_snprintf function trio_vsnprintf (line 4635) | trio_vsnprintf function trio_snprintfv (line 4664) | trio_snprintfv function trio_snprintfcat (line 4692) | trio_snprintfcat function trio_vsnprintfcat (line 4721) | trio_vsnprintfcat function trio_asprintf (line 4813) | trio_asprintf function trio_vasprintf (line 4861) | trio_vasprintf function trio_asprintfv (line 4906) | trio_asprintfv function trio_register (line 4974) | trio_register function trio_unregister (line 5045) | trio_unregister function trio_get_width (line 5113) | trio_get_width function trio_set_width (line 5122) | trio_set_width function trio_get_precision (line 5135) | trio_get_precision function trio_set_precision (line 5144) | trio_set_precision function trio_get_base (line 5157) | trio_get_base function trio_set_base (line 5166) | trio_set_base function trio_get_long (line 5179) | trio_get_long function trio_set_long (line 5190) | trio_set_long function trio_get_longlong (line 5206) | trio_get_longlong function trio_set_longlong (line 5217) | trio_set_longlong function trio_get_longdouble (line 5234) | trio_get_longdouble function trio_set_longdouble (line 5245) | trio_set_longdouble function trio_get_short (line 5262) | trio_get_short function trio_set_short (line 5273) | trio_set_short function trio_get_shortshort (line 5289) | trio_get_shortshort function trio_set_shortshort (line 5300) | trio_set_shortshort function trio_get_alternative (line 5316) | trio_get_alternative function trio_set_alternative (line 5327) | trio_set_alternative function trio_get_alignment (line 5343) | trio_get_alignment function trio_set_alignment (line 5354) | trio_set_alignment function trio_get_spacing (line 5370) | trio_get_spacing function trio_set_spacing (line 5381) | trio_set_spacing function trio_get_sign (line 5397) | trio_get_sign function trio_set_sign (line 5408) | trio_set_sign function trio_get_padding (line 5424) | trio_get_padding function trio_set_padding (line 5435) | trio_set_padding function trio_get_quote (line 5452) | trio_get_quote function trio_set_quote (line 5463) | trio_set_quote function trio_get_upper (line 5480) | trio_get_upper function trio_set_upper (line 5491) | trio_set_upper function trio_get_largest (line 5508) | trio_get_largest function trio_set_largest (line 5519) | trio_set_largest function trio_get_ptrdiff (line 5537) | trio_get_ptrdiff function trio_set_ptrdiff (line 5548) | trio_set_ptrdiff function trio_get_size (line 5566) | trio_get_size function trio_set_size (line 5577) | trio_set_size function trio_print_int (line 5594) | trio_print_int function trio_print_uint (line 5614) | trio_print_uint function trio_print_double (line 5635) | trio_print_double function trio_print_string (line 5656) | trio_print_string function trio_print_ref (line 5675) | trio_print_ref function trio_vprint_ref (line 5697) | trio_vprint_ref function trio_printv_ref (line 5713) | trio_printv_ref function trio_print_pointer (line 5734) | trio_print_pointer function trio_locale_set_decimal_point (line 5790) | trio_locale_set_decimal_point function trio_locale_set_thousand_separator (line 5822) | trio_locale_set_thousand_separator function trio_locale_set_grouping (line 5853) | trio_locale_set_grouping function TrioSkipWhitespaces (line 5882) | TrioSkipWhitespaces function TRIO_PRIVATE (line 5900) | TRIO_PRIVATE void function TrioGetCharacterClass (line 5934) | TrioGetCharacterClass function TrioReadNumber (line 6193) | TrioReadNumber function TrioReadChar (line 6322) | TrioReadChar function TrioReadString (line 6388) | TrioReadString function TrioReadWideChar (line 6424) | TrioReadWideChar function TrioReadWideString (line 6485) | TrioReadWideString function TrioReadGroup (line 6534) | TrioReadGroup function TrioReadDouble (line 6578) | TrioReadDouble function TrioReadPointer (line 6771) | TrioReadPointer function TrioScanProcess (line 6823) | TrioScanProcess function TrioScan (line 7193) | TrioScan function TrioInStreamFile (line 7242) | TrioInStreamFile function TrioUndoStreamFile (line 7281) | TrioUndoStreamFile function TrioInStreamFileDescriptor (line 7305) | TrioInStreamFileDescriptor function TrioInStreamCustom (line 7346) | TrioInStreamCustom function TrioInStreamString (line 7385) | TrioInStreamString function trio_scanf (line 7442) | trio_scanf function trio_vscanf (line 7471) | trio_vscanf function trio_scanfv (line 7494) | trio_scanfv function trio_fscanf (line 7525) | trio_fscanf function trio_vfscanf (line 7557) | trio_vfscanf function trio_fscanfv (line 7583) | trio_fscanfv function trio_dscanf (line 7616) | trio_dscanf function trio_vdscanf (line 7647) | trio_vdscanf function trio_dscanfv (line 7672) | trio_dscanfv function trio_cscanf (line 7695) | trio_cscanf function trio_vcscanf (line 7720) | trio_vcscanf function trio_cscanfv (line 7740) | trio_cscanfv function trio_cscanff (line 7762) | trio_cscanff function trio_sscanf (line 7797) | trio_sscanf function trio_vsscanf (line 7827) | trio_vsscanf function trio_sscanfv (line 7851) | trio_sscanfv FILE: src/trio/trio.h type trio_pointer_t (line 83) | typedef trio_pointer_t (*trio_argfunc_t) FILE: src/trio/triodef.h type trio_long_double_t (line 257) | typedef double trio_long_double_t; type trio_long_double_t (line 281) | typedef long double trio_long_double_t; FILE: src/trio/trionan.c type signal_handler_t (line 316) | typedef struct sigaction signal_handler_t; function internal_ignore_signal_handler (line 326) | internal_ignore_signal_handler function internal_restore_signal_handler (line 346) | internal_restore_signal_handler function internal_make_double (line 366) | internal_make_double function internal_is_special_quantity (line 387) | internal_is_special_quantity function internal_is_negative (line 415) | internal_is_negative function ms_fpclassify_and_signbit (line 504) | ms_fpclassify_and_signbit function trio_fpclassify_and_signbit (line 805) | trio_fpclassify_and_signbit function trio_isnan (line 896) | trio_isnan function trio_isinf (line 916) | trio_isinf function trio_isfinite (line 943) | trio_isfinite function trio_signbit (line 971) | trio_signbit function trio_fpclassify (line 992) | trio_fpclassify function TRIO_PUBLIC_NAN (line 1010) | TRIO_PUBLIC_NAN double function TRIO_PUBLIC_NAN (line 1037) | TRIO_PUBLIC_NAN double function TRIO_PUBLIC_NAN (line 1091) | TRIO_PUBLIC_NAN double function TRIO_PUBLIC_NAN (line 1116) | TRIO_PUBLIC_NAN double function main (line 1216) | int main(TRIO_NOARGS) FILE: src/trio/triostr.c type _trio_string_t (line 151) | struct _trio_string_t function TRIO_PRIVATE_STRING (line 214) | TRIO_PRIVATE_STRING trio_string_t * function internal_string_grow (line 243) | internal_string_grow function internal_string_grow_to (line 280) | internal_string_grow_to function internal_to_upper (line 296) | internal_to_upper function trio_destroy (line 343) | trio_destroy function trio_length (line 364) | trio_length function trio_length_max (line 383) | trio_length_max function trio_append (line 416) | trio_append function trio_append_max (line 447) | trio_append_max function trio_contains (line 479) | trio_contains function trio_copy (line 508) | trio_copy function trio_copy_max (line 543) | trio_copy_max function trio_equal (line 624) | trio_equal function trio_equal_case (line 666) | trio_equal_case function trio_equal_case_max (line 696) | trio_equal_case_max function trio_equal_locale (line 726) | trio_equal_locale function trio_equal_max (line 756) | trio_equal_max function trio_format_date_max (line 842) | trio_format_date_max function trio_lower (line 953) | trio_lower function trio_match (line 980) | trio_match function trio_match_case (line 1034) | trio_match_case function trio_span_function (line 1083) | trio_span_function function trio_to_long_double (line 1220) | trio_to_long_double function trio_to_double (line 1358) | trio_to_double function trio_to_float (line 1384) | trio_to_float function trio_to_lower (line 1431) | trio_to_lower function trio_to_upper (line 1484) | trio_to_upper function trio_upper (line 1502) | trio_upper function trio_string_destroy (line 1570) | trio_string_destroy function trio_xstring_set (line 1684) | trio_xstring_set function trio_string_size (line 1703) | trio_string_size function trio_string_terminate (line 1720) | trio_string_terminate function trio_string_append (line 1739) | trio_string_append function trio_xstring_append (line 1769) | trio_xstring_append function trio_xstring_append_char (line 1798) | trio_xstring_append_char function trio_xstring_append_max (line 1826) | trio_xstring_append_max function trio_string_contains (line 1865) | trio_string_contains function trio_xstring_contains (line 1884) | trio_xstring_contains function trio_string_copy (line 1903) | trio_string_copy function trio_xstring_copy (line 1924) | trio_xstring_copy function trio_string_equal (line 2010) | trio_string_equal function trio_xstring_equal (line 2030) | trio_xstring_equal function trio_string_equal_max (line 2049) | trio_string_equal_max function trio_xstring_equal_max (line 2068) | trio_xstring_equal_max function trio_string_equal_case (line 2088) | trio_string_equal_case function trio_xstring_equal_case (line 2107) | trio_xstring_equal_case function trio_string_equal_case_max (line 2126) | trio_string_equal_case_max function trio_xstring_equal_case_max (line 2146) | trio_xstring_equal_case_max function trio_string_format_date_max (line 2166) | trio_string_format_date_max function trio_string_length (line 2222) | trio_string_length function trio_string_lower (line 2243) | trio_string_lower function trio_string_match (line 2260) | trio_string_match function trio_xstring_match (line 2279) | trio_xstring_match function trio_string_match_case (line 2298) | trio_string_match_case function trio_xstring_match_case (line 2317) | trio_xstring_match_case function trio_string_upper (line 2374) | trio_string_upper FILE: src/trio/triostr.h type trio_string_t (line 456) | typedef struct _trio_string_t trio_string_t; FILE: src/txt2html.c function convert_to_hrule (line 68) | static int convert_to_hrule(const char *line) function find_vertical_repeats (line 87) | static int find_vertical_repeats(const struct body *bp) function find_repetition (line 115) | static int find_repetition(const struct body *bp) function has_many_carets (line 136) | static int has_many_carets(const char *line) function is_preformatted (line 143) | static int is_preformatted(const char *line) function listprefix (line 175) | static void listprefix(char *line, struct Push *number, struct Push *pre... function set_list_indent (line 234) | static void set_list_indent(int n) function startlist (line 241) | static int startlist(FILE *fp, const char *number, const char *prefix, c... function endlist (line 262) | static void endlist(FILE *fp, int n) type Push (line 326) | struct Push type Push (line 327) | struct Push type Push (line 328) | struct Push type Push (line 329) | struct Push function iscaps (line 418) | static int iscaps(const char *line) type Push (line 436) | struct Push type Push (line 438) | struct Push type Push (line 456) | struct Push type Push (line 480) | struct Push function txt2html (line 497) | void txt2html(FILE *fp, struct emailinfo *email, const struct body *bp, ... function init_txt2html (line 620) | void init_txt2html() function end_txt2html (line 644) | void end_txt2html(FILE *fp) FILE: src/txt2html.h type emailinfo (line 3) | struct emailinfo type body (line 3) | struct body FILE: src/uudecode.c function uudecode (line 59) | int uudecode(FILE *input, /* get file data from (if needed) */ FILE: src/uudecode.h type Push (line 5) | struct Push