Home
last modified time | relevance | path

Searched refs:session_ptr (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/lite/java/native/runtime/
Dlite_session.cpp65 … jlong session_ptr, in Java_com_mindspore_lite_LiteSession_compileGraph() argument
67 auto *session_pointer = reinterpret_cast<void *>(session_ptr); in Java_com_mindspore_lite_LiteSession_compileGraph()
85 … jlong session_ptr, jboolean if_bind) { in Java_com_mindspore_lite_LiteSession_bindThread() argument
86 auto *pointer = reinterpret_cast<void *>(session_ptr); in Java_com_mindspore_lite_LiteSession_bindThread()
96 … jlong session_ptr) { in Java_com_mindspore_lite_LiteSession_runGraph() argument
97 auto *pointer = reinterpret_cast<void *>(session_ptr); in Java_com_mindspore_lite_LiteSession_runGraph()
108 … jlong session_ptr) { in Java_com_mindspore_lite_LiteSession_getInputs() argument
116 auto *pointer = reinterpret_cast<void *>(session_ptr); in Java_com_mindspore_lite_LiteSession_getInputs()
131 … jlong session_ptr, in Java_com_mindspore_lite_LiteSession_getInputsByTensorName() argument
133 auto *pointer = reinterpret_cast<void *>(session_ptr); in Java_com_mindspore_lite_LiteSession_getInputsByTensorName()
[all …]
/third_party/boost/libs/asio/example/cpp03/buffers/
Dreference_counted.cpp74 typedef boost::shared_ptr<session> session_ptr; typedef
83 session_ptr new_session(new session(io_context_)); in server()
89 void handle_accept(session_ptr new_session, in handle_accept()
/third_party/boost/doc/html/boost_asio/example/cpp03/buffers/
Dreference_counted.cpp74 typedef boost::shared_ptr<session> session_ptr; typedef
83 session_ptr new_session(new session(io_context_)); in server()
89 void handle_accept(session_ptr new_session, in handle_accept()
/third_party/boost/libs/asio/example/cpp03/local/
Dstream_server.cpp79 typedef boost::shared_ptr<session> session_ptr; typedef
88 session_ptr new_session(new session(io_context_)); in server()
94 void handle_accept(session_ptr new_session, in handle_accept()
/third_party/boost/doc/html/boost_asio/example/cpp03/local/
Dstream_server.cpp79 typedef boost::shared_ptr<session> session_ptr; typedef
88 session_ptr new_session(new session(io_context_)); in server()
94 void handle_accept(session_ptr new_session, in handle_accept()
/third_party/nghttp2/lib/
Dnghttp2_session.c403 static int session_new(nghttp2_session **session_ptr, in session_new() argument
416 *session_ptr = nghttp2_mem_calloc(mem, 1, sizeof(nghttp2_session)); in session_new()
417 if (*session_ptr == NULL) { in session_new()
422 (*session_ptr)->mem = *mem; in session_new()
423 mem = &(*session_ptr)->mem; in session_new()
428 nghttp2_stream_init(&(*session_ptr)->root, 0, NGHTTP2_STREAM_FLAG_NONE, in session_new()
432 (*session_ptr)->remote_window_size = NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE; in session_new()
433 (*session_ptr)->recv_window_size = 0; in session_new()
434 (*session_ptr)->consumed_size = 0; in session_new()
435 (*session_ptr)->recv_reduction = 0; in session_new()
[all …]
/third_party/node/deps/nghttp2/lib/
Dnghttp2_session.c403 static int session_new(nghttp2_session **session_ptr, in session_new() argument
416 *session_ptr = nghttp2_mem_calloc(mem, 1, sizeof(nghttp2_session)); in session_new()
417 if (*session_ptr == NULL) { in session_new()
422 (*session_ptr)->mem = *mem; in session_new()
423 mem = &(*session_ptr)->mem; in session_new()
428 nghttp2_stream_init(&(*session_ptr)->root, 0, NGHTTP2_STREAM_FLAG_NONE, in session_new()
432 (*session_ptr)->remote_window_size = NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE; in session_new()
433 (*session_ptr)->recv_window_size = 0; in session_new()
434 (*session_ptr)->consumed_size = 0; in session_new()
435 (*session_ptr)->recv_reduction = 0; in session_new()
[all …]
/third_party/boost/doc/html/boost_asio/example/cpp03/allocation/
Dserver.cpp228 typedef boost::shared_ptr<session> session_ptr; typedef
237 session_ptr new_session(new session(io_context_)); in server()
243 void handle_accept(session_ptr new_session, in handle_accept()
/third_party/boost/libs/asio/example/cpp03/allocation/
Dserver.cpp228 typedef boost::shared_ptr<session> session_ptr; typedef
237 session_ptr new_session(new session(io_context_)); in server()
243 void handle_accept(session_ptr new_session, in handle_accept()
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h2707 nghttp2_session_client_new(nghttp2_session **session_ptr,
2733 nghttp2_session_server_new(nghttp2_session **session_ptr,
2759 nghttp2_session_client_new2(nghttp2_session **session_ptr,
2785 nghttp2_session_server_new2(nghttp2_session **session_ptr,
2811 nghttp2_session **session_ptr, const nghttp2_session_callbacks *callbacks,
2836 nghttp2_session **session_ptr, const nghttp2_session_callbacks *callbacks,
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h2744 nghttp2_session_client_new(nghttp2_session **session_ptr,
2770 nghttp2_session_server_new(nghttp2_session **session_ptr,
2796 nghttp2_session_client_new2(nghttp2_session **session_ptr,
2822 nghttp2_session_server_new2(nghttp2_session **session_ptr,
2848 nghttp2_session **session_ptr, const nghttp2_session_callbacks *callbacks,
2873 nghttp2_session **session_ptr, const nghttp2_session_callbacks *callbacks,
/third_party/nghttp2/python/
Dcnghttp2.pxd209 int nghttp2_session_client_new(nghttp2_session **session_ptr,
213 int nghttp2_session_server_new(nghttp2_session **session_ptr,