OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
1265
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
*self
[
all
...]
Completed in 587 milliseconds