Home | History | Annotate | Download | only in libxml2

Lines Matching refs:doc_txt_ptr

1994  * @doc_txt_ptr:	the memory pointer for allocated canonical XML text;
2007 int with_comments, xmlChar ** doc_txt_ptr)
2012 if (doc_txt_ptr == NULL) {
2017 *doc_txt_ptr = NULL;
2041 *doc_txt_ptr = xmlStrndup(xmlBufContent(buf->buffer), ret);
2045 if ((*doc_txt_ptr == NULL) && (ret > 0)) {