Home | History | Annotate | Download | only in bdist_wininst

Lines Matching refs:notify

29 BOOL ensure_directory(char *pathname, char *new_part, NOTIFYPROC notify)
37 if (!CreateDirectory(pathname, NULL) && notify)
38 notify(SYSTEM_ERROR,
41 notify(DIR_CREATED, pathname);
47 if (notify)
48 notify(SYSTEM_ERROR,
63 NOTIFYPROC notify)
81 if (notify && notify(CAN_OVERWRITE, filename))
89 if (notify)
90 notify(FILE_OVERWRITTEN, filename);
95 if (ensure_directory(filename, pathname_part, notify))
106 if (notify)
107 notify (SYSTEM_ERROR, "CreateFile (%s)", filename);
111 if (notify)
112 notify(FILE_CREATED, filename);
131 if (notify)
132 notify(SYSTEM_ERROR,
143 if (notify)
144 notify(SYSTEM_ERROR, "MapViewOfFile (%s)", filename);
153 int uncomp_size, NOTIFYPROC notify)
171 if (notify)
172 notify(ZLIB_ERROR,
178 if (notify)
179 notify(ZLIB_ERROR,
185 if (notify)
186 notify (ZLIB_ERROR,
204 NOTIFYPROC notify)
307 pcdir->last_mod_file_time, notify);
312 notify))
316 if (notify)
317 notify(NUM_FILES, new_part, (int)pe->nTotalCDir,