Home
last modified time | relevance | path

Searched refs:scan_flags (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/nodejs/jones-ndb/impl/src/ndb/
H A DScanOperation.cpp43 opts.scan_flags & NdbScanOperation::SF_TupScan ? " TupScan" : "", in debug_print_flags_and_options()
44 opts.scan_flags & NdbScanOperation::SF_DiskScan ? " DiskScan" : "", in debug_print_flags_and_options()
45 opts.scan_flags & NdbScanOperation::SF_OrderBy ? " OrderBy" : "", in debug_print_flags_and_options()
46 opts.scan_flags & NdbScanOperation::SF_OrderByFull ? " OrderByFull" : "", in debug_print_flags_and_options()
47 opts.scan_flags & NdbScanOperation::SF_Descending ? " Descending" : "", in debug_print_flags_and_options()
48 opts.scan_flags & NdbScanOperation::SF_ReadRangeNo ? " ReadRangeNo" : "", in debug_print_flags_and_options()
51 opts.scan_flags ? "" : " [None]"); in debug_print_flags_and_options()
77 scan_options.scan_flags = 0; in ScanOperation()
118 scan_options.scan_flags = v->Uint32Value(); in ScanOperation()
142 scan_options.scan_flags |= NdbScanOperation::SF_KeyInfo; in ScanOperation()
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/appid/test/
H A Dappid_http_event_test.cc336 unsigned scan_flags = 0; member
378 LONGS_EQUAL(expect_data->scan_flags, mock_session->scan_flags); in run_event_handler()
404 test_data.scan_flags = 0; in TEST()
421 test_data.scan_flags = 0; in TEST()
458 test_data.scan_flags = 0; in TEST()
477 test_data.scan_flags = 0x100; in TEST()
488 test_data.scan_flags = 0; in TEST()
499 test_data.scan_flags = 0x40; in TEST()
510 test_data.scan_flags = 0; in TEST()
521 test_data.scan_flags = 0; in TEST()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/parsing/
H A Dscanner-inl.h229 inline bool TerminatesLiteral(uint8_t scan_flags) { in TerminatesLiteral() argument
232 inline bool CanBeKeyword(uint8_t scan_flags) { in CanBeKeyword() argument
236 return (scan_flags & in IdentifierNeedsSlowPath()
240 return (scan_flags & static_cast<uint8_t>( in MultilineCommentCharacterNeedsSlowPath()
243 inline bool MayTerminateString(uint8_t scan_flags) { in MayTerminateString() argument
268 DCHECK(!TerminatesLiteral(scan_flags)); in ScanIdentifierOrKeywordInner()
271 scan_flags >>= 1; in ScanIdentifierOrKeywordInner()
274 DCHECK(!IdentifierNeedsSlowPath(scan_flags)); in ScanIdentifierOrKeywordInner()
282 scan_flags |= in ScanIdentifierOrKeywordInner()
287 scan_flags |= char_flags; in ScanIdentifierOrKeywordInner()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/parsing/
H A Dscanner-inl.h229 inline bool TerminatesLiteral(uint8_t scan_flags) { in TerminatesLiteral() argument
232 inline bool CanBeKeyword(uint8_t scan_flags) { in CanBeKeyword() argument
236 return (scan_flags & in IdentifierNeedsSlowPath()
240 return (scan_flags & static_cast<uint8_t>( in MultilineCommentCharacterNeedsSlowPath()
268 DCHECK(!TerminatesLiteral(scan_flags)); in ScanIdentifierOrKeywordInner()
271 scan_flags >>= 1; in ScanIdentifierOrKeywordInner()
274 DCHECK(!IdentifierNeedsSlowPath(scan_flags)); in ScanIdentifierOrKeywordInner()
276 AdvanceUntil([this, &scan_flags](uc32 c0) { in ScanIdentifierOrKeywordInner()
282 scan_flags |= in ScanIdentifierOrKeywordInner()
287 scan_flags |= char_flags; in ScanIdentifierOrKeywordInner()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/parsing/
H A Dscanner-inl.h229 inline bool TerminatesLiteral(uint8_t scan_flags) { in TerminatesLiteral() argument
232 inline bool CanBeKeyword(uint8_t scan_flags) { in CanBeKeyword() argument
236 return (scan_flags & in IdentifierNeedsSlowPath()
240 return (scan_flags & static_cast<uint8_t>( in MultilineCommentCharacterNeedsSlowPath()
268 DCHECK(!TerminatesLiteral(scan_flags)); in ScanIdentifierOrKeywordInner()
271 scan_flags >>= 1; in ScanIdentifierOrKeywordInner()
274 DCHECK(!IdentifierNeedsSlowPath(scan_flags)); in ScanIdentifierOrKeywordInner()
276 AdvanceUntil([this, &scan_flags](uc32 c0) { in ScanIdentifierOrKeywordInner()
282 scan_flags |= in ScanIdentifierOrKeywordInner()
287 scan_flags |= char_flags; in ScanIdentifierOrKeywordInner()
[all …]
/dports/sysutils/busybox/busybox-1.26.2/shell/
H A Dmatch.h21 unsigned scan_flags; in pick_scan() local
23 scan_flags = SCAN_MATCH_LEFT_HALF + in pick_scan()
26 scan_flags = SCAN_MATCH_RIGHT_HALF + in pick_scan()
29 return scan_flags; in pick_scan()
H A Dmatch.c118 unsigned scan_flags; in main() local
127 scan_flags = pick_scan(op[0], op[1]); in main()
129 printf("'%s': flags:%x, ", string, scan_flags); in main()
135 loc = scan_and_match(string, pattern, scan_flags); in main()
137 if (scan_flags & SCAN_MATCH_LEFT_HALF) { in main()
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/appid/
H A Dappid_http_session.cc96 asd.scan_flags |= SCAN_HTTP_URI_FLAG; in set_scan_flags()
99 asd.scan_flags |= SCAN_HTTP_VIA_FLAG; in set_scan_flags()
102 asd.scan_flags |= SCAN_HTTP_USER_AGENT_FLAG; in set_scan_flags()
105 asd.scan_flags |= SCAN_HTTP_CONTENT_TYPE_FLAG; in set_scan_flags()
108 asd.scan_flags |= SCAN_HTTP_VENDOR_FLAG; in set_scan_flags()
115 asd.scan_flags |= SCAN_HTTP_HOST_URL_FLAG; in set_scan_flags()
419 asd.scan_flags &= ~SCAN_HTTP_VIA_FLAG; in process_chp_buffers()
421 asd.scan_flags &= ~SCAN_HTTP_HOST_URL_FLAG; in process_chp_buffers()
632 asd.scan_flags &= ~SCAN_HTTP_VIA_FLAG; in process_http_packet()
677 if (asd.scan_flags & SCAN_HTTP_HOST_URL_FLAG) in process_http_packet()
[all …]
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dinode.c58 int scan_flags; member
223 scan->scan_flags |= EXT2_SF_CHK_BADBLOCKS; in ext2fs_open_inode_scan()
225 scan->scan_flags |= EXT2_SF_DO_LAZY; in ext2fs_open_inode_scan()
265 old_flags = scan->scan_flags; in ext2fs_inode_scan_flags()
266 scan->scan_flags &= ~clear_flags; in ext2fs_inode_scan_flags()
267 scan->scan_flags |= set_flags; in ext2fs_inode_scan_flags()
340 scan->scan_flags &= ~EXT2_SF_CHK_BADBLOCKS; in check_for_inode_bad_blocks()
352 scan->scan_flags &= ~EXT2_SF_CHK_BADBLOCKS; in check_for_inode_bad_blocks()
366 scan->scan_flags |= EXT2_SF_BAD_INODE_BLK; in check_for_inode_bad_blocks()
540 scan->scan_flags &= ~EXT2_SF_BAD_INODE_BLK; in get_next_blocks()
[all …]
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dinode.c58 int scan_flags; member
223 scan->scan_flags |= EXT2_SF_CHK_BADBLOCKS; in ext2fs_open_inode_scan()
225 scan->scan_flags |= EXT2_SF_DO_LAZY; in ext2fs_open_inode_scan()
265 old_flags = scan->scan_flags; in ext2fs_inode_scan_flags()
266 scan->scan_flags &= ~clear_flags; in ext2fs_inode_scan_flags()
267 scan->scan_flags |= set_flags; in ext2fs_inode_scan_flags()
340 scan->scan_flags &= ~EXT2_SF_CHK_BADBLOCKS; in check_for_inode_bad_blocks()
352 scan->scan_flags &= ~EXT2_SF_CHK_BADBLOCKS; in check_for_inode_bad_blocks()
366 scan->scan_flags |= EXT2_SF_BAD_INODE_BLK; in check_for_inode_bad_blocks()
540 scan->scan_flags &= ~EXT2_SF_BAD_INODE_BLK; in get_next_blocks()
[all …]
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/ext2fs/
H A Dinode.c58 int scan_flags;
223 scan->scan_flags |= EXT2_SF_CHK_BADBLOCKS;
225 scan->scan_flags |= EXT2_SF_DO_LAZY;
265 old_flags = scan->scan_flags;
266 scan->scan_flags &= ~clear_flags;
267 scan->scan_flags |= set_flags;
340 scan->scan_flags &= ~EXT2_SF_CHK_BADBLOCKS;
352 scan->scan_flags &= ~EXT2_SF_CHK_BADBLOCKS;
366 scan->scan_flags |= EXT2_SF_BAD_INODE_BLK;
540 scan->scan_flags &= ~EXT2_SF_BAD_INODE_BLK;
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/
H A DNdbScanOperation.java61 int/*_Uint32_*/ scan_flags(); in scan_flags() method
73 public final native int/*_Uint32_*/ scan_flags(); in scan_flags() method in NdbScanOperation.ScanOptions
82 public final native void scan_flags(int/*_Uint32_*/ p0); in scan_flags() method in NdbScanOperation.ScanOptions
93 …eadTuples(int/*_LockMode_*/ lock_mode /*_= LM_Read_*/, int/*_Uint32_*/ scan_flags /*_= 0_*/, int/*… in readTuples() argument
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/
H A DNdbScanOperation.java61 int/*_Uint32_*/ scan_flags(); in scan_flags() method
73 public final native int/*_Uint32_*/ scan_flags(); in scan_flags() method in NdbScanOperation.ScanOptions
82 public final native void scan_flags(int/*_Uint32_*/ p0); in scan_flags() method in NdbScanOperation.ScanOptions
93 …eadTuples(int/*_LockMode_*/ lock_mode /*_= LM_Read_*/, int/*_Uint32_*/ scan_flags /*_= 0_*/, int/*… in readTuples() argument
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/
H A DNdbScanOperation.java61 int/*_Uint32_*/ scan_flags(); in scan_flags() method
73 public final native int/*_Uint32_*/ scan_flags(); in scan_flags() method in NdbScanOperation.ScanOptions
82 public final native void scan_flags(int/*_Uint32_*/ p0); in scan_flags() method in NdbScanOperation.ScanOptions
93 …eadTuples(int/*_LockMode_*/ lock_mode /*_= LM_Read_*/, int/*_Uint32_*/ scan_flags /*_= 0_*/, int/*… in readTuples() argument
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/
H A DNdbScanOperation.java61 int/*_Uint32_*/ scan_flags(); in scan_flags() method
74 public final native int/*_Uint32_*/ scan_flags(); in scan_flags() method in NdbScanOperation.ScanOptions
83 public final native void scan_flags(int/*_Uint32_*/ p0); in scan_flags() method in NdbScanOperation.ScanOptions
94 …eadTuples(int/*_LockMode_*/ lock_mode /*_= LM_Read_*/, int/*_Uint32_*/ scan_flags /*_= 0_*/, int/*… in readTuples() argument
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/
H A DNdbScanOperation.java61 int/*_Uint32_*/ scan_flags(); in scan_flags() method
74 public final native int/*_Uint32_*/ scan_flags(); in scan_flags() method in NdbScanOperation.ScanOptions
83 public final native void scan_flags(int/*_Uint32_*/ p0); in scan_flags() method in NdbScanOperation.ScanOptions
94 …eadTuples(int/*_LockMode_*/ lock_mode /*_= LM_Read_*/, int/*_Uint32_*/ scan_flags /*_= 0_*/, int/*… in readTuples() argument
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/
H A DNdbScanOperation.java61 int/*_Uint32_*/ scan_flags(); in scan_flags() method
74 public final native int/*_Uint32_*/ scan_flags(); in scan_flags() method in NdbScanOperation.ScanOptions
83 public final native void scan_flags(int/*_Uint32_*/ p0); in scan_flags() method in NdbScanOperation.ScanOptions
94 …eadTuples(int/*_LockMode_*/ lock_mode /*_= LM_Read_*/, int/*_Uint32_*/ scan_flags /*_= 0_*/, int/*… in readTuples() argument
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/
H A DNdbScanOperation.java61 int/*_Uint32_*/ scan_flags(); in scan_flags() method
74 public final native int/*_Uint32_*/ scan_flags(); in scan_flags() method in NdbScanOperation.ScanOptions
83 public final native void scan_flags(int/*_Uint32_*/ p0); in scan_flags() method in NdbScanOperation.ScanOptions
94 …eadTuples(int/*_LockMode_*/ lock_mode /*_= LM_Read_*/, int/*_Uint32_*/ scan_flags /*_= 0_*/, int/*… in readTuples() argument
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/
H A DNdbScanOperation.java61 int/*_Uint32_*/ scan_flags(); in scan_flags() method
74 public final native int/*_Uint32_*/ scan_flags(); in scan_flags() method in NdbScanOperation.ScanOptions
83 public final native void scan_flags(int/*_Uint32_*/ p0); in scan_flags() method in NdbScanOperation.ScanOptions
94 …eadTuples(int/*_LockMode_*/ lock_mode /*_= LM_Read_*/, int/*_Uint32_*/ scan_flags /*_= 0_*/, int/*… in readTuples() argument
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/
H A DNdbScanOperation.java61 int/*_Uint32_*/ scan_flags(); in scan_flags() method
74 public final native int/*_Uint32_*/ scan_flags(); in scan_flags() method in NdbScanOperation.ScanOptions
83 public final native void scan_flags(int/*_Uint32_*/ p0); in scan_flags() method in NdbScanOperation.ScanOptions
94 …eadTuples(int/*_LockMode_*/ lock_mode /*_= LM_Read_*/, int/*_Uint32_*/ scan_flags /*_= 0_*/, int/*… in readTuples() argument
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/
H A DNdbScanOperation.java61 int/*_Uint32_*/ scan_flags(); in scan_flags() method
73 public final native int/*_Uint32_*/ scan_flags(); in scan_flags() method in NdbScanOperation.ScanOptions
82 public final native void scan_flags(int/*_Uint32_*/ p0); in scan_flags() method in NdbScanOperation.ScanOptions
93 …eadTuples(int/*_LockMode_*/ lock_mode /*_= LM_Read_*/, int/*_Uint32_*/ scan_flags /*_= 0_*/, int/*… in readTuples() argument
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/
H A DNdbScanOperation.java61 int/*_Uint32_*/ scan_flags(); in scan_flags() method
73 public final native int/*_Uint32_*/ scan_flags(); in scan_flags() method in NdbScanOperation.ScanOptions
82 public final native void scan_flags(int/*_Uint32_*/ p0); in scan_flags() method in NdbScanOperation.ScanOptions
93 …eadTuples(int/*_LockMode_*/ lock_mode /*_= LM_Read_*/, int/*_Uint32_*/ scan_flags /*_= 0_*/, int/*… in readTuples() argument
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/include/ndbapi/
H A DNdbIndexScanOperation.hpp56 Uint32 scan_flags = 0,
81 Uint32 scan_flags = in readTuples() local
88 return readTuples(lock_mode, scan_flags, parallel, batch); in readTuples()
259 Uint32 scan_flags,
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/include/ndbapi/
H A DNdbIndexScanOperation.hpp56 Uint32 scan_flags = 0,
81 Uint32 scan_flags = in readTuples() local
88 return readTuples(lock_mode, scan_flags, parallel, batch); in readTuples()
259 Uint32 scan_flags,
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/include/ndbapi/
H A DNdbIndexScanOperation.hpp56 Uint32 scan_flags = 0,
81 Uint32 scan_flags = in readTuples() local
88 return readTuples(lock_mode, scan_flags, parallel, batch); in readTuples()
259 Uint32 scan_flags,

12345678910>>...16