TRIO_PROTO 683 third_party/libxml/src/trio.c void (*OutStream) TRIO_PROTO((struct _trio_class_t *, int)); TRIO_PROTO 687 third_party/libxml/src/trio.c void (*InStream) TRIO_PROTO((struct _trio_class_t *, int *)); TRIO_PROTO 3409 third_party/libxml/src/trio.c void (*OutStream) TRIO_PROTO((trio_class_t *, int)), TRIO_PROTO 6371 third_party/libxml/src/trio.c void (*InStream) TRIO_PROTO((trio_class_t *, int *)), TRIO_PROTO 74 third_party/libxml/src/trio.h TRIO_CONST char *trio_strerror TRIO_PROTO((int)); TRIO_PROTO 80 third_party/libxml/src/trio.h int trio_printf TRIO_PROTO((TRIO_CONST char *format, ...)); TRIO_PROTO 81 third_party/libxml/src/trio.h int trio_vprintf TRIO_PROTO((TRIO_CONST char *format, va_list args)); TRIO_PROTO 82 third_party/libxml/src/trio.h int trio_printfv TRIO_PROTO((TRIO_CONST char *format, void **args)); TRIO_PROTO 84 third_party/libxml/src/trio.h int trio_fprintf TRIO_PROTO((FILE *file, TRIO_CONST char *format, ...)); TRIO_PROTO 85 third_party/libxml/src/trio.h int trio_vfprintf TRIO_PROTO((FILE *file, TRIO_CONST char *format, va_list args)); TRIO_PROTO 86 third_party/libxml/src/trio.h int trio_fprintfv TRIO_PROTO((FILE *file, TRIO_CONST char *format, void **args)); TRIO_PROTO 88 third_party/libxml/src/trio.h int trio_dprintf TRIO_PROTO((int fd, TRIO_CONST char *format, ...)); TRIO_PROTO 89 third_party/libxml/src/trio.h int trio_vdprintf TRIO_PROTO((int fd, TRIO_CONST char *format, va_list args)); TRIO_PROTO 90 third_party/libxml/src/trio.h int trio_dprintfv TRIO_PROTO((int fd, TRIO_CONST char *format, void **args)); TRIO_PROTO 92 third_party/libxml/src/trio.h int trio_cprintf TRIO_PROTO((trio_outstream_t stream, trio_pointer_t closure, TRIO_PROTO 94 third_party/libxml/src/trio.h int trio_vcprintf TRIO_PROTO((trio_outstream_t stream, trio_pointer_t closure, TRIO_PROTO 96 third_party/libxml/src/trio.h int trio_cprintfv TRIO_PROTO((trio_outstream_t stream, trio_pointer_t closure, TRIO_PROTO 99 third_party/libxml/src/trio.h int trio_sprintf TRIO_PROTO((char *buffer, TRIO_CONST char *format, ...)); TRIO_PROTO 100 third_party/libxml/src/trio.h int trio_vsprintf TRIO_PROTO((char *buffer, TRIO_CONST char *format, va_list args)); TRIO_PROTO 101 third_party/libxml/src/trio.h int trio_sprintfv TRIO_PROTO((char *buffer, TRIO_CONST char *format, void **args)); TRIO_PROTO 103 third_party/libxml/src/trio.h int trio_snprintf TRIO_PROTO((char *buffer, size_t max, TRIO_CONST char *format, ...)); TRIO_PROTO 104 third_party/libxml/src/trio.h int trio_vsnprintf TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format, TRIO_PROTO 106 third_party/libxml/src/trio.h int trio_snprintfv TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format, TRIO_PROTO 109 third_party/libxml/src/trio.h int trio_snprintfcat TRIO_PROTO((char *buffer, size_t max, TRIO_CONST char *format, ...)); TRIO_PROTO 110 third_party/libxml/src/trio.h int trio_vsnprintfcat TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format, TRIO_PROTO 113 third_party/libxml/src/trio.h char *trio_aprintf TRIO_PROTO((TRIO_CONST char *format, ...)); TRIO_PROTO 114 third_party/libxml/src/trio.h char *trio_vaprintf TRIO_PROTO((TRIO_CONST char *format, va_list args)); TRIO_PROTO 116 third_party/libxml/src/trio.h int trio_asprintf TRIO_PROTO((char **ret, TRIO_CONST char *format, ...)); TRIO_PROTO 117 third_party/libxml/src/trio.h int trio_vasprintf TRIO_PROTO((char **ret, TRIO_CONST char *format, va_list args)); TRIO_PROTO 122 third_party/libxml/src/trio.h int trio_scanf TRIO_PROTO((TRIO_CONST char *format, ...)); TRIO_PROTO 123 third_party/libxml/src/trio.h int trio_vscanf TRIO_PROTO((TRIO_CONST char *format, va_list args)); TRIO_PROTO 124 third_party/libxml/src/trio.h int trio_scanfv TRIO_PROTO((TRIO_CONST char *format, void **args)); TRIO_PROTO 126 third_party/libxml/src/trio.h int trio_fscanf TRIO_PROTO((FILE *file, TRIO_CONST char *format, ...)); TRIO_PROTO 127 third_party/libxml/src/trio.h int trio_vfscanf TRIO_PROTO((FILE *file, TRIO_CONST char *format, va_list args)); TRIO_PROTO 128 third_party/libxml/src/trio.h int trio_fscanfv TRIO_PROTO((FILE *file, TRIO_CONST char *format, void **args)); TRIO_PROTO 130 third_party/libxml/src/trio.h int trio_dscanf TRIO_PROTO((int fd, TRIO_CONST char *format, ...)); TRIO_PROTO 131 third_party/libxml/src/trio.h int trio_vdscanf TRIO_PROTO((int fd, TRIO_CONST char *format, va_list args)); TRIO_PROTO 132 third_party/libxml/src/trio.h int trio_dscanfv TRIO_PROTO((int fd, TRIO_CONST char *format, void **args)); TRIO_PROTO 134 third_party/libxml/src/trio.h int trio_cscanf TRIO_PROTO((trio_instream_t stream, trio_pointer_t closure, TRIO_PROTO 136 third_party/libxml/src/trio.h int trio_vcscanf TRIO_PROTO((trio_instream_t stream, trio_pointer_t closure, TRIO_PROTO 138 third_party/libxml/src/trio.h int trio_cscanfv TRIO_PROTO((trio_instream_t stream, trio_pointer_t closure, TRIO_PROTO 141 third_party/libxml/src/trio.h int trio_sscanf TRIO_PROTO((TRIO_CONST char *buffer, TRIO_CONST char *format, ...)); TRIO_PROTO 142 third_party/libxml/src/trio.h int trio_vsscanf TRIO_PROTO((TRIO_CONST char *buffer, TRIO_CONST char *format, va_list args)); TRIO_PROTO 143 third_party/libxml/src/trio.h int trio_sscanfv TRIO_PROTO((TRIO_CONST char *buffer, TRIO_CONST char *format, void **args)); TRIO_PROTO 148 third_party/libxml/src/trio.h void trio_locale_set_decimal_point TRIO_PROTO((char *decimalPoint)); TRIO_PROTO 149 third_party/libxml/src/trio.h void trio_locale_set_thousand_separator TRIO_PROTO((char *thousandSeparator)); TRIO_PROTO 150 third_party/libxml/src/trio.h void trio_locale_set_grouping TRIO_PROTO((char *grouping)); TRIO_PROTO 815 third_party/libxml/src/trionan.c void (*signal_handler) TRIO_PROTO((int)); TRIO_PROTO 38 third_party/libxml/src/trionan.h TRIO_PUBLIC double trio_nan TRIO_PROTO((void)); TRIO_PROTO 43 third_party/libxml/src/trionan.h TRIO_PUBLIC double trio_pinf TRIO_PROTO((void)); TRIO_PROTO 48 third_party/libxml/src/trionan.h TRIO_PUBLIC double trio_ninf TRIO_PROTO((void)); TRIO_PROTO 53 third_party/libxml/src/trionan.h TRIO_PUBLIC double trio_nzero TRIO_PROTO((TRIO_NOARGS)); TRIO_PROTO 58 third_party/libxml/src/trionan.h TRIO_PUBLIC int trio_isnan TRIO_PROTO((double number)); TRIO_PROTO 64 third_party/libxml/src/trionan.h TRIO_PUBLIC int trio_isinf TRIO_PROTO((double number)); TRIO_PROTO 71 third_party/libxml/src/trionan.h TRIO_PUBLIC int trio_isfinite TRIO_PROTO((double number)); TRIO_PROTO 73 third_party/libxml/src/trionan.h TRIO_PUBLIC int trio_fpclassify TRIO_PROTO((double number)); TRIO_PROTO 76 third_party/libxml/src/trionan.h TRIO_PUBLIC int trio_signbit TRIO_PROTO((double number)); TRIO_PROTO 78 third_party/libxml/src/trionan.h TRIO_PUBLIC int trio_fpclassify_and_signbit TRIO_PROTO((double number, int *is_negative)); TRIO_PROTO 87 third_party/libxml/src/triop.h trio_pointer_t trio_register TRIO_PROTO((trio_callback_t callback, const char *name)); TRIO_PROTO 88 third_party/libxml/src/triop.h void trio_unregister TRIO_PROTO((trio_pointer_t handle)); TRIO_PROTO 90 third_party/libxml/src/triop.h TRIO_CONST char *trio_get_format TRIO_PROTO((trio_pointer_t ref)); TRIO_PROTO 91 third_party/libxml/src/triop.h trio_pointer_t trio_get_argument TRIO_PROTO((trio_pointer_t ref)); TRIO_PROTO 94 third_party/libxml/src/triop.h int trio_get_width TRIO_PROTO((trio_pointer_t ref)); TRIO_PROTO 95 third_party/libxml/src/triop.h void trio_set_width TRIO_PROTO((trio_pointer_t ref, int width)); TRIO_PROTO 96 third_party/libxml/src/triop.h int trio_get_precision TRIO_PROTO((trio_pointer_t ref)); TRIO_PROTO 97 third_party/libxml/src/triop.h void trio_set_precision TRIO_PROTO((trio_pointer_t ref, int precision)); TRIO_PROTO 98 third_party/libxml/src/triop.h int trio_get_base TRIO_PROTO((trio_pointer_t ref)); TRIO_PROTO 99 third_party/libxml/src/triop.h void trio_set_base TRIO_PROTO((trio_pointer_t ref, int base)); TRIO_PROTO 100 third_party/libxml/src/triop.h int trio_get_padding TRIO_PROTO((trio_pointer_t ref)); TRIO_PROTO 101 third_party/libxml/src/triop.h void trio_set_padding TRIO_PROTO((trio_pointer_t ref, int is_padding)); TRIO_PROTO 102 third_party/libxml/src/triop.h int trio_get_short TRIO_PROTO((trio_pointer_t ref)); /* h */ TRIO_PROTO 103 third_party/libxml/src/triop.h void trio_set_shortshort TRIO_PROTO((trio_pointer_t ref, int is_shortshort)); TRIO_PROTO 104 third_party/libxml/src/triop.h int trio_get_shortshort TRIO_PROTO((trio_pointer_t ref)); /* hh */ TRIO_PROTO 105 third_party/libxml/src/triop.h void trio_set_short TRIO_PROTO((trio_pointer_t ref, int is_short)); TRIO_PROTO 106 third_party/libxml/src/triop.h int trio_get_long TRIO_PROTO((trio_pointer_t ref)); /* l */ TRIO_PROTO 107 third_party/libxml/src/triop.h void trio_set_long TRIO_PROTO((trio_pointer_t ref, int is_long)); TRIO_PROTO 108 third_party/libxml/src/triop.h int trio_get_longlong TRIO_PROTO((trio_pointer_t ref)); /* ll */ TRIO_PROTO 109 third_party/libxml/src/triop.h void trio_set_longlong TRIO_PROTO((trio_pointer_t ref, int is_longlong)); TRIO_PROTO 110 third_party/libxml/src/triop.h int trio_get_longdouble TRIO_PROTO((trio_pointer_t ref)); /* L */ TRIO_PROTO 111 third_party/libxml/src/triop.h void trio_set_longdouble TRIO_PROTO((trio_pointer_t ref, int is_longdouble)); TRIO_PROTO 112 third_party/libxml/src/triop.h int trio_get_alternative TRIO_PROTO((trio_pointer_t ref)); /* # */ TRIO_PROTO 113 third_party/libxml/src/triop.h void trio_set_alternative TRIO_PROTO((trio_pointer_t ref, int is_alternative)); TRIO_PROTO 114 third_party/libxml/src/triop.h int trio_get_alignment TRIO_PROTO((trio_pointer_t ref)); /* - */ TRIO_PROTO 115 third_party/libxml/src/triop.h void trio_set_alignment TRIO_PROTO((trio_pointer_t ref, int is_leftaligned)); TRIO_PROTO 116 third_party/libxml/src/triop.h int trio_get_spacing TRIO_PROTO((trio_pointer_t ref)); /* TRIO_PROTO((space) */ TRIO_PROTO 117 third_party/libxml/src/triop.h void trio_set_spacing TRIO_PROTO((trio_pointer_t ref, int is_space)); TRIO_PROTO 118 third_party/libxml/src/triop.h int trio_get_sign TRIO_PROTO((trio_pointer_t ref)); /* + */ TRIO_PROTO 119 third_party/libxml/src/triop.h void trio_set_sign TRIO_PROTO((trio_pointer_t ref, int is_showsign)); TRIO_PROTO 120 third_party/libxml/src/triop.h int trio_get_quote TRIO_PROTO((trio_pointer_t ref)); /* ' */ TRIO_PROTO 121 third_party/libxml/src/triop.h void trio_set_quote TRIO_PROTO((trio_pointer_t ref, int is_quote)); TRIO_PROTO 122 third_party/libxml/src/triop.h int trio_get_upper TRIO_PROTO((trio_pointer_t ref)); TRIO_PROTO 123 third_party/libxml/src/triop.h void trio_set_upper TRIO_PROTO((trio_pointer_t ref, int is_upper)); TRIO_PROTO 125 third_party/libxml/src/triop.h int trio_get_largest TRIO_PROTO((trio_pointer_t ref)); /* j */ TRIO_PROTO 126 third_party/libxml/src/triop.h void trio_set_largest TRIO_PROTO((trio_pointer_t ref, int is_largest)); TRIO_PROTO 127 third_party/libxml/src/triop.h int trio_get_ptrdiff TRIO_PROTO((trio_pointer_t ref)); /* t */ TRIO_PROTO 128 third_party/libxml/src/triop.h void trio_set_ptrdiff TRIO_PROTO((trio_pointer_t ref, int is_ptrdiff)); TRIO_PROTO 129 third_party/libxml/src/triop.h int trio_get_size TRIO_PROTO((trio_pointer_t ref)); /* z / Z */ TRIO_PROTO 130 third_party/libxml/src/triop.h void trio_set_size TRIO_PROTO((trio_pointer_t ref, int is_size)); TRIO_PROTO 134 third_party/libxml/src/triop.h int trio_print_ref TRIO_PROTO((trio_pointer_t ref, const char *format, ...)); TRIO_PROTO 135 third_party/libxml/src/triop.h int trio_vprint_ref TRIO_PROTO((trio_pointer_t ref, const char *format, va_list args)); TRIO_PROTO 136 third_party/libxml/src/triop.h int trio_printv_ref TRIO_PROTO((trio_pointer_t ref, const char *format, trio_pointer_t *args)); TRIO_PROTO 138 third_party/libxml/src/triop.h void trio_print_int TRIO_PROTO((trio_pointer_t ref, int number)); TRIO_PROTO 139 third_party/libxml/src/triop.h void trio_print_uint TRIO_PROTO((trio_pointer_t ref, unsigned int number)); TRIO_PROTO 142 third_party/libxml/src/triop.h void trio_print_double TRIO_PROTO((trio_pointer_t ref, double number)); TRIO_PROTO 143 third_party/libxml/src/triop.h void trio_print_string TRIO_PROTO((trio_pointer_t ref, char *string)); TRIO_PROTO 144 third_party/libxml/src/triop.h void trio_print_pointer TRIO_PROTO((trio_pointer_t ref, trio_pointer_t pointer)); TRIO_PROTO 833 third_party/libxml/src/triostr.c int (*Function) TRIO_PROTO((int))) TRIO_PROTO 45 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_copy_max TRIO_PROTO((char *target, size_t max, const char *source)); TRIO_PROTO 46 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC char *trio_create TRIO_PROTO((size_t size)); TRIO_PROTO 47 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC void trio_destroy TRIO_PROTO((char *string)); TRIO_PROTO 48 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC char *trio_duplicate TRIO_PROTO((const char *source)); TRIO_PROTO 49 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_equal TRIO_PROTO((const char *first, const char *second)); TRIO_PROTO 50 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_equal_case TRIO_PROTO((const char *first, const char *second)); TRIO_PROTO 51 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_equal_locale TRIO_PROTO((const char *first, const char *second)); TRIO_PROTO 52 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_equal_max TRIO_PROTO((const char *first, size_t max, const char *second)); TRIO_PROTO 53 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC TRIO_CONST char *trio_error TRIO_PROTO((int)); TRIO_PROTO 54 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC size_t trio_length TRIO_PROTO((const char *string)); TRIO_PROTO 55 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC double trio_to_double TRIO_PROTO((const char *source, char **endp)); TRIO_PROTO 56 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC long trio_to_long TRIO_PROTO((const char *source, char **endp, int base)); TRIO_PROTO 57 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC trio_long_double_t trio_to_long_double TRIO_PROTO((const char *source, char **endp)); TRIO_PROTO 58 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_to_upper TRIO_PROTO((int source)); TRIO_PROTO 62 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_append TRIO_PROTO((char *target, const char *source)); TRIO_PROTO 63 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_append_max TRIO_PROTO((char *target, size_t max, const char *source)); TRIO_PROTO 64 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_contains TRIO_PROTO((const char *string, const char *substring)); TRIO_PROTO 65 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_copy TRIO_PROTO((char *target, const char *source)); TRIO_PROTO 66 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC char *trio_duplicate_max TRIO_PROTO((const char *source, size_t max)); TRIO_PROTO 67 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_equal_case_max TRIO_PROTO((const char *first, size_t max, const char *second)); TRIO_PROTO 69 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC size_t trio_format_date_max TRIO_PROTO((char *target, size_t max, const char *format, const struct tm *datetime)); TRIO_PROTO 71 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC unsigned long trio_hash TRIO_PROTO((const char *string, int type)); TRIO_PROTO 72 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC char *trio_index TRIO_PROTO((const char *string, int character)); TRIO_PROTO 73 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC char *trio_index_last TRIO_PROTO((const char *string, int character)); TRIO_PROTO 74 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_lower TRIO_PROTO((char *target)); TRIO_PROTO 75 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_match TRIO_PROTO((const char *string, const char *pattern)); TRIO_PROTO 76 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_match_case TRIO_PROTO((const char *string, const char *pattern)); TRIO_PROTO 77 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC size_t trio_span_function TRIO_PROTO((char *target, const char *source, int (*Function) TRIO_PROTO((int)))); TRIO_PROTO 78 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC char *trio_substring TRIO_PROTO((const char *string, const char *substring)); TRIO_PROTO 79 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC char *trio_substring_max TRIO_PROTO((const char *string, size_t max, const char *substring)); TRIO_PROTO 80 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC float trio_to_float TRIO_PROTO((const char *source, char **endp)); TRIO_PROTO 81 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_to_lower TRIO_PROTO((int source)); TRIO_PROTO 82 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC unsigned long trio_to_unsigned_long TRIO_PROTO((const char *source, char **endp, int base)); TRIO_PROTO 83 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC char *trio_tokenize TRIO_PROTO((char *string, const char *delimiters)); TRIO_PROTO 84 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_upper TRIO_PROTO((char *target)); TRIO_PROTO 98 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC void trio_string_destroy TRIO_PROTO((trio_string_t *self)); TRIO_PROTO 99 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC char *trio_string_extract TRIO_PROTO((trio_string_t *self)); TRIO_PROTO 100 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_string_size TRIO_PROTO((trio_string_t *self)); TRIO_PROTO 101 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC void trio_string_terminate TRIO_PROTO((trio_string_t *self)); TRIO_PROTO 102 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_xstring_append_char TRIO_PROTO((trio_string_t *self, char character)); TRIO_PROTO 103 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC trio_string_t *trio_xstring_duplicate TRIO_PROTO((const char *other)); TRIO_PROTO 107 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC trio_string_t *trio_string_create TRIO_PROTO((int initial_size)); TRIO_PROTO 108 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC char *trio_string_get TRIO_PROTO((trio_string_t *self, int offset)); TRIO_PROTO 109 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC void trio_xstring_set TRIO_PROTO((trio_string_t *self, char *buffer)); TRIO_PROTO 111 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_string_append TRIO_PROTO((trio_string_t *self, trio_string_t *other)); TRIO_PROTO 112 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_string_contains TRIO_PROTO((trio_string_t *self, trio_string_t *other)); TRIO_PROTO 113 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_string_copy TRIO_PROTO((trio_string_t *self, trio_string_t *other)); TRIO_PROTO 114 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC trio_string_t *trio_string_duplicate TRIO_PROTO((trio_string_t *other)); TRIO_PROTO 115 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_string_equal TRIO_PROTO((trio_string_t *self, trio_string_t *other)); TRIO_PROTO 116 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_string_equal_max TRIO_PROTO((trio_string_t *self, size_t max, trio_string_t *second)); TRIO_PROTO 117 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_string_equal_case TRIO_PROTO((trio_string_t *self, trio_string_t *other)); TRIO_PROTO 118 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_string_equal_case_max TRIO_PROTO((trio_string_t *self, size_t max, trio_string_t *other)); TRIO_PROTO 120 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC size_t trio_string_format_date_max TRIO_PROTO((trio_string_t *self, size_t max, const char *format, const struct tm *datetime)); TRIO_PROTO 122 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC char *trio_string_index TRIO_PROTO((trio_string_t *self, int character)); TRIO_PROTO 123 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC char *trio_string_index_last TRIO_PROTO((trio_string_t *self, int character)); TRIO_PROTO 124 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_string_length TRIO_PROTO((trio_string_t *self)); TRIO_PROTO 125 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_string_lower TRIO_PROTO((trio_string_t *self)); TRIO_PROTO 126 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_string_match TRIO_PROTO((trio_string_t *self, trio_string_t *other)); TRIO_PROTO 127 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_string_match_case TRIO_PROTO((trio_string_t *self, trio_string_t *other)); TRIO_PROTO 128 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC char *trio_string_substring TRIO_PROTO((trio_string_t *self, trio_string_t *other)); TRIO_PROTO 129 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_string_upper TRIO_PROTO((trio_string_t *self)); TRIO_PROTO 131 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_xstring_append TRIO_PROTO((trio_string_t *self, const char *other)); TRIO_PROTO 132 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_xstring_contains TRIO_PROTO((trio_string_t *self, const char *other)); TRIO_PROTO 133 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_xstring_copy TRIO_PROTO((trio_string_t *self, const char *other)); TRIO_PROTO 134 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_xstring_equal TRIO_PROTO((trio_string_t *self, const char *other)); TRIO_PROTO 135 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_xstring_equal_max TRIO_PROTO((trio_string_t *self, size_t max, const char *other)); TRIO_PROTO 136 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_xstring_equal_case TRIO_PROTO((trio_string_t *self, const char *other)); TRIO_PROTO 137 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_xstring_equal_case_max TRIO_PROTO((trio_string_t *self, size_t max, const char *other)); TRIO_PROTO 138 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_xstring_match TRIO_PROTO((trio_string_t *self, const char *other)); TRIO_PROTO 139 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC int trio_xstring_match_case TRIO_PROTO((trio_string_t *self, const char *other)); TRIO_PROTO 140 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC char *trio_xstring_substring TRIO_PROTO((trio_string_t *self, const char *other)); TRIO_PROTO 74 third_party/libxslt/libxslt/trio.h TRIO_CONST char *trio_strerror TRIO_PROTO((int)); TRIO_PROTO 80 third_party/libxslt/libxslt/trio.h int trio_printf TRIO_PROTO((TRIO_CONST char *format, ...)); TRIO_PROTO 81 third_party/libxslt/libxslt/trio.h int trio_vprintf TRIO_PROTO((TRIO_CONST char *format, va_list args)); TRIO_PROTO 82 third_party/libxslt/libxslt/trio.h int trio_printfv TRIO_PROTO((TRIO_CONST char *format, void **args)); TRIO_PROTO 84 third_party/libxslt/libxslt/trio.h int trio_fprintf TRIO_PROTO((FILE *file, TRIO_CONST char *format, ...)); TRIO_PROTO 85 third_party/libxslt/libxslt/trio.h int trio_vfprintf TRIO_PROTO((FILE *file, TRIO_CONST char *format, va_list args)); TRIO_PROTO 86 third_party/libxslt/libxslt/trio.h int trio_fprintfv TRIO_PROTO((FILE *file, TRIO_CONST char *format, void **args)); TRIO_PROTO 88 third_party/libxslt/libxslt/trio.h int trio_dprintf TRIO_PROTO((int fd, TRIO_CONST char *format, ...)); TRIO_PROTO 89 third_party/libxslt/libxslt/trio.h int trio_vdprintf TRIO_PROTO((int fd, TRIO_CONST char *format, va_list args)); TRIO_PROTO 90 third_party/libxslt/libxslt/trio.h int trio_dprintfv TRIO_PROTO((int fd, TRIO_CONST char *format, void **args)); TRIO_PROTO 92 third_party/libxslt/libxslt/trio.h int trio_cprintf TRIO_PROTO((trio_outstream_t stream, trio_pointer_t closure, TRIO_PROTO 94 third_party/libxslt/libxslt/trio.h int trio_vcprintf TRIO_PROTO((trio_outstream_t stream, trio_pointer_t closure, TRIO_PROTO 96 third_party/libxslt/libxslt/trio.h int trio_cprintfv TRIO_PROTO((trio_outstream_t stream, trio_pointer_t closure, TRIO_PROTO 99 third_party/libxslt/libxslt/trio.h int trio_sprintf TRIO_PROTO((char *buffer, TRIO_CONST char *format, ...)); TRIO_PROTO 100 third_party/libxslt/libxslt/trio.h int trio_vsprintf TRIO_PROTO((char *buffer, TRIO_CONST char *format, va_list args)); TRIO_PROTO 101 third_party/libxslt/libxslt/trio.h int trio_sprintfv TRIO_PROTO((char *buffer, TRIO_CONST char *format, void **args)); TRIO_PROTO 103 third_party/libxslt/libxslt/trio.h int trio_snprintf TRIO_PROTO((char *buffer, size_t max, TRIO_CONST char *format, ...)); TRIO_PROTO 104 third_party/libxslt/libxslt/trio.h int trio_vsnprintf TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format, TRIO_PROTO 106 third_party/libxslt/libxslt/trio.h int trio_snprintfv TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format, TRIO_PROTO 109 third_party/libxslt/libxslt/trio.h int trio_snprintfcat TRIO_PROTO((char *buffer, size_t max, TRIO_CONST char *format, ...)); TRIO_PROTO 110 third_party/libxslt/libxslt/trio.h int trio_vsnprintfcat TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format, TRIO_PROTO 113 third_party/libxslt/libxslt/trio.h char *trio_aprintf TRIO_PROTO((TRIO_CONST char *format, ...)); TRIO_PROTO 114 third_party/libxslt/libxslt/trio.h char *trio_vaprintf TRIO_PROTO((TRIO_CONST char *format, va_list args)); TRIO_PROTO 116 third_party/libxslt/libxslt/trio.h int trio_asprintf TRIO_PROTO((char **ret, TRIO_CONST char *format, ...)); TRIO_PROTO 117 third_party/libxslt/libxslt/trio.h int trio_vasprintf TRIO_PROTO((char **ret, TRIO_CONST char *format, va_list args)); TRIO_PROTO 122 third_party/libxslt/libxslt/trio.h int trio_scanf TRIO_PROTO((TRIO_CONST char *format, ...)); TRIO_PROTO 123 third_party/libxslt/libxslt/trio.h int trio_vscanf TRIO_PROTO((TRIO_CONST char *format, va_list args)); TRIO_PROTO 124 third_party/libxslt/libxslt/trio.h int trio_scanfv TRIO_PROTO((TRIO_CONST char *format, void **args)); TRIO_PROTO 126 third_party/libxslt/libxslt/trio.h int trio_fscanf TRIO_PROTO((FILE *file, TRIO_CONST char *format, ...)); TRIO_PROTO 127 third_party/libxslt/libxslt/trio.h int trio_vfscanf TRIO_PROTO((FILE *file, TRIO_CONST char *format, va_list args)); TRIO_PROTO 128 third_party/libxslt/libxslt/trio.h int trio_fscanfv TRIO_PROTO((FILE *file, TRIO_CONST char *format, void **args)); TRIO_PROTO 130 third_party/libxslt/libxslt/trio.h int trio_dscanf TRIO_PROTO((int fd, TRIO_CONST char *format, ...)); TRIO_PROTO 131 third_party/libxslt/libxslt/trio.h int trio_vdscanf TRIO_PROTO((int fd, TRIO_CONST char *format, va_list args)); TRIO_PROTO 132 third_party/libxslt/libxslt/trio.h int trio_dscanfv TRIO_PROTO((int fd, TRIO_CONST char *format, void **args)); TRIO_PROTO 134 third_party/libxslt/libxslt/trio.h int trio_cscanf TRIO_PROTO((trio_instream_t stream, trio_pointer_t closure, TRIO_PROTO 136 third_party/libxslt/libxslt/trio.h int trio_vcscanf TRIO_PROTO((trio_instream_t stream, trio_pointer_t closure, TRIO_PROTO 138 third_party/libxslt/libxslt/trio.h int trio_cscanfv TRIO_PROTO((trio_instream_t stream, trio_pointer_t closure, TRIO_PROTO 141 third_party/libxslt/libxslt/trio.h int trio_sscanf TRIO_PROTO((TRIO_CONST char *buffer, TRIO_CONST char *format, ...)); TRIO_PROTO 142 third_party/libxslt/libxslt/trio.h int trio_vsscanf TRIO_PROTO((TRIO_CONST char *buffer, TRIO_CONST char *format, va_list args)); TRIO_PROTO 143 third_party/libxslt/libxslt/trio.h int trio_sscanfv TRIO_PROTO((TRIO_CONST char *buffer, TRIO_CONST char *format, void **args)); TRIO_PROTO 148 third_party/libxslt/libxslt/trio.h void trio_locale_set_decimal_point TRIO_PROTO((char *decimalPoint)); TRIO_PROTO 149 third_party/libxslt/libxslt/trio.h void trio_locale_set_thousand_separator TRIO_PROTO((char *thousandSeparator)); TRIO_PROTO 150 third_party/libxslt/libxslt/trio.h void trio_locale_set_grouping TRIO_PROTO((char *grouping));