Searched refs:xcslen (Results 1 – 4 of 4) sorted by relevance
70 len = (int)xcslen(s); in CharData_AppendXMLChars()82 int len = (int)xcslen(expected); in CharData_CheckXMLChars()
39 xcslen(const XML_Char *s) { in xcslen() function
4187 const size_t len = xcslen(s) + /*null terminator*/ 1;4220 const size_t len = xcslen(s) + /*null terminator*/ 1;4267 prefixLen = xcslen(binding->prefix->name) + /*null terminator*/ 1;4273 const size_t localPartLen = xcslen(localPart) + /*null terminator*/ 1;6263 nameLen = xcslen(name) + /*null terminator*/ 1;7503 xcslen(prefix->name)))7524 if (! poolAppendChars(&parser->m_tempPool, e->name, xcslen(e->name)))7971 return xcslen(s);8231 if (! poolAppendChars(pool, s, xcslen(s) + /*null terminator*/ 1))8280 if (! poolAppendChars(pool, s, xcslen(s)))[all …]
315 const size_t count = xcslen(s) + /* null terminator */ 1; in xcsdup()