23 calls to ip_address()

BootstrapIPAddressTestCase::testIPAddressHost in drupal-7.x/modules/simpletest/tests/bootstrap.test
test IP Address and hostname
CommentInterfaceTest::setEnvironment in drupal-7.x/modules/comment/comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentNewCommentsIndicator in drupal-7.x/modules/comment/comment.test
Tests new comment marker.
comment_save in drupal-7.x/modules/comment/comment.module
Accepts a submission of new or changed comment content.
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.
drupal_anonymous_user in drupal-7.x/includes/bootstrap.inc
Generates a default anonymous $user object.
drupal_block_denied in drupal-7.x/includes/bootstrap.inc
Handles denied users.
flood_clear_event in drupal-7.x/includes/common.inc
Makes the flood control mechanism forget an event for the current visitor.
flood_is_allowed in drupal-7.x/includes/common.inc
Checks whether a user is allowed to proceed with the specified event.
flood_register_event in drupal-7.x/includes/common.inc
Registers an event for the current visitor to the flood control mechanism.
openid_verify_assertion_nonce in drupal-7.x/modules/openid/openid.module
Verify that the nonce has not been used in earlier assertions from the same OpenID provider.
poll_cancel in drupal-7.x/modules/poll/poll.module
Submit callback for poll_cancel_form().
poll_load in drupal-7.x/modules/poll/poll.module
Implements hook_load().
poll_vote in drupal-7.x/modules/poll/poll.module
Submit handler for processing a vote.
statistics_exit in drupal-7.x/modules/statistics/statistics.module
Implements hook_exit().
system_block_ip_action in drupal-7.x/modules/system/system.module
Blocks the current user's IP address.
system_ip_blocking_form_validate in drupal-7.x/modules/system/system.admin.inc
user_login_authenticate_validate in drupal-7.x/modules/user/user.module
A validate handler on the login form. Check supplied username/password against local users table. If successful, $form_state['uid'] is set to the matching user ID.
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.
_drupal_bootstrap_page_cache in drupal-7.x/includes/bootstrap.inc
Attempts to serve a page from the cache.
_drupal_session_write in drupal-7.x/includes/session.inc
Writes an entire session to the database (internal use only).