Searched refs:xmlSnprintfElements (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libxml2/ |
H A D | valid.c | 4960 xmlSnprintfElements(char *buf, int size, xmlNodePtr node, int glob) { in xmlSnprintfElements() function 5275 xmlSnprintfElements(&list[0], 5000, repl, 1); in xmlValidateElementContent() 5278 xmlSnprintfElements(&list[0], 5000, child, 1); in xmlValidateElementContent()
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | valid.c | 4942 xmlSnprintfElements(char *buf, int size, xmlNodePtr node, int glob) { in xmlSnprintfElements() function 5254 xmlSnprintfElements(&list[0], 5000, repl, 1); in xmlValidateElementContent() 5257 xmlSnprintfElements(&list[0], 5000, child, 1); in xmlValidateElementContent()
|