Home
last modified time | relevance | path

Searched refs:zn (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/zip/lib/
H A Dzip_free.c54 if (za->zn) in _zip_free()
55 free(za->zn); in _zip_free()
H A Dzip_close.c98 if (za->zn && za->zp) { in zip_close()
99 if (remove(za->zn) != 0) { in zip_close()
326 if (_zip_rename(temp, za->zn) != 0) { in zip_close()
332 za->zp = fopen(za->zn, "rb"); in zip_close()
339 chmod(za->zn, 0666&~mask); in zip_close()
606 int len = strlen(za->zn) + 8; in _zip_create_temp_output()
613 snprintf(temp, len, "%s.XXXXXX", za->zn); in _zip_create_temp_output()
H A Dzip_new.c57 za->zn = NULL; in _zip_new()
H A Dzip_open.c466 za->zn = NULL; in _zip_allocate_new()
468 za->zn = strdup(fn); in _zip_allocate_new()
469 if (!za->zn) { in _zip_allocate_new()
H A Dzipint.h184 char *zn; /* file name */ member

Completed in 10 milliseconds