Home | History | Annotate | Download | only in libxml2

Lines Matching refs:doc_txt_ptr

1991  * @doc_txt_ptr: 	the memory pointer for allocated canonical XML text;
2004 int with_comments, xmlChar ** doc_txt_ptr)
2009 if (doc_txt_ptr == NULL) {
2014 *doc_txt_ptr = NULL;
2038 *doc_txt_ptr = xmlStrndup(buf->buffer->content, ret);
2042 if ((*doc_txt_ptr == NULL) && (ret > 0)) {