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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
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...]
H A Dtriostr.c1265 TRIO_STRING_PRIVATE trio_string_t *
1268 trio_string_t *self;
1270 self = (trio_string_t *)TRIO_MALLOC(sizeof(trio_string_t));
1290 trio_string_t *self,
1323 trio_string_t *self,
1341 TRIO_STRING_PUBLIC trio_string_t *
1346 trio_string_t *self;
1376 trio_string_t *self)
1406 trio_string_t *sel
[all...]

Completed in 91 milliseconds