* @param[in] call_env_method containing the call_env_pair_t to evaluate against the specified CONF_SECTION.
* @param[in] t_rules that control how call_env_pair_t are parsed.
* @param[in] cs to parse in the context of the call.
+ * @param[in] data module / xlat instance data of the module / xlat allocating this call_env
* @return
* - A new call_env_t on success.
* - NULL on failure.
* @param[out] out Where to write the result of parsing.
* @param[in] t_rules we're parsing attributes with. Contains the default dictionary and nested 'caller' tmpl_rules_t.
* @param[in] ci The #CONF_SECTION or #CONF_PAIR to parse.
+ * @param[in] data module / xlat instance data of the module / xlat allocating this call_env
* @param[in] rule Parse rules - How the #CONF_PAIR or #CONF_SECTION should be converted.
* @return
* - 0 on success.
/** Push the children of the current frame onto a new frame onto the stack
*
+ * @param[out] p_result set to RLM_MOULDE_FAIL if pushing the children fails
* @param[in] request to push the frame onto.
* @param[in] default_rcode The default result.
* @param[in] do_next_sibling Whether to only execute the first node in the #unlang_t program
*/
if (strcmp(fmt, "rcode") == 0) {
if (fr_value_box_strdup(vb, vb, NULL, fr_table_str_by_value(rcode_table, request->rcode, "<INVALID>"), false) < 0) goto error;
-
+
goto finish;
}
* to the dictionary are gone.
*
* @param[in] ctx to bind the dictionary lifetime to.
+ * @param[out] out pointer to the loaded dictionary.
* @param[in] proto to load.
* @param[in] dependent to register this reference to. Will be dupd.
*/
* sets of attributes to the request.
*
* @param[out] ret Where to write the result of the query.
+ * @param[in] inst LDAP module instance.
* @param[in] request Current request.
+ * @param[in] ttrunk Trunk connection on which to run LDAP queries.
* @param[in] dn of profile object to apply.
* @param[in] scope to apply when looking up profiles.
* @param[in] filter to apply when looking up profiles.
* Checks to see if after the LDAP to RADIUS mapping has been completed that a reference password.
*
* @param[in] request Current request.
+ * @param[in] inst_name Name of LDAP module instance for debug messages.
* @param[in] expect_password Whether we should be expecting a password.
* @param[in] ttrunk the connection thread trunk.
*/
* - All other unprintables are escaped as @verbatim \<oct><oct><oct> @endverbatim.
*
* @param vb Value box to escape.
+ * @param uctx unused.
*/
/*
* Escape unprintable characters.