Searched refs:doc_txt_ptr (Results 1 – 1 of 1) sorted by relevance
522 xmlChar *doc_txt_ptr; in PHP_METHOD() local538 ret = xsltSaveResultToString(&doc_txt_ptr, &doc_txt_len, newdocp, sheetp); in PHP_METHOD()539 if (doc_txt_ptr && doc_txt_len) { in PHP_METHOD()540 RETVAL_STRINGL((char *) doc_txt_ptr, doc_txt_len); in PHP_METHOD()541 xmlFree(doc_txt_ptr); in PHP_METHOD()
Completed in 8 milliseconds