Searched refs:parser_debug (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp51 parser_debug("inflate_data() called - input_size: %ld, output_size: %ld\n",
63 parser_debug("inflatInit failed\n");
73 parser_debug("Left: %d\n", stream.avail_out);
98 parser_debug("inflate_file_to_file: inflateInit failed\n");
111 parser_debug("inflate_file_to_file: read failed\n");
123 parser_debug("inflate_file_to_file: inflate failed with '%s'\n",
131 parser_debug("inflate_file_to_file: write failed\n");
183 parser_debug("InitPath path is NULL\n");
197 parser_debug("InitPath path is NULL\n");
265 parser_debug("W
[all...]
H A DPackageInfo.cpp177 parser_debug("FVer\n");
181 parser_debug("AFla\n");
186 parser_debug("FSiz %llu\n", fileSize);
191 parser_debug("COff %llu\n", infoOffset);
196 parser_debug("AOff %llu\n", groupsOffset);
203 parser_debug("End!\n");
237 parser_debug("Package Info reached!\n");
245 parser_debug("EOF!\n");
251 parser_debug("Got to Groups section\n");
255 parser_debug("Go
[all...]
H A DPackageItem.h24 # define parser_debug(format, args...) fprintf(stderr, format, ##args) macro
26 # define parser_debug(format, args...) macro

Completed in 41 milliseconds