Searched refs:data_s (Results 1 – 3 of 3) sorted by relevance
/third_party/curl/lib/ |
D | http2.c | 670 struct Curl_easy *data_s = NULL; in on_frame_recv() local 703 data_s = nghttp2_session_get_stream_user_data(session, stream_id); in on_frame_recv() 704 if(!data_s) { in on_frame_recv() 711 stream = data_s->req.p.http; in on_frame_recv() 713 H2BUGF(infof(data_s, "No proto pointer for stream: %x", in on_frame_recv() 718 H2BUGF(infof(data_s, "on_frame_recv() header %x stream %x", in on_frame_recv() 766 H2BUGF(infof(data_s, "Store %zu bytes headers from stream %u at %p", in on_frame_recv() 772 drain_this(data_s, httpc); in on_frame_recv() 774 if(get_transfer(httpc) != data_s) in on_frame_recv() 775 Curl_expire(data_s, 0, EXPIRE_RUN_NOW); in on_frame_recv() [all …]
|
/third_party/iowow/src/kv/examples/ |
D | cursors1.c | 11 static struct data_s { struct 53 struct data_s *n = &_points[i]; in run()
|
/third_party/iowow/ |
D | README.md | 174 static struct data_s { 216 struct data_s *n = &_points[i];
|