zip_entry          42 ext/zip/lib/zip_entry_new.c struct zip_entry *
zip_entry          45 ext/zip/lib/zip_entry_new.c     struct zip_entry *ze;
zip_entry          47 ext/zip/lib/zip_entry_new.c 	ze = (struct zip_entry *)malloc(sizeof(struct zip_entry));
zip_entry          54 ext/zip/lib/zip_entry_new.c 	    struct zip_entry *rentries;
zip_entry          56 ext/zip/lib/zip_entry_new.c 	    rentries = (struct zip_entry *)realloc(za->entry,
zip_entry          57 ext/zip/lib/zip_entry_new.c 						   sizeof(struct zip_entry)
zip_entry         128 ext/zip/lib/zip_open.c     if ((za->entry=(struct zip_entry *)malloc(sizeof(*(za->entry))
zip_entry         199 ext/zip/lib/zipint.h     struct zip_entry *entry;	/* entries */
zip_entry         305 ext/zip/lib/zipint.h struct zip_entry *_zip_entry_new(struct zip *);
zip_entry        1316 ext/zip/php_zip.c 	zval * zip_entry;
zip_entry        1322 ext/zip/php_zip.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rr|s", &zip, &zip_entry, &mode, &mode_len) == FAILURE) {
zip_entry        1326 ext/zip/php_zip.c 	ZEND_FETCH_RESOURCE(zr_rsrc, zip_read_rsrc *, &zip_entry, -1, le_zip_entry_name, le_zip_entry);
zip_entry        1341 ext/zip/php_zip.c 	zval * zip_entry;
zip_entry        1344 ext/zip/php_zip.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &zip_entry) == FAILURE) {
zip_entry        1348 ext/zip/php_zip.c 	ZEND_FETCH_RESOURCE(zr_rsrc, zip_read_rsrc *, &zip_entry, -1, le_zip_entry_name, le_zip_entry);
zip_entry        1350 ext/zip/php_zip.c 	RETURN_BOOL(SUCCESS == zend_list_delete(Z_LVAL_P(zip_entry)));
zip_entry        1358 ext/zip/php_zip.c 	zval * zip_entry;
zip_entry        1364 ext/zip/php_zip.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|l", &zip_entry, &len) == FAILURE) {
zip_entry        1368 ext/zip/php_zip.c 	ZEND_FETCH_RESOURCE(zr_rsrc, zip_read_rsrc *, &zip_entry, -1, le_zip_entry_name, le_zip_entry);
zip_entry        1392 ext/zip/php_zip.c 	zval * zip_entry;
zip_entry        1395 ext/zip/php_zip.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &zip_entry) == FAILURE) {
zip_entry        1399 ext/zip/php_zip.c 	ZEND_FETCH_RESOURCE(zr_rsrc, zip_read_rsrc *, &zip_entry, -1, le_zip_entry_name, le_zip_entry);