Home
last modified time | relevance | path

Searched refs:zp (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/ext/zip/lib/
H A Dzip_file_get_offset.c61 if (fseeko(za->zp, offset, SEEK_SET) != 0) { in _zip_file_get_offset()
66 if (_zip_dirent_read(&de, za->zp, NULL, NULL, 1, &za->error) != 0) in _zip_file_get_offset()
H A Dzip_free.c57 if (za->zp) in _zip_free()
58 fclose(za->zp); in _zip_free()
H A Dzip_close.c98 if (za->zn && za->zp) { in zip_close()
196 if ((NULL == za->zp) || (fseeko(za->zp, za->cdir->entry[i].offset, SEEK_SET) != 0)) { in zip_close()
201 if (_zip_dirent_read(&de, za->zp, NULL, NULL, 1, in zip_close()
285 if (copy_data(za->zp, cd->entry[j].comp_size, out, in zip_close()
321 if (za->zp) { in zip_close()
322 fclose(za->zp); in zip_close()
323 za->zp = NULL; in zip_close()
332 za->zp = fopen(za->zn, "rb"); in zip_close()
H A Dzip_new.c58 za->zp = NULL; in _zip_new()
H A Dzip_open.c109 za->zp = fp; in _zip_open()
126 za->zp = fp; in _zip_open()
360 if (za->zp == NULL || za->cdir == NULL) in _zip_check_torrentzip()
374 if (_zip_filerange_crc(za->zp, za->cdir->offset, za->cdir->size, in _zip_check_torrentzip()
H A Dzip_fopen_index_encrypted.c112 if ((src=_zip_source_file_or_p(za, NULL, za->zp, start, st.comp_size, in zip_fopen_index_encrypted()
H A Dzipint.h185 FILE *zp; /* file */ member
/PHP-5.5/ext/opcache/
H A Dzend_persist_calc.c49 static uint zend_persist_zval_ptr_calc(zval **zp TSRMLS_DC);
118 static uint zend_persist_zval_ptr_calc(zval **zp TSRMLS_DC)
121 zval *new_ptr = zend_shared_alloc_get_xlat_entry(*zp);
124 ADD_DUP_SIZE(*zp, sizeof(zval));
125 ADD_SIZE(zend_persist_zval_calc(*zp TSRMLS_CC));
H A Dzend_persist.c53 static void zend_persist_zval_ptr(zval **zp TSRMLS_DC);
160 static void zend_persist_zval_ptr(zval **zp TSRMLS_DC)
162 zval *new_ptr = zend_shared_alloc_get_xlat_entry(*zp);
165 *zp = new_ptr;
168 zend_accel_store(*zp, sizeof(zval));
169 zend_persist_zval(*zp TSRMLS_CC);
/PHP-5.5/Zend/
H A Dzend.h747 #define ALLOC_INIT_ZVAL(zp) \ argument
748 ALLOC_ZVAL(zp); \
749 INIT_ZVAL(*zp);
/PHP-5.5/ext/phar/
H A Dutil.c1418 zval *zdata, *zsig, *zkey, *retval_ptr, **zp[3], *openssl; in phar_call_openssl_signverify() local
1427 zp[0] = &zdata; in phar_call_openssl_signverify()
1428 zp[1] = &zsig; in phar_call_openssl_signverify()
1429 zp[2] = &zkey; in phar_call_openssl_signverify()
1460 fci.params = zp; in phar_call_openssl_signverify()
H A Dphar_object.c683 zval *params, *retval_ptr, **zp[1]; in PHP_METHOD() local
687 zp[0] = &params; in PHP_METHOD()
700 fci.params = zp; in PHP_METHOD()

Completed in 60 milliseconds