Searched refs:get_session (Results 1 – 10 of 10) sorted by relevance
/third_party/libcoap/examples/ |
D | tiny.c | 89 get_session(coap_context_t *ctx, const char *group) { in get_session() function 153 session = get_session(ctx, argc > 1 ? argv[1] : "::1"); in main()
|
D | coap-client.c | 1356 get_session( in get_session() function 1613 session = get_session( in main()
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
D | sessions.c | 169 get_session (struct MHD_Connection *connection) in get_session() function 594 request->session = get_session (connection); in create_response()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | post_example.c | 147 get_session (struct MHD_Connection *connection) in get_session() function 577 request->session = get_session (connection); in create_response()
|
/third_party/nghttp2/src/ |
D | shrpx_http2_session.h | 125 nghttp2_session *get_session() const;
|
D | shrpx_http2_session.cc | 781 nghttp2_session *Http2Session::get_session() const { return session_; } in get_session() function in shrpx::Http2Session
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpbin.h | 116 GstElement* (*get_session) (GstRtpBin *rtpbin, guint session); member
|
D | gstrtpbin.c | 2130 get_session), NULL, NULL, NULL, GST_TYPE_ELEMENT, 1, G_TYPE_UINT); in gst_rtp_bin_class_init() 2834 klass->get_session = GST_DEBUG_FUNCPTR (gst_rtp_bin_get_session); in gst_rtp_bin_class_init()
|
/third_party/openssl/apps/ |
D | s_server.c | 3586 static SSL_SESSION *get_session(SSL *ssl, const unsigned char *id, int idlen, in get_session() function 3629 SSL_CTX_sess_set_get_cb(sctx, get_session); in init_session_cache_ctx()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd-tutorial.info | 3322 get_session (struct MHD_Connection *connection) 3747 request->session = get_session (connection);
|