pub unsafe extern "C" fn uriComposeQueryMallocA(
dest: *mut *mut c_char,
queryList: *const UriQueryListA,
) -> c_intExpand description
Converts a query list structure back to a query string. Memory for this string is allocated internally. The composed string does not start with ‘?’, on the way ’ ’ is converted to ‘+’ and line breaks are normalized to “%0D%0A”. Uses default libc-based memory manager.
@param dest OUT: Output destination @param queryList IN: Query list to convert @return Error code or 0 on success
@see uriComposeQueryMallocExA @see uriComposeQueryMallocExMmA @see uriComposeQueryA @see uriDissectQueryMallocA @see uriDissectQueryMallocExA @see uriDissectQueryMallocExMmA @since 0.7.0