ddwaf_object_signed

Function ddwaf_object_signed 

Source
pub unsafe extern "C" fn ddwaf_object_signed(
    object: *mut ddwaf_object,
    value: i64,
) -> *mut ddwaf_object
Expand description

ddwaf_object_signed_force

Creates an object using a signed integer (64-bit). The resulting object will contain a signed integer as opposed to a string.

@param object Object to perform the operation on. (nonnull) @param value Integer to initialise the object with.

@return A pointer to the passed object or NULL if the operation failed.