38 calls to db_query_range() in Drupal 6
- aggregator_block in modules/aggregator/ aggregator.module 
- Implementation of hook_block().
- aggregator_page_categories in modules/aggregator/ aggregator.pages.inc 
- Menu callback; displays all the categories used by the aggregator.
- aggregator_page_rss in modules/aggregator/ aggregator.pages.inc 
- Menu callback; generate an RSS 0.92 feed of aggregator items or categories.
- aggregator_page_sources in modules/aggregator/ aggregator.pages.inc 
- Menu callback; displays all the feeds used by the aggregator.
- blogapi_blogger_get_recent_posts in modules/blogapi/ blogapi.module 
- Blogging API callback. Returns the latest few postings in a user's blog. $bodies TRUE <a href="http://movabletype.org/docs/mtmanual_programmatic.html#item_mt%2EgetRece... returns a bandwidth-friendly list</a>.
- blog_block in modules/blog/ blog.module 
- Implementation of hook_block().
- blog_feed_last in modules/blog/ blog.pages.inc 
- Menu callback; displays an RSS feed containing recent blog entries of all users.
- blog_feed_user in modules/blog/ blog.pages.inc 
- Menu callback; displays an RSS feed containing recent blog entries of a given user.
- book_update_6000 in modules/book/ book.install 
- Drupal 5.x to 6.x update.
- comment_get_recent in modules/comment/ comment.module 
- Find a number of recent comments. This is done in two steps. 1. Find the n (specified by $number) nodes that have the most recent comments. This is done by querying node_comment_statistics which has an index on last_comment_timestamp, and is thus a…
- do_search in modules/search/ search.module 
- Do a query on the full-text search index for a word or words.
- drupal_is_denied in includes/bootstrap.inc 
- Perform an access check for a given mask and rule type. Rules are usually created via admin/user/rules page.
- forum_block in modules/forum/ forum.module 
- Implementation of hook_block().
- forum_get_forums in modules/forum/ forum.module 
- Returns a list of all forums for a given taxonomy id
- forum_nodeapi in modules/forum/ forum.module 
- Implementation of hook_nodeapi().
- menu_edit_menu_validate in modules/menu/ menu.admin.inc 
- Validates the human and machine-readable names when adding or editing a menu.
- menu_get_item in includes/menu.inc 
- Get a router item.
- menu_link_children_relative_depth in includes/menu.inc 
- Find the depth of an item's children relative to its depth.
- menu_nodeapi in modules/menu/ menu.module 
- Implementation of hook_nodeapi().
- node_access in modules/node/ node.module 
- Determine whether the current user may perform the given operation on the specified node.
- node_feed in modules/node/ node.module 
- A generic function for generating RSS feeds from a set of nodes.
- node_update_index in modules/node/ node.module 
- Implementation of hook_update_index().
- pager_query in includes/pager.inc 
- Perform a paged database query.
- profile_admin_settings_autocomplete in modules/profile/ profile.admin.inc 
- Retrieve a pipe delimited string of autocomplete suggestions for profile categories
- profile_autocomplete in modules/profile/ profile.pages.inc 
- Callback to allow autocomplete of profile text fields.
- statistics_title_list in modules/statistics/ statistics.module 
- Returns all time or today top or last viewed node(s).
- system_update_6021 in modules/system/ system.install 
- Migrate the menu items from the old menu system to the new menu_links table.
- taxonomy_autocomplete in modules/taxonomy/ taxonomy.pages.inc 
- Helper function for autocompletion
- taxonomy_select_nodes in modules/taxonomy/ taxonomy.module 
- Finds all nodes that match selected taxonomy conditions.
- user_autocomplete in modules/user/ user.pages.inc 
- Menu callback; Retrieve a JSON object containing autocomplete suggestions for existing users.
- user_block in modules/user/ user.module 
- Implementation of hook_block().
- user_pass_rehash in modules/user/ user.module 
- _blog_post_exists in modules/blog/ blog.module 
- Helper function to determine if a user has blog posts already.
- _comment_update_node_statistics in modules/comment/ comment.module 
- Updates the comment statistics for a given node. This should be called any time a comment is added, deleted, or updated.
- _forum_new in modules/forum/ forum.module 
- Finds the first unread node for a given forum.
- _menu_find_router_path in includes/menu.inc 
- Find the router path which will serve this path.
- _menu_update_parental_status in includes/menu.inc 
- Check and update the has_children status for the parent of a link.
- _node_access_rebuild_batch_operation in modules/node/ node.module 
- Batch operation for node_access_rebuild_batch.
