OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trio_outstream_t
(Results
1 - 3
of
3
) sorted by null
/external/libxml2/
trio.h
71
typedef int (*
trio_outstream_t
) TRIO_PROTO((trio_pointer_t, int));
typedef
92
int trio_cprintf TRIO_PROTO((
trio_outstream_t
stream, trio_pointer_t closure,
94
int trio_vcprintf TRIO_PROTO((
trio_outstream_t
stream, trio_pointer_t closure,
96
int trio_cprintfv TRIO_PROTO((
trio_outstream_t
stream, trio_pointer_t closure,
trio.c
672
trio_outstream_t
out;
[
all
...]
/external/libxslt/libxslt/
trio.h
71
typedef int (*
trio_outstream_t
) TRIO_PROTO((trio_pointer_t, int));
typedef
92
int trio_cprintf TRIO_PROTO((
trio_outstream_t
stream, trio_pointer_t closure,
94
int trio_vcprintf TRIO_PROTO((
trio_outstream_t
stream, trio_pointer_t closure,
96
int trio_cprintfv TRIO_PROTO((
trio_outstream_t
stream, trio_pointer_t closure,
Completed in 917 milliseconds