Searched refs:doc_txt_ptr (Results 1 – 1 of 1) sorted by relevance
633 xmlChar *doc_txt_ptr; in PHP_METHOD() local649 ret = xsltSaveResultToString(&doc_txt_ptr, &doc_txt_len, newdocp, sheetp); in PHP_METHOD()650 if (doc_txt_ptr && doc_txt_len) { in PHP_METHOD()651 RETVAL_STRINGL((char *) doc_txt_ptr, doc_txt_len); in PHP_METHOD()652 xmlFree(doc_txt_ptr); in PHP_METHOD()
Completed in 5 milliseconds