HomeSort by relevance Sort by last modified time
    Searched refs:trio_string_t (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
triostr.h 96 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 *self, char *buffer))
    [all...]
triostr.c 1271 TRIO_STRING_PRIVATE trio_string_t *
1274 trio_string_t *self;
1276 self = (trio_string_t *)TRIO_MALLOC(sizeof(trio_string_t));
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
    [all...]

Completed in 57 milliseconds