Lines Matching refs:meta
58 const struct curl_ws_frame *meta)
61 (!!meta != !!wd->has_meta) ||
62 (meta && meta->flags != wd->meta_flags)) {
65 wd->has_meta = (meta != NULL);
66 wd->meta_flags = meta? meta->flags : 0;
83 const struct curl_ws_frame *meta;
86 meta = curl_ws_meta(ws_data->easy);
87 incoming = add_data(ws_data, buffer, incoming, meta);