diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2021-08-16 23:55:17 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2021-08-16 23:57:03 +0000 |
| commit | 625f1c1312fb7defbd148c8ba121a0cf058707ef (patch) | |
| tree | 31510b9372850c8a8dd3e0a8dac37308308d8429 /pythonmod/doc/modules/functions.rst | |
| parent | d60fa10fd872db7e3d8cb1e161cfdae026c43b14 (diff) | |
Diffstat (limited to 'pythonmod/doc/modules/functions.rst')
| -rw-r--r-- | pythonmod/doc/modules/functions.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pythonmod/doc/modules/functions.rst b/pythonmod/doc/modules/functions.rst index 333f696b814f..951a17f948c7 100644 --- a/pythonmod/doc/modules/functions.rst +++ b/pythonmod/doc/modules/functions.rst @@ -92,7 +92,7 @@ Inplace callbacks .. function:: inplace_cb_reply(qinfo, qstate, rep, rcode, edns, opt_list_out, region, \*\*kwargs) Function prototype for callback functions used in - `register_inplace_cb_reply`_, `register_inplace_cb_reply_cache`_, + `register_inplace_cb_reply`, `register_inplace_cb_reply_cache`, `register_inplace_cb_reply_local` and `register_inplace_cb_reply_servfail`. :param qinfo: :class:`query_info` @@ -109,7 +109,7 @@ Inplace callbacks .. function:: inplace_cb_query(qinfo, flags, qstate, addr, zone, region) Function prototype for callback functions used in - `register_inplace_cb_query`_. + `register_inplace_cb_query`. :param qinfo: :class:`query_info` :param flags: query flags (integer) @@ -122,7 +122,7 @@ Inplace callbacks Register py_cb as an inplace reply callback function. - :param py_cb: Python function that follows `inplace_cb_reply`_'s prototype. **Must** be callable. + :param py_cb: Python function that follows `inplace_cb_reply`'s prototype. **Must** be callable. :param env: :class:`module_env` :param id: Module ID. :return: True on success, False otherwise @@ -132,7 +132,7 @@ Inplace callbacks Register py_cb as an inplace reply_cache callback function. - :param py_cb: Python function that follows `inplace_cb_reply`_'s prototype. **Must** be callable. + :param py_cb: Python function that follows `inplace_cb_reply`'s prototype. **Must** be callable. :param env: :class:`module_env` :param id: Module ID. :return: True on success, False otherwise @@ -142,7 +142,7 @@ Inplace callbacks Register py_cb as an inplace reply_local callback function. - :param py_cb: Python function that follows `inplace_cb_reply`_'s prototype. **Must** be callable. + :param py_cb: Python function that follows `inplace_cb_reply`'s prototype. **Must** be callable. :param env: :class:`module_env` :param id: Module ID. :return: True on success, False otherwise @@ -152,7 +152,7 @@ Inplace callbacks Register py_cb as an inplace reply_servfail callback function. - :param py_cb: Python function that follows `inplace_cb_reply`_'s prototype. **Must** be callable. + :param py_cb: Python function that follows `inplace_cb_reply`'s prototype. **Must** be callable. :param env: :class:`module_env` :param id: Module ID. :return: True on success, False otherwise @@ -162,7 +162,7 @@ Inplace callbacks Register py_cb as an inplace query callback function. - :param py_cb: Python function that follows `inplace_cb_query`_'s prototype. **Must** be callable. + :param py_cb: Python function that follows `inplace_cb_query`'s prototype. **Must** be callable. :param env: :class:`module_env` :param id: Module ID. :return: True on success, False otherwise |
