Home | History | Annotate | Download | only in Hosted

Lines Matching refs:postData

425 NPError NetscapePluginInstanceProxy::loadURL(const char* url, const char* target, const char* postData, uint32_t postLen, LoadURLFlags flags, uint32_t& streamID)
437 RetainPtr<CFStringRef> bufString(AdoptCF, CFStringCreateWithCString(kCFAllocatorDefault, postData, kCFStringEncodingWindowsLatin1));
451 httpBody = [NSData dataWithBytes:postData length:postLen];
464 // If the blank line is somewhere in the middle of postData, everything before is the header.