Function ffurl_accept

Source
pub unsafe extern "C" fn ffurl_accept(
    s: *mut URLContext,
    c: *mut *mut URLContext,
) -> c_int
Expand description

Accept an URLContext c on an URLContext s

@param s server context @param c client context, must be unallocated. @return >= 0 on success, ff_neterrno() on failure.