Home
last modified time | relevance | path

Searched refs:privOpenFd (Results 1 – 2 of 2) sorted by relevance

/plugin/tindexmenu/inc/
H A Dpclzip.lib.php2076 if (($v_result = $this->privOpenFd('wb')) != 1)
2127 if (($v_result=$this->privOpenFd('rb')) != 1)
2300 function privOpenFd($p_mode) function in PclZip
3151 if (($v_result = $this->privOpenFd('rb')) != 1)
4587 if (($v_result=$this->privOpenFd('rb')) != 1)
4762 if (($v_result = $v_temp_zip->privOpenFd('wb')) != 1) {
4908 if (($v_result = $this->privOpenFd('wb')) != 1) {
5034 if (($v_result=$this->privOpenFd('rb')) != 1)
5057 if (($v_result=$p_archive_to_add->privOpenFd('rb')) != 1)
5230 if (($v_result=$this->privOpenFd('wb')) != 1)
/plugin/indexmenu/inc/
H A Dpclzip.lib.php1970 if (($v_result = $this->privOpenFd('wb')) != 1) {
2018 if (($v_result = $this->privOpenFd('rb')) != 1) {
2181 // Function : privOpenFd()
2185 public function privOpenFd($p_mode)
2187 //--(MAGIC-PclTrace)--//PclTraceFctStart(__FILE__, __LINE__, "PclZip::privOpenFd", 'mode='.$p_mode);
3046 if (($v_result = $this->privOpenFd('rb')) != 1) {
4440 if (($v_result = $this->privOpenFd('rb')) != 1) {
4601 if (($v_result = $v_temp_zip->privOpenFd('wb')) != 1) {
4742 if (($v_result = $this->privOpenFd('wb')) != 1) {
4858 if (($v_result = $this->privOpenFd('r
2300 function privOpenFd($p_mode) global() function in PclZip
[all...]