Home
last modified time | relevance | path

Searched refs:entry_opened (Results 1 – 7 of 7) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_cache.cc150 : entry(nullptr), entry_opened(false), callback_will_delete(false) {} in PendingOp()
162 bool entry_opened; // rather than created. member
1329 entry = ActivateEntry(pending_op->entry, pending_op->entry_opened); in OnIOComplete()
1332 if (!pending_op->entry_opened) in OnIOComplete()
1441 pending_op->entry_opened = result.opened(); in OnPendingCreationOpComplete()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_cache.cc161 : entry(nullptr), entry_opened(false), callback_will_delete(false) {} in PendingOp()
173 bool entry_opened; // rather than created. member
1372 entry = ActivateEntry(pending_op->entry, pending_op->entry_opened); in OnIOComplete()
1375 if (!pending_op->entry_opened) in OnIOComplete()
1484 pending_op->entry_opened = result.opened(); in OnPendingCreationOpComplete()
/dports/www/opencart/opencart-3.0.3.8/upload/catalog/view/theme/default/template/account/
H A Dreturn_form.twig123 <label class="col-sm-2 control-label">{{ entry_opened }}</label>
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/minizip/src/
H A Dmz_zip.c94 uint8_t entry_opened; /* entry is open for read/write */ member
1549 zip->entry_opened = 0; in mz_zip_entry_close_int()
1712 zip->entry_opened = 1; in mz_zip_entry_open_int()
1728 if (zip->entry_opened == 0) in mz_zip_entry_is_open()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/src/
H A Dmz_zip.c94 uint8_t entry_opened; /* entry is open for read/write */ member
1549 zip->entry_opened = 0; in mz_zip_entry_close_int()
1712 zip->entry_opened = 1; in mz_zip_entry_open_int()
1728 if (zip->entry_opened == 0) in mz_zip_entry_is_open()
/dports/audio/spectmorph/spectmorph-0.5.2/3rdparty/minizip/
H A Dmz_zip.c94 uint8_t entry_opened; /* entry is open for read/write */ member
1549 zip->entry_opened = 0; in mz_zip_entry_close_int()
1712 zip->entry_opened = 1; in mz_zip_entry_open_int()
1728 if (zip->entry_opened == 0) in mz_zip_entry_is_open()
/dports/www/opencart/opencart-3.0.3.8/upload/admin/view/template/sale/
H A Dreturn_form.twig143 <label class="col-sm-2 control-label" for="input-opened">{{ entry_opened }}</label>