HomeSort by: relevance | last modified time | path
    Searched defs:dumping (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mit/lua/dist/src/
luac.c 37 static int dumping=1; /* dump bytecodes? */ variable
105 dumping=0;
113 if (i==argc && (listing || !dumping))
115 dumping=0;
185 if (dumping)
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
prof_structs.h 121 * - Dumping a heap profile that includes this gctx.
182 /* State used to avoid dumping while operating on prof internals. */
193 bool dumping; member in struct:prof_tdata_s
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
prof_structs.h 121 * - Dumping a heap profile that includes this gctx.
182 /* State used to avoid dumping while operating on prof internals. */
193 bool dumping; member in struct:prof_tdata_s
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
prof_structs.h 122 * - Dumping a heap profile that includes this gctx.
180 /* State used to avoid dumping while operating on prof internals. */
191 bool dumping; member in struct:prof_tdata_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
prof_structs.h 122 * - Dumping a heap profile that includes this gctx.
180 /* State used to avoid dumping while operating on prof internals. */
191 bool dumping; member in struct:prof_tdata_s
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 11312 bool dumping, load_pending, exiting, viewok; local
11414 dumping = was_dumping(zone);
11416 dumping = true;
11419 if (!dumping) {
11826 bool dumping; local
11837 dumping = was_dumping(zone);
11839 dumping = true;
11842 if (!dumping) {
11851 bool dumping; local
11856 dumping = was_dumping(zone)
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
zone.c 11271 bool load_pending, exiting, dumping, viewok = false, notify; local
11393 dumping = was_dumping(zone);
11395 dumping = true;
11398 if (!dumping) {
11837 bool dumping; local
11848 dumping = was_dumping(zone);
11850 dumping = true;
11853 if (!dumping) {
11862 bool dumping; local
11867 dumping = was_dumping(zone)
    [all...]

Completed in 34 milliseconds