Searched refs:bodyPart (Results 1 – 1 of 1) sorted by relevance
105 CFTypeRef bodyPart = CFArrayGetValueAtIndex(bodyParts.get(), i); in httpBodyFromRequest() local106 CFTypeID typeID = CFGetTypeID(bodyPart); in httpBodyFromRequest()108 String filename = (CFStringRef)bodyPart; in httpBodyFromRequest()111 CFDataRef data = (CFDataRef)bodyPart; in httpBodyFromRequest()