17 calls to db_or()

Access::query in drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/Access.php
See _node_access_where_sql() for a non-views query based implementation.
Current::query in drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Current.php
Add this filter to the query.
hook_query_TAG_alter in drupal/core/modules/system/system.api.php
Perform alterations to a structured query for a given tag.
ManyToOneHelper::add_filter in drupal/core/modules/views/lib/Drupal/views/ManyToOneHelper.php
node_access in drupal/core/modules/node/node.module
Access callback: Checks a user's permission for performing a node operation.
node_access_view_all_nodes in drupal/core/modules/node/node.module
Determines whether the user has a global viewing grant for all nodes.
node_query_node_access_alter in drupal/core/modules/node/node.module
Implements hook_query_TAG_alter().
Search::query in drupal/core/modules/search/lib/Drupal/search/Plugin/views/argument/Search.php
Add this argument to the query.
Search::query in drupal/core/modules/search/lib/Drupal/search/Plugin/views/filter/Search.php
Add this filter to the query.
SearchQuery::executeFirstPass in drupal/core/modules/search/lib/Drupal/search/SearchQuery.php
Executes the first pass query.
SearchQuery::parseSearchExpression in drupal/core/modules/search/lib/Drupal/search/SearchQuery.php
Parses the search query into SQL conditions.
SearchQuery::setOption in drupal/core/modules/search/lib/Drupal/search/SearchQuery.php
Applies a search option and removes it from the search query string.
search_update_totals in drupal/core/modules/search/search.module
Updates the {search_total} database table.
Sql::build_condition in drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php
Construct the "WHERE" or "HAVING" part of the query.
String::op_word in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/String.php
StringDatabaseStorage::dbStringSelect in drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php
Builds a SELECT query with multiple conditions and fields.
_block_rehash in drupal/core/modules/block/block.module
Updates the 'block' DB table with the blocks currently exported by modules.