7 string references to 'request_uri'

DBLogTestCase::generateLogEntries in drupal-7.x/modules/dblog/dblog.test
Generates a number of random database log events.
DBLogTestCase::testDBLogAddAndClear in drupal-7.x/modules/dblog/dblog.test
Tests the addition and clearing of log events through the admin interface.
dblog_watchdog in drupal-7.x/modules/dblog/dblog.module
Implements hook_watchdog().
hook_watchdog in drupal-7.x/modules/system/system.api.php
Log an event message.
syslog_watchdog in drupal-7.x/modules/syslog/syslog.module
Implements hook_watchdog().
watchdog in drupal-7.x/includes/bootstrap.inc
Logs a system message.
watchdog_skip_semaphore in drupal-7.x/modules/simpletest/tests/actions_loop_test.module
Replacement of the watchdog() function that eliminates the use of semaphores so that we can test the abortion of an action loop.