Skip to main content

ddwaf_subcontext_init

Function ddwaf_subcontext_init 

Source
pub unsafe extern "C" fn ddwaf_subcontext_init(
    context: ddwaf_context,
) -> ddwaf_subcontext
Expand description

Subcontext object to perform matching using the provided WAF instance.

@param context Context from which to derive this subcontext. (nonnull)

@return Handle to the subcontext instance.