Searched refs:doc_txt_ptr (Results 1 – 1 of 1) sorted by relevance
747 xmlChar *doc_txt_ptr; in PHP_FUNCTION() local763 ret = xsltSaveResultToString(&doc_txt_ptr, &doc_txt_len, newdocp, sheetp); in PHP_FUNCTION()764 if (doc_txt_ptr && doc_txt_len) { in PHP_FUNCTION()765 RETVAL_STRINGL(doc_txt_ptr, doc_txt_len, 1); in PHP_FUNCTION()766 xmlFree(doc_txt_ptr); in PHP_FUNCTION()
Completed in 8 milliseconds