Searched defs:trio_string_t (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dtriostr.h96 typedef struct _trio_string_t trio_string_t; typedef in typeref:struct:_trio_string_t
98 TRIO_STRING_PUBLIC void trio_string_destroy TRIO_PROTO((trio_string_t *self));
99 TRIO_STRING_PUBLIC char *trio_string_extract TRIO_PROTO((trio_string_t *self));
100 TRIO_STRING_PUBLIC int trio_string_size TRIO_PROTO((trio_string_t *self));
101 TRIO_STRING_PUBLIC void trio_string_terminate TRIO_PROTO((trio_string_t *self));
102 TRIO_STRING_PUBLIC int trio_xstring_append_char TRIO_PROTO((trio_string_t *self, char character));
103 TRIO_STRING_PUBLIC trio_string_t *trio_xstring_duplicate TRIO_PROTO((const char *other));
107 TRIO_STRING_PUBLIC trio_string_t *trio_string_create TRIO_PROTO((int initial_size));
108 TRIO_STRING_PUBLIC char *trio_string_get TRIO_PROTO((trio_string_t *self, int offset));
109 TRIO_STRING_PUBLIC void trio_xstring_set TRIO_PROTO((trio_string_t *sel
[all...]

Completed in 1725 milliseconds