zip_entry          42 zip/lib/zip_entry_new.c struct zip_entry *
zip_entry          45 zip/lib/zip_entry_new.c     struct zip_entry *ze;
zip_entry          47 zip/lib/zip_entry_new.c 	ze = (struct zip_entry *)malloc(sizeof(struct zip_entry));
zip_entry          54 zip/lib/zip_entry_new.c 	    struct zip_entry *rentries;
zip_entry          56 zip/lib/zip_entry_new.c 	    rentries = (struct zip_entry *)realloc(za->entry,
zip_entry          57 zip/lib/zip_entry_new.c 						   sizeof(struct zip_entry)
zip_entry         128 zip/lib/zip_open.c     if ((za->entry=(struct zip_entry *)malloc(sizeof(*(za->entry))
zip_entry         199 zip/lib/zipint.h     struct zip_entry *entry;	/* entries */
zip_entry         305 zip/lib/zipint.h struct zip_entry *_zip_entry_new(struct zip *);
zip_entry        1309 zip/php_zip.c  	zval * zip_entry;
zip_entry        1315 zip/php_zip.c  	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rr|s", &zip, &zip_entry, &mode, &mode_len) == FAILURE) {
zip_entry        1319 zip/php_zip.c  	ZEND_FETCH_RESOURCE(zr_rsrc, zip_read_rsrc *, &zip_entry, -1, le_zip_entry_name, le_zip_entry);
zip_entry        1334 zip/php_zip.c  	zval * zip_entry;
zip_entry        1337 zip/php_zip.c  	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &zip_entry) == FAILURE) {
zip_entry        1341 zip/php_zip.c  	ZEND_FETCH_RESOURCE(zr_rsrc, zip_read_rsrc *, &zip_entry, -1, le_zip_entry_name, le_zip_entry);
zip_entry        1343 zip/php_zip.c  	RETURN_BOOL(SUCCESS == zend_list_delete(Z_LVAL_P(zip_entry)));
zip_entry        1351 zip/php_zip.c  	zval * zip_entry;
zip_entry        1357 zip/php_zip.c  	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|l", &zip_entry, &len) == FAILURE) {
zip_entry        1361 zip/php_zip.c  	ZEND_FETCH_RESOURCE(zr_rsrc, zip_read_rsrc *, &zip_entry, -1, le_zip_entry_name, le_zip_entry);
zip_entry        1385 zip/php_zip.c  	zval * zip_entry;
zip_entry        1388 zip/php_zip.c  	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &zip_entry) == FAILURE) {
zip_entry        1392 zip/php_zip.c  	ZEND_FETCH_RESOURCE(zr_rsrc, zip_read_rsrc *, &zip_entry, -1, le_zip_entry_name, le_zip_entry);