Home
last modified time | relevance | path

Searched defs:endpt (Results 1 – 25 of 597) sorted by relevance

12345678910>>...24

/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsip/
H A Dsip_endpoint.c109 # define LOCK_MODULE_ACCESS(endpt) argument
110 # define UNLOCK_MODULE_ACCESS(endpt) argument
273 static pj_status_t unload_module(pjsip_endpoint *endpt, in unload_module()
434 pjsip_endpoint *endpt; in pjsip_endpt_create() local
578 PJ_DEF(void) pjsip_endpt_destroy(pjsip_endpoint *endpt) in pjsip_endpt_destroy()
811 pjsip_endpoint *endpt, in pjsip_endpt_schedule_timer_w_grp_lock_dbg()
828 pjsip_endpoint *endpt, in pjsip_endpt_schedule_timer_w_grp_lock()
962 static void endpt_on_rx_msg( pjsip_endpoint *endpt, in endpt_on_rx_msg()
1103 static pj_status_t endpt_on_tx_msg( pjsip_endpoint *endpt, in endpt_on_tx_msg()
1195 PJ_DEF(void) pjsip_endpt_resolve( pjsip_endpoint *endpt, in pjsip_endpt_resolve()
[all …]
H A Dsip_util.c195 static void init_request_throw( pjsip_endpoint *endpt, in init_request_throw()
290 PJ_DEF(pj_status_t) pjsip_endpt_create_request( pjsip_endpoint *endpt, in pjsip_endpt_create_request()
479 PJ_DEF(pj_status_t) pjsip_endpt_create_response( pjsip_endpoint *endpt, in pjsip_endpt_create_response()
598 PJ_DEF(pj_status_t) pjsip_endpt_create_ack( pjsip_endpoint *endpt, in pjsip_endpt_create_ack()
697 PJ_DEF(pj_status_t) pjsip_endpt_create_cancel( pjsip_endpoint *endpt, in pjsip_endpt_create_cancel()
1441 PJ_DEF(pj_status_t) pjsip_endpt_send_raw( pjsip_endpoint *endpt, in pjsip_endpt_send_raw()
1460 pjsip_endpoint *endpt; member
1516 PJ_DEF(pj_status_t) pjsip_endpt_send_raw_to_uri(pjsip_endpoint *endpt, in pjsip_endpt_send_raw_to_uri()
1775 PJ_DEF(pj_status_t) pjsip_endpt_send_response( pjsip_endpoint *endpt, in pjsip_endpt_send_response()
1830 PJ_DEF(pj_status_t) pjsip_endpt_send_response2( pjsip_endpoint *endpt, in pjsip_endpt_send_response2()
[all …]
H A Dsip_util_statefull.c86 PJ_DEF(pj_status_t) pjsip_endpt_send_request( pjsip_endpoint *endpt, in pjsip_endpt_send_request()
128 PJ_DEF(pj_status_t) pjsip_endpt_respond( pjsip_endpoint *endpt, in pjsip_endpt_respond()
H A Dsip_util_proxy.c74 PJ_DEF(pj_status_t) pjsip_endpt_create_request_fwd(pjsip_endpoint *endpt, in pjsip_endpt_create_request_fwd()
249 PJ_DEF(pj_status_t) pjsip_endpt_create_response_fwd( pjsip_endpoint *endpt, in pjsip_endpt_create_response_fwd()
H A Dsip_transport_udp.c761 static pj_status_t transport_attach( pjsip_endpoint *endpt, in transport_attach()
928 PJ_DEF(pj_status_t) pjsip_udp_transport_attach( pjsip_endpoint *endpt, in pjsip_udp_transport_attach()
938 PJ_DEF(pj_status_t) pjsip_udp_transport_attach2( pjsip_endpoint *endpt, in pjsip_udp_transport_attach2()
969 pjsip_endpoint *endpt, in pjsip_udp_transport_start2()
1029 PJ_DEF(pj_status_t) pjsip_udp_transport_start( pjsip_endpoint *endpt, in pjsip_udp_transport_start()
1052 PJ_DEF(pj_status_t) pjsip_udp_transport_start6(pjsip_endpoint *endpt, in pjsip_udp_transport_start6()
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia/
H A Dendpoint.c114 pjmedia_endpt *endpt; in pjmedia_endpt_create2() local
213 PJ_DEF(pj_status_t) pjmedia_endpt_destroy2 (pjmedia_endpt *endpt) in pjmedia_endpt_destroy2()
242 PJ_DEF(pj_status_t) pjmedia_endpt_set_flag( pjmedia_endpt *endpt, in pjmedia_endpt_set_flag()
259 PJ_DEF(pj_status_t) pjmedia_endpt_get_flag( pjmedia_endpt *endpt, in pjmedia_endpt_get_flag()
279 PJ_DEF(pj_ioqueue_t*) pjmedia_endpt_get_ioqueue(pjmedia_endpt *endpt) in pjmedia_endpt_get_ioqueue()
297 PJ_DEF(pj_thread_t*) pjmedia_endpt_get_thread(pjmedia_endpt *endpt, in pjmedia_endpt_get_thread()
311 PJ_DEF(pj_status_t) pjmedia_endpt_stop_threads(pjmedia_endpt *endpt) in pjmedia_endpt_stop_threads()
336 pjmedia_endpt *endpt = (pjmedia_endpt*) arg; in worker_proc() local
349 PJ_DEF(pj_pool_t*) pjmedia_endpt_create_pool( pjmedia_endpt *endpt, in pjmedia_endpt_create_pool()
1008 PJ_DEF(pj_status_t) pjmedia_endpt_dump(pjmedia_endpt *endpt) in pjmedia_endpt_dump()
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia-codec/
H A Daudio_codecs.c33 pjmedia_codec_register_audio_codecs(pjmedia_endpt *endpt, in pjmedia_codec_register_audio_codecs()
/dports/devel/php-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DCommunicatorObserverI.java71 ConnectionHelper(com.zeroc.Ice.ConnectionInfo con, com.zeroc.Ice.Endpoint endpt, in ConnectionHelper()
554 EndpointHelper(com.zeroc.Ice.Endpoint endpt, String id) in EndpointHelper()
561 EndpointHelper(com.zeroc.Ice.Endpoint endpt) in EndpointHelper()
638 getConnectionEstablishmentObserver(com.zeroc.Ice.Endpoint endpt, String connector) in getConnectionEstablishmentObserver()
662 getEndpointLookupObserver(com.zeroc.Ice.Endpoint endpt) in getEndpointLookupObserver()
/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DCommunicatorObserverI.java71 …ConnectionHelper(Ice.ConnectionInfo con, Ice.Endpoint endpt, Ice.Instrumentation.ConnectionState s… in ConnectionHelper()
553 EndpointHelper(Ice.Endpoint endpt, String id) in EndpointHelper()
560 EndpointHelper(Ice.Endpoint endpt) in EndpointHelper()
637 getConnectionEstablishmentObserver(Ice.Endpoint endpt, String connector) in getConnectionEstablishmentObserver()
661 getEndpointLookupObserver(Ice.Endpoint endpt) in getEndpointLookupObserver()
/dports/devel/ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DCommunicatorObserverI.java71 ConnectionHelper(com.zeroc.Ice.ConnectionInfo con, com.zeroc.Ice.Endpoint endpt, in ConnectionHelper()
554 EndpointHelper(com.zeroc.Ice.Endpoint endpt, String id) in EndpointHelper()
561 EndpointHelper(com.zeroc.Ice.Endpoint endpt) in EndpointHelper()
638 getConnectionEstablishmentObserver(com.zeroc.Ice.Endpoint endpt, String connector) in getConnectionEstablishmentObserver()
662 getEndpointLookupObserver(com.zeroc.Ice.Endpoint endpt) in getEndpointLookupObserver()
/dports/devel/ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DCommunicatorObserverI.java71 …ConnectionHelper(Ice.ConnectionInfo con, Ice.Endpoint endpt, Ice.Instrumentation.ConnectionState s… in ConnectionHelper()
553 EndpointHelper(Ice.Endpoint endpt, String id) in EndpointHelper()
560 EndpointHelper(Ice.Endpoint endpt) in EndpointHelper()
637 getConnectionEstablishmentObserver(Ice.Endpoint endpt, String connector) in getConnectionEstablishmentObserver()
661 getEndpointLookupObserver(Ice.Endpoint endpt) in getEndpointLookupObserver()
/dports/devel/py-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DCommunicatorObserverI.java71 ConnectionHelper(com.zeroc.Ice.ConnectionInfo con, com.zeroc.Ice.Endpoint endpt, in ConnectionHelper()
554 EndpointHelper(com.zeroc.Ice.Endpoint endpt, String id) in EndpointHelper()
561 EndpointHelper(com.zeroc.Ice.Endpoint endpt) in EndpointHelper()
638 getConnectionEstablishmentObserver(com.zeroc.Ice.Endpoint endpt, String connector) in getConnectionEstablishmentObserver()
662 getEndpointLookupObserver(com.zeroc.Ice.Endpoint endpt) in getEndpointLookupObserver()
/dports/devel/py-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DCommunicatorObserverI.java71 …ConnectionHelper(Ice.ConnectionInfo con, Ice.Endpoint endpt, Ice.Instrumentation.ConnectionState s… in ConnectionHelper()
553 EndpointHelper(Ice.Endpoint endpt, String id) in EndpointHelper()
560 EndpointHelper(Ice.Endpoint endpt) in EndpointHelper()
637 getConnectionEstablishmentObserver(Ice.Endpoint endpt, String connector) in getConnectionEstablishmentObserver()
661 getEndpointLookupObserver(Ice.Endpoint endpt) in getEndpointLookupObserver()
/dports/science/hypre/hypre-2.23.0/src/sstruct_mv/
H A Dsstruct_graph.c110 HYPRE_Int endpt, in hypre_SStructGraphFindBoxEndpt()
166 HYPRE_Int endpt, in hypre_SStructGraphFindSGridEndpts()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Dugen.c296 int ifaceno, endptno, endpt; in ugen_set_config() local
360 int endpt = UGENENDPOINT(dev); in ugenopen() local
509 int endpt = UGENENDPOINT(dev); in ugenclose() local
582 ugen_do_read(struct ugen_softc *sc, int endpt, struct uio *uio, int flag) in ugen_do_read()
799 int endpt = UGENENDPOINT(dev); in ugenread() local
822 ugen_do_write(struct ugen_softc *sc, int endpt, struct uio *uio, in ugen_do_write()
993 int endpt = UGENENDPOINT(dev); in ugenwrite() local
1327 uint8_t niface, nendpt, endptno, endpt; in ugen_set_interface() local
1416 ugen_do_ioctl(struct ugen_softc *sc, int endpt, u_long cmd, in ugen_do_ioctl()
1828 int endpt = UGENENDPOINT(dev); in ugenioctl() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/rpc/
H A Drpc_socket_impl.cc100 auto endpt = in RPCConnect() local
107 auto endpt = RPCConnect(url, port, "client:" + key, init_seq); in RPCClientConnect() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/desc/posix/
H A Dnacl_desc_conn_cap.c36 NaClHandle endpt) { in NaClDescConnCapFdSubclassCtor()
45 NaClHandle endpt) { in NaClDescConnCapFdCtor()
/dports/math/vtk8/VTK-8.2.0/Geovis/Core/
H A DvtkGeoGraticule.cxx95 inline double vtkGraticuleLowerBound( double endpt, double incr ) in vtkGraticuleLowerBound()
100 inline double vtkGraticuleUpperBound( double endpt, double incr ) in vtkGraticuleUpperBound()
/dports/math/vtk6/VTK-6.2.0/Geovis/Core/
H A DvtkGeoGraticule.cxx96 inline double vtkGraticuleLowerBound( double endpt, double incr ) in vtkGraticuleLowerBound()
101 inline double vtkGraticuleUpperBound( double endpt, double incr ) in vtkGraticuleUpperBound()
/dports/devel/ice37/ice-3.7.2/cpp/src/Ice/
H A DInstrumentationI.cpp102 … ConnectionHelper(const ConnectionInfoPtr& con, const EndpointPtr& endpt, ConnectionState state) : in ConnectionHelper()
513 …RemoteInvocationHelper(const ConnectionInfoPtr& con, const EndpointPtr& endpt, int requestId, int … in RemoteInvocationHelper()
715 EndpointHelper(const EndpointPtr& endpt, const string& id) : _endpoint(endpt), _id(id) in EndpointHelper()
719 EndpointHelper(const EndpointPtr& endpt) : _endpoint(endpt) in EndpointHelper()
931 CommunicatorObserverI::getConnectionEstablishmentObserver(const EndpointPtr& endpt, const string& c… in getConnectionEstablishmentObserver()
954 CommunicatorObserverI::getEndpointLookupObserver(const EndpointPtr& endpt) in getEndpointLookupObserver()
978 const EndpointPtr& endpt, in getConnectionObserver()
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Ice/
H A DInstrumentationI.cpp102 … ConnectionHelper(const ConnectionInfoPtr& con, const EndpointPtr& endpt, ConnectionState state) : in ConnectionHelper()
513 …RemoteInvocationHelper(const ConnectionInfoPtr& con, const EndpointPtr& endpt, int requestId, int … in RemoteInvocationHelper()
715 EndpointHelper(const EndpointPtr& endpt, const string& id) : _endpoint(endpt), _id(id) in EndpointHelper()
719 EndpointHelper(const EndpointPtr& endpt) : _endpoint(endpt) in EndpointHelper()
931 CommunicatorObserverI::getConnectionEstablishmentObserver(const EndpointPtr& endpt, const string& c… in getConnectionEstablishmentObserver()
954 CommunicatorObserverI::getEndpointLookupObserver(const EndpointPtr& endpt) in getEndpointLookupObserver()
978 const EndpointPtr& endpt, in getConnectionObserver()
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DInstrumentationI.cs172 …public ConnectionHelper(Ice.ConnectionInfo con, Ice.Endpoint endpt, Ice.Instrumentation.Connection… in ConnectionHelper()
622 public EndpointHelper(Ice.Endpoint endpt, string id) : base(_attributes) in EndpointHelper()
628 public EndpointHelper(Ice.Endpoint endpt) : base(_attributes) in EndpointHelper()
688 …public RemoteInvocationHelper(Ice.ConnectionInfo con, Ice.Endpoint endpt, int requestId, int size)… in RemoteInvocationHelper()
937 …ic Ice.Instrumentation.RemoteObserver getRemoteObserver(Ice.ConnectionInfo con, Ice.Endpoint endpt, in getRemoteObserver()
1058 …public Ice.Instrumentation.Observer getConnectionEstablishmentObserver(Ice.Endpoint endpt, string … in getConnectionEstablishmentObserver()
1079 public Ice.Instrumentation.Observer getEndpointLookupObserver(Ice.Endpoint endpt) in getEndpointLookupObserver()
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DInstrumentationI.cs172 …public ConnectionHelper(Ice.ConnectionInfo con, Ice.Endpoint endpt, Ice.Instrumentation.Connection… in ConnectionHelper()
622 public EndpointHelper(Ice.Endpoint endpt, string id) : base(_attributes) in EndpointHelper()
628 public EndpointHelper(Ice.Endpoint endpt) : base(_attributes) in EndpointHelper()
688 …public RemoteInvocationHelper(Ice.ConnectionInfo con, Ice.Endpoint endpt, int requestId, int size)… in RemoteInvocationHelper()
937 …ic Ice.Instrumentation.RemoteObserver getRemoteObserver(Ice.ConnectionInfo con, Ice.Endpoint endpt, in getRemoteObserver()
1058 …public Ice.Instrumentation.Observer getConnectionEstablishmentObserver(Ice.Endpoint endpt, string … in getConnectionEstablishmentObserver()
1079 public Ice.Instrumentation.Observer getEndpointLookupObserver(Ice.Endpoint endpt) in getEndpointLookupObserver()
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DInstrumentationI.cs172 …public ConnectionHelper(Ice.ConnectionInfo con, Ice.Endpoint endpt, Ice.Instrumentation.Connection… in ConnectionHelper()
622 public EndpointHelper(Ice.Endpoint endpt, string id) : base(_attributes) in EndpointHelper()
628 public EndpointHelper(Ice.Endpoint endpt) : base(_attributes) in EndpointHelper()
688 …public RemoteInvocationHelper(Ice.ConnectionInfo con, Ice.Endpoint endpt, int requestId, int size)… in RemoteInvocationHelper()
937 …ic Ice.Instrumentation.RemoteObserver getRemoteObserver(Ice.ConnectionInfo con, Ice.Endpoint endpt, in getRemoteObserver()
1058 …public Ice.Instrumentation.Observer getConnectionEstablishmentObserver(Ice.Endpoint endpt, string … in getConnectionEstablishmentObserver()
1079 public Ice.Instrumentation.Observer getEndpointLookupObserver(Ice.Endpoint endpt) in getEndpointLookupObserver()
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Ice/
H A DInstrumentationI.cpp102 … ConnectionHelper(const ConnectionInfoPtr& con, const EndpointPtr& endpt, ConnectionState state) : in ConnectionHelper()
513 …RemoteInvocationHelper(const ConnectionInfoPtr& con, const EndpointPtr& endpt, int requestId, int … in RemoteInvocationHelper()
715 EndpointHelper(const EndpointPtr& endpt, const string& id) : _endpoint(endpt), _id(id) in EndpointHelper()
719 EndpointHelper(const EndpointPtr& endpt) : _endpoint(endpt) in EndpointHelper()
931 CommunicatorObserverI::getConnectionEstablishmentObserver(const EndpointPtr& endpt, const string& c… in getConnectionEstablishmentObserver()
954 CommunicatorObserverI::getEndpointLookupObserver(const EndpointPtr& endpt) in getEndpointLookupObserver()
978 const EndpointPtr& endpt, in getConnectionObserver()

12345678910>>...24