Home | History | Annotate | Download | only in cf

Lines Matching refs:originalLength

202 void didReceiveData(CFURLConnectionRef conn, CFDataRef data, CFIndex originalLength, const void* clientInfo) 
211 handle->client()->didReceiveData(handle, (const char*)bytes, length, originalLength);