Lines Matching defs:s
177 # define MUST_CONVERT(enc, s) (! (enc)->isUtf16 || (((uintptr_t)(s)) & 1)) argument
185 # define MUST_CONVERT(enc, s) (! (enc)->isUtf8) argument
349 XML_Char s[1]; member
763 #define MALLOC(parser, s) (parser->m_mem.malloc_fcn((s))) argument
764 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) argument
1928 XML_Parse(XML_Parser parser, const char *s, int len, int isFinal) { in XML_Parse()
2827 const char *s, const char *end, const char **nextPtr, in doContent()
3610 const XML_Char *s = appAtts[i]; in storeAtts() local
4104 const char *s = *startPtr; in doCdataSection() local
4247 const char *s = *startPtr; in doIgnoreSection() local
4326 const char *s; in initializeEncoding() local
4355 processXmlDecl(XML_Parser parser, int isGeneralTextEntity, const char *s, in processXmlDecl()
4481 prologInitProcessor(XML_Parser parser, const char *s, const char *end, in prologInitProcessor()
4493 externalParEntInitProcessor(XML_Parser parser, const char *s, const char *end, in externalParEntInitProcessor()
4513 entityValueInitProcessor(XML_Parser parser, const char *s, const char *end, in entityValueInitProcessor()
4597 externalParEntProcessor(XML_Parser parser, const char *s, const char *end, in externalParEntProcessor()
4643 entityValueProcessor(XML_Parser parser, const char *s, const char *end, in entityValueProcessor()
4681 prologProcessor(XML_Parser parser, const char *s, const char *end, in prologProcessor()
4691 doProlog(XML_Parser parser, const ENCODING *enc, const char *s, const char *end, in doProlog()
5756 epilogProcessor(XML_Parser parser, const char *s, const char *end, in epilogProcessor()
5890 internalEntityProcessor(XML_Parser parser, const char *s, const char *end, in internalEntityProcessor()
5966 errorProcessor(XML_Parser parser, const char *s, const char *end, in errorProcessor()
6401 normalizeLines(XML_Char *s) { in normalizeLines()
6469 reportDefault(XML_Parser parser, const ENCODING *enc, const char *s, in reportDefault()
6583 const XML_Char *s; in setElementTypePrefix() local
6714 const XML_Char *s; in getContext() local
6745 const XML_Char *s; in getContext() local
6771 const XML_Char *s = context; in setContext() local
6831 XML_Char *s; in normalizePublicId() local
7162 keylen(KEY s) { in keylen()
7176 hash(XML_Parser parser, KEY s) { in hash()
7381 poolCopyString(STRING_POOL *pool, const XML_Char *s) { in poolCopyString()
7392 poolCopyStringN(STRING_POOL *pool, const XML_Char *s, int n) { in poolCopyStringN()
7417 poolAppendString(STRING_POOL *pool, const XML_Char *s) { in poolAppendString()
7790 copyString(const XML_Char *s, const XML_Memory_Handling_Suite *memsuite) { in copyString()