Searched refs:trio_pointer_t (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/libxml2-26/libxml2/
H A Dtriop.h85 typedef int (*trio_callback_t) TRIO_PROTO((trio_pointer_t));
87 trio_pointer_t trio_register TRIO_PROTO((trio_callback_t callback, const char *name));
88 void trio_unregister TRIO_PROTO((trio_pointer_t handle));
90 TRIO_CONST char *trio_get_format TRIO_PROTO((trio_pointer_t ref));
91 trio_pointer_t trio_get_argument TRIO_PROTO((trio_pointer_t ref));
94 int trio_get_width TRIO_PROTO((trio_pointer_t ref));
95 void trio_set_width TRIO_PROTO((trio_pointer_t ref, int width));
96 int trio_get_precision TRIO_PROTO((trio_pointer_t ref));
97 void trio_set_precision TRIO_PROTO((trio_pointer_t re
[all...]
H A Dtrio.h71 typedef int (*trio_outstream_t) TRIO_PROTO((trio_pointer_t, int));
72 typedef int (*trio_instream_t) TRIO_PROTO((trio_pointer_t));
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,
134 int trio_cscanf TRIO_PROTO((trio_instream_t stream, trio_pointer_t closure,
136 int trio_vcscanf TRIO_PROTO((trio_instream_t stream, trio_pointer_t closure,
138 int trio_cscanfv TRIO_PROTO((trio_instream_t stream, trio_pointer_t closure,
H A Dtriodef.h135 typedef char * trio_pointer_t; typedef
157 typedef void * trio_pointer_t; typedef
H A Dtrio.c300 #define POINTER_WIDTH ((sizeof("0x") - 1) + sizeof(trio_pointer_t) * CHAR_BIT / 4)
657 trio_pointer_t pointer;
679 trio_pointer_t closure;
695 trio_pointer_t location;
1171 trio_pointer_t *argarray)
1766 if (sizeof(trio_pointer_t) == sizeof(trio_ulonglong_t))
1768 else if (sizeof(trio_pointer_t) == sizeof(long))
1967 ? va_arg(*arglist, trio_pointer_t )
1977 (trio_pointer_t)va_arg(*arglist, trio_pointer_t);
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dtriop.h85 typedef int (*trio_callback_t) TRIO_PROTO((trio_pointer_t));
87 trio_pointer_t trio_register TRIO_PROTO((trio_callback_t callback, const char *name));
88 void trio_unregister TRIO_PROTO((trio_pointer_t handle));
90 TRIO_CONST char *trio_get_format TRIO_PROTO((trio_pointer_t ref));
91 trio_pointer_t trio_get_argument TRIO_PROTO((trio_pointer_t ref));
94 int trio_get_width TRIO_PROTO((trio_pointer_t ref));
95 void trio_set_width TRIO_PROTO((trio_pointer_t ref, int width));
96 int trio_get_precision TRIO_PROTO((trio_pointer_t ref));
97 void trio_set_precision TRIO_PROTO((trio_pointer_t re
[all...]
H A Dtrio.h71 typedef int (*trio_outstream_t) TRIO_PROTO((trio_pointer_t, int));
72 typedef int (*trio_instream_t) TRIO_PROTO((trio_pointer_t));
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,
134 int trio_cscanf TRIO_PROTO((trio_instream_t stream, trio_pointer_t closure,
136 int trio_vcscanf TRIO_PROTO((trio_instream_t stream, trio_pointer_t closure,
138 int trio_cscanfv TRIO_PROTO((trio_instream_t stream, trio_pointer_t closure,
H A Dtriodef.h135 typedef char * trio_pointer_t; typedef
157 typedef void * trio_pointer_t; typedef
H A Dtrio.c300 #define POINTER_WIDTH ((sizeof("0x") - 1) + sizeof(trio_pointer_t) * CHAR_BIT / 4)
653 trio_pointer_t pointer;
675 trio_pointer_t closure;
691 trio_pointer_t location;
1167 trio_pointer_t *argarray)
1762 if (sizeof(trio_pointer_t) == sizeof(trio_ulonglong_t))
1764 else if (sizeof(trio_pointer_t) == sizeof(long))
1963 ? va_arg(*arglist, trio_pointer_t )
1973 (trio_pointer_t)va_arg(*arglist, trio_pointer_t);
[all...]
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dtrio.h71 typedef int (*trio_outstream_t) TRIO_PROTO((trio_pointer_t, int));
72 typedef int (*trio_instream_t) TRIO_PROTO((trio_pointer_t));
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,
134 int trio_cscanf TRIO_PROTO((trio_instream_t stream, trio_pointer_t closure,
136 int trio_vcscanf TRIO_PROTO((trio_instream_t stream, trio_pointer_t closure,
138 int trio_cscanfv TRIO_PROTO((trio_instream_t stream, trio_pointer_t closure,
H A Dtriodef.h133 typedef char * trio_pointer_t; typedef
155 typedef void * trio_pointer_t; typedef

Completed in 131 milliseconds