HomeSort by relevance Sort by last modified time
    Searched refs:xmlNewTextLen (Results 1 - 6 of 6) sorted by null

  /external/libxml2/
xinclude.c 971 tmp = xmlNewTextLen(NULL, 0);
980 tmp = xmlNewTextLen(content, len);
1031 tmp = xmlNewTextLen(NULL, 0);
    [all...]
xpointer.c     [all...]
tree.c     [all...]
elfgcchack.h     [all...]
  /external/libxml2/include/libxml/
tree.h 821 xmlNewTextLen (const xmlChar *content,
    [all...]
  /external/libxslt/libxslt/
transform.c 768 copy = xmlNewTextLen(string, len);
780 copy = xmlNewTextLen(string, len);
908 copy = xmlNewTextLen(NULL, 0);
933 copy = xmlNewTextLen(cur->content, len);
    [all...]

Completed in 495 milliseconds