Home | History | Annotate | Download | only in TestNetscapePlugIn

Lines Matching refs:headers

1212         // Note that header blocks already end with \n due to how NPStream::headers works.
1231 void notifyStream(PluginObject* object, const char *url, const char *headers)
1236 if (headers)
1237 object->firstHeaders = strdup(headers);
1242 object->lastHeaders = (headers ? strdup(headers) : 0);