10 calls to db_or()

hook_query_TAG_alter in drupal/modules/system/system.api.php
Perform alterations to a structured query for a given tag.
node_access in drupal/modules/node/node.module
Determines whether the current user may perform the operation on the node.
node_access_view_all_nodes in drupal/modules/node/node.module
Determines whether the user has a global viewing grant for all nodes.
SearchQuery::executeFirstPass in drupal/modules/search/search.extender.inc
Executes the first pass query.
SearchQuery::parseSearchExpression in drupal/modules/search/search.extender.inc
Parses the search query into SQL conditions.
SearchQuery::setOption in drupal/modules/search/search.extender.inc
Applies a search option and removes it from the search query string.
search_update_totals in drupal/modules/search/search.module
Updates the {search_total} database table.
system_update_files_database in drupal/modules/system/system.module
Updates the records in the system table based on the files array.
_block_rehash in drupal/modules/block/block.module
Updates the 'block' DB table with the blocks currently exported by modules.
_node_query_node_access_alter in drupal/modules/node/node.module
Helper for node access functions.