Home
last modified time | relevance | path

Searched refs:trio_string_t (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Dtriostr.h96 typedef struct _trio_string_t trio_string_t; typedef
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 *self, char *buffer));
[all …]
Dtriostr.c1271 TRIO_STRING_PRIVATE trio_string_t *
1274 trio_string_t *self; in TrioStringAlloc()
1276 self = (trio_string_t *)TRIO_MALLOC(sizeof(trio_string_t)); in TrioStringAlloc()
1296 trio_string_t *self,
1329 trio_string_t *self,
1347 TRIO_STRING_PUBLIC trio_string_t *
1352 trio_string_t *self;
1382 trio_string_t *self)
1412 trio_string_t *self,
1459 trio_string_t *self)
[all …]
Dtrio.c3613 trio_xstring_append_char((trio_string_t *)self->location,
4145 trio_string_t *info;
4172 trio_string_t *info;
4198 trio_string_t *info;
4233 trio_string_t *info;