Searched refs:bodyParts (Results 1 – 2 of 2) sorted by relevance
100 if (RetainPtr<CFArrayRef> bodyParts = wkCFURLRequestCopyHTTPRequestBodyParts(request)) { in httpBodyFromRequest() local103 CFIndex count = CFArrayGetCount(bodyParts.get()); in httpBodyFromRequest()105 CFTypeRef bodyPart = CFArrayGetValueAtIndex(bodyParts.get(), i); in httpBodyFromRequest()
100 void wkCFURLRequestSetHTTPRequestBodyParts(CFMutableURLRequestRef, CFArrayRef bodyParts);