haiku/headers/private/file_systems
Augustin Cavalier cc9ea55c59 file_systems/QueryParser: Coerce types up front, and handle B_TIME_TYPE better.
* If we coerce types inside the switch(), then the "type already converted"
   check at the beginning will fail every time, causing us to reconvert,
   which is surely bad for performance.

 * B_TIME_TYPE should be INT32 or INT64 depending on what its size is.

May help with #19080.
2024-11-21 23:19:09 -05:00
..
ram_disk ramdisk: Switch to CLI command for user interface 2013-11-30 17:02:49 +01:00
DebugSupport.h general/logs: Ensure all logs start with THING: 2022-09-08 17:59:21 +00:00
DeviceOpener.h fs_shell: Prevent inclusion of BSD headers; fix DeviceOpener. 2020-05-10 12:44:46 -04:00
fs_ops_support.h file_systems/fs_ops_support: Add open_mode_to_access. 2023-01-27 23:53:53 -05:00
mime_ext_table.h FUSE compat: add MIME type faking 2017-02-27 19:58:22 +00:00
QueryParser.h file_systems/QueryParser: Coerce types up front, and handle B_TIME_TYPE better. 2024-11-21 23:19:09 -05:00
QueryParserUtils.h file_systems/QueryParser: Rewrite parsing logic to avoid recursion. 2024-06-24 19:40:08 +00:00