Searched refs:doc_txt_len (Results 1 – 1 of 1) sorted by relevance
719 int doc_txt_len; in PHP_FUNCTION() local734 ret = xsltSaveResultToString(&doc_txt_ptr, &doc_txt_len, newdocp, sheetp); in PHP_FUNCTION()735 if (doc_txt_ptr && doc_txt_len) { in PHP_FUNCTION()736 RETVAL_STRINGL((char *) doc_txt_ptr, doc_txt_len); in PHP_FUNCTION()
Completed in 5 milliseconds