Searched refs:Int64 (Results 1 – 4 of 4) sorted by relevance
67 typedef long Int64; typedef73 typedef __int64 Int64; typedef76 typedef long long int Int64; typedef146 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);160 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
146 #define Int64 "int64" macro
141 (void) snprintf(tbuf, 10, "%s", Int64); in txml_print_prop()
164 } else if (xmlStrcmp(str, (xmlChar *)Int64) == 0) { in xmlattr_to_type()