Home
last modified time | relevance | path

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

/dports/mail/libetpan/libetpan-1.9.4/src/data-types/
H A Dmailstream_cfstream.c123 static int low_open(mailstream_low * s);
542 r = low_open(s); in mailstream_low_cfstream_open_voip_timeout()
905 static int low_open(mailstream_low * s) in low_open() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc483 cursor_options->low_open = true; // Not included. in ObjectStoreCursorOptions()
487 cursor_options->low_open = range.lower_open(); in ObjectStoreCursorOptions()
558 cursor_options->low_open = false; // Included. in IndexCursorOptions()
562 cursor_options->low_open = range.lower_open(); in IndexCursorOptions()
2281 if (cursor_options_.low_open) { in HaveEnteredRange()
2303 if (cursor_options_.low_open) { in IsPastBounds()
H A Dindexed_db_backing_store.h240 bool low_open; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc496 cursor_options->low_open = true; // Not included. in ObjectStoreCursorOptions()
500 cursor_options->low_open = range.lower_open(); in ObjectStoreCursorOptions()
571 cursor_options->low_open = false; // Included. in IndexCursorOptions()
575 cursor_options->low_open = range.lower_open(); in IndexCursorOptions()
2371 if (cursor_options_.low_open) { in HaveEnteredRange()
2393 if (cursor_options_.low_open) { in IsPastBounds()
H A Dindexed_db_backing_store.h242 bool low_open; member
/dports/cad/iverilog/verilog-11.0/
H A Dpform.h416 bool low_open, PExpr*low_expr,
H A Dpform.cc3152 bool low_open, PExpr*low_expr, in pform_parameter_value_range() argument
3157 if (low_expr == 0) low_open = false; in pform_parameter_value_range()
3162 tmp->low_open_flag = low_open; in pform_parameter_value_range()