pub unsafe extern "C" fn uriComposeQueryCharsRequiredExA(
queryList: *const UriQueryListA,
charsRequired: *mut c_int,
spaceToPlus: UriBool,
normalizeBreaks: UriBool,
) -> c_intExpand description
Calculates the number of characters needed to store the string representation of the given query list excluding the terminator.
@param queryList IN: Query list to measure @param charsRequired OUT: Length of the string representation in characters excluding terminator @param spaceToPlus IN: Whether to convert ’ ’ to ‘+’ or not @param normalizeBreaks IN: Whether to convert CR and LF to CR-LF or not. @return Error code or 0 on success
@see uriComposeQueryCharsRequiredA @see uriComposeQueryExA @since 0.7.0