HomeSort by: relevance | last modified time | path
    Searched refs:PTRCALL (Results 1 - 8 of 8) sorted by relevancy

  /src/external/mit/expat/dist/lib/
xmlrole.c 122 typedef int PTRCALL PROLOG_HANDLER(PROLOG_STATE *state, int tok,
140 static int PTRCALL
171 static int PTRCALL
203 static int PTRCALL
223 static int PTRCALL
240 static int PTRCALL
266 static int PTRCALL
282 static int PTRCALL
298 static int PTRCALL
317 static int PTRCALL
    [all...]
xmltok.h 162 typedef int(PTRCALL *SCANNER)(const ENCODING *, const char *, const char *,
175 int(PTRCALL *nameMatchesAscii)(const ENCODING *, const char *, const char *,
179 int(PTRCALL *getAtts)(const ENCODING *enc, const char *ptr, int attsMax,
182 int(PTRCALL *predefinedEntityName)(const ENCODING *, const char *,
184 void(PTRCALL *updatePosition)(const ENCODING *, const char *ptr,
186 int(PTRCALL *isPublicId)(const ENCODING *enc, const char *ptr,
188 enum XML_Convert_Result(PTRCALL *utf8Convert)(const ENCODING *enc,
192 enum XML_Convert_Result(PTRCALL *utf16Convert)(const ENCODING *enc,
internal.h 12 PTRCALL - Used for functions called though function pointers.
14 PTRFASTCALL - Like PTRCALL, but for low number of arguments.
86 #ifndef PTRCALL
87 # define PTRCALL
xmltok_ns.c 65 static int PTRCALL
72 static int PTRCALL
xmlrole.h 113 int(PTRCALL *handler)(struct prolog_state *state, int tok, const char *ptr,
xmltok_impl.c 144 static int PTRCALL
181 static int PTRCALL
230 static int PTRCALL
275 static int PTRCALL
335 static int PTRCALL
354 static int PTRCALL
430 static int PTRCALL
481 static int PTRCALL
512 static int PTRCALL
543 static int PTRCALL
    [all...]
xmltok.c 195 int(PTRCALL *charMatches)(const ENCODING *, const char *, int);
295 static int PTRCALL
366 static enum XML_Convert_Result PTRCALL
405 static enum XML_Convert_Result PTRCALL
503 static enum XML_Convert_Result PTRCALL
526 static enum XML_Convert_Result PTRCALL
561 static enum XML_Convert_Result PTRCALL
623 static enum XML_Convert_Result PTRCALL E##toUtf8( \
700 static enum XML_Convert_Result PTRCALL E##toUtf16( \
760 static int PTRCALL
    [all...]
xmlparse.c 471 typedef enum XML_Error PTRCALL Processor(XML_Parser parser, const char *start,
3095 static enum XML_Error PTRCALL
3109 static enum XML_Error PTRCALL
3119 static enum XML_Error PTRCALL
3164 static enum XML_Error PTRCALL
3216 static enum XML_Error PTRCALL
4495 static enum XML_Error PTRCALL
4649 static enum XML_Error PTRCALL
4905 static enum XML_Error PTRCALL
4917 static enum XML_Error PTRCALL
    [all...]

Completed in 89 milliseconds