6 calls to drupal_parse_url()

confirm_form in drupal/core/modules/system/system.module
Generates a form array for a confirmation form.
drupal_goto in drupal/core/includes/common.inc
Sends the user to a different Drupal page.
field_ui_get_destinations in drupal/core/modules/field_ui/field_ui.admin.inc
Extracts next redirect path from an array of multiple destinations.
link_field_prepare_view in drupal/core/modules/field/modules/link/link.module
Implements hook_field_prepare_view().
UrlTest::testDrupalParseUrl in drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php
Tests drupal_parse_url().
_locale_parse_js_file in drupal/core/modules/locale/locale.module
Parses a JavaScript file, extracts strings wrapped in Drupal.t() and Drupal.formatPlural() and inserts them into the database.