You are here

17 calls to httprl_variable_get() in HTTP Parallel Request & Threading Library 6

httprl_acquire_headless_lock in ./httprl.module
Get a floating lock so background calls work.
httprl_acquire_lock in ./httprl.module
Get a lock so background calls work.
httprl_build_url_self in ./httprl.module
Helper function to build an URL for asynchronous requests to self.
httprl_drupal_get_private_key in ./httprl.module
Gets the private key variable.
httprl_install_fclose_delay_check in ./httprl.install
httprl_install_http_test in ./httprl.install
Issue a HTTP request to admin/httprl-test, verifying that the server got it.
httprl_install_try_different_settings_checker in ./httprl.install
httprl_is_background_callback_capable in ./httprl.module
Sees if httprl can run a background callback.
httprl_lock_release in ./httprl.module
Release a lock previously acquired by lock_acquire().
httprl_post_processing in ./httprl.module
Run post processing on the request if we are done reading.
httprl_queue_background_callback in ./httprl.module
Run callback in the background.
httprl_requirements in ./httprl.install
Implements hook_requirements().
httprl_setup_proxy in ./httprl.module
If server uses a proxy, change the request to utilize said proxy.
httprl_set_default_options in ./httprl.module
Set the default options in the $options array.
httprl_set_socket in ./httprl.module
Create the TCP/SSL socket connection string.
_httprl_build_drupal_root in ./httprl.module
Helper function to build an URL for asynchronous requests to self.
_httprl_use_proxy in ./httprl.module
Helper function for determining hosts excluded from needing a proxy.