Home
last modified time | relevance | path

Searched refs:p_msg (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/dports/net/kamailio/kamailio-5.4.5/src/modules/tm/
H A Dt_lookup.c64 ( (p_msg->via1->bsize-(p_msg->_via->name.s-(p_msg->_via->hdr.s+p_msg->_via->hdr.len)))==\
420 p_msg->callid->body.len, p_msg->callid->body.s, in matching_3261()
493 p_msg->hash_index=hash( p_msg->callid->body , get_cseq(p_msg)->number); in t_lookup_request()
723 p_msg->hash_index=hash( p_msg->callid->body , get_cseq(p_msg)->number); in t_lookupOriginalT()
862 if (!(p_msg->via1 && p_msg->via1->branch && p_msg->via1->branch->value.s)) in t_reply_matching()
991 p_msg, p_msg->REPLY_STATUS); in t_reply_matching()
994 p_msg, p_msg->REPLY_STATUS); in t_reply_matching()
1035 p_msg, p_msg->id, p_msg->pid, tm_global_ctx_id.msgid, in t_check_msg()
1079 if ((p_msg->via1==0) || (p_msg->cseq==0) || (p_msg->callid==0)){ in t_check_msg()
1105 p_msg, p_msg->id, p_msg->pid, tm_global_ctx_id.msgid, in t_check_msg()
[all …]
H A Dt_fwd.h33 typedef int (*tfwd_f)(struct sip_msg* p_msg , struct proxy_l * proxy );
35 typedef int (*treplicate_uri_f)(struct sip_msg* p_msg , str *suri );
40 int t_replicate_uri(struct sip_msg *p_msg, str *suri);
41 int t_replicate(struct sip_msg *p_msg, struct proxy_l * proxy, int proto);
67 int t_forward_nonack( struct cell *t, struct sip_msg* p_msg,
69 int t_forward_cancel(struct sip_msg* p_msg , struct proxy_l * proxy,
71 int t_forward_ack( struct sip_msg* p_msg );
72 int t_send_branch( struct cell *t, int branch, struct sip_msg* p_msg ,
74 int t_relay_cancel(struct sip_msg* p_msg);
H A Dt_funcs.c238 if ( p_msg->REQ_METHOD==METHOD_CANCEL){ in t_relay_to()
239 ret=t_forward_cancel(p_msg, proxy, proto, &t); in t_relay_to()
243 new_tran = t_newtran( p_msg ); in t_relay_to()
275 p_msg->REQ_METHOD); in t_relay_to()
285 if ( p_msg->REQ_METHOD==METHOD_ACK) { in t_relay_to()
288 if(p_msg->msg_flags & FL_USE_OTCPID) { in t_relay_to()
289 dst.id = p_msg->otcpid; in t_relay_to()
303 ret=forward_request(p_msg, &host, port, &dst); in t_relay_to()
309 ret=forward_request(p_msg , 0, 0, &dst) ; in t_relay_to()
329 if (!t_reply( t, p_msg , 100 , in t_relay_to()
[all …]
H A Dt_lookup.h41 typedef struct cell* (*tlookup_original_f)( struct sip_msg* p_msg );
42 struct cell* t_lookupOriginalT( struct sip_msg* p_msg );
48 int t_lookup_request( struct sip_msg* p_msg, int leave_new_locked,
50 int t_newtran( struct sip_msg* p_msg );
55 struct sip_msg *p_msg, int branch );
58 int t_unref( struct sip_msg *p_msg);
59 typedef int (*tunref_f)( struct sip_msg *p_msg);
93 int t_get_trans_ident(struct sip_msg* p_msg, unsigned int* hash_index, unsigned int* label);
H A Dt_reply.c690 if (code>=180 && p_msg->to in _reply()
700 p_msg, &len, &bm); in _reply()
1946 p_msg, msg_status ); in relay_reply()
2291 if (p_msg && p_msg!=FAKED_REPLY && get_cseq(p_msg)->method.len==INVITE_LEN in local_reply()
2358 t_unref(p_msg); in reply_received()
2550 evp.obuf.s = p_msg->buf; in reply_received()
2551 evp.obuf.len = p_msg->len; in reply_received()
2555 evp.rpl = p_msg; in reply_received()
2618 p_msg->rcv.proto, &p_msg->rcv.src_su) in reply_received()
2636 &p_msg->rcv.src_su, p_msg, in reply_received()
[all …]
H A Dtm.c137 static int w_t_replicate( struct sip_msg *p_msg ,
1620 if (t_check( p_msg , 0 )==-1) in ki_t_retransmit_reply()
1624 if (p_msg->REQ_METHOD==METHOD_ACK) { in ki_t_retransmit_reply()
1635 return ki_t_retransmit_reply(p_msg); in w_t_retransmit_reply()
1643 ret = t_newtran( p_msg ); in w_t_newtran()
1844 r = _w_t_relay_to(p_msg, proxy, PROTO_NONE); in w_t_relay_to_avp()
1903 return t_replicate(p_msg, ( struct proxy_l *) proxy, p_msg->rcv.proto ); in w_t_replicate()
1952 r = t_replicate(p_msg, proxy, proxy->proto); in w_t_replicate_to()
1971 return _w_t_relay_to(p_msg, (struct proxy_l*) proxy, p_msg->rcv.proto); in w_t_relay2()
1979 if (p_msg->REQ_METHOD!=METHOD_CANCEL) in w_t_relay_cancel()
[all …]
H A Dt_fwd.c1525 && p_msg in t_send_branch()
1526 && (p_msg->REQ_METHOD in t_send_branch()
1609 p_msg, 0, TMCB_NONE_F); in t_send_branch()
1694 branch_ret=add_uac(t, p_msg, GET_RURI(p_msg), GET_NEXT_HOP(p_msg), in t_forward_nonack()
1695 &p_msg->path_vec, proxy, p_msg->force_send_socket, in t_forward_nonack()
1697 (p_msg->dst_uri.len)?0:UAC_SKIP_BR_DST_F, &p_msg->instance, in t_forward_nonack()
1698 &p_msg->ruid, &p_msg->location_ua); in t_forward_nonack()
1781 p_msg, 0, TMCB_NONE_F); in t_forward_nonack()
1842 new_tran=t_newtran(p_msg); in t_forward_cancel()
1860 new_tran=t_newtran(p_msg); in t_forward_cancel()
[all …]
/dports/devel/splint/splint-3.1.2/src/Headers/
H A Dcpperror.h10 extern void cppReader_errorLit (cppReader *p_pfile, /*@observer@*/ cstring p_msg);
14 /*@only@*/ cstring p_msg);
16 extern void cppReader_error (cppReader *p_pfile, /*@only@*/ cstring p_msg);
17 extern void cppReader_warning (cppReader *p_pfile, /*@only@*/ cstring p_msg);
20 extern void cppReader_warningLit (cppReader *p_pfile, /*@observer@*/ cstring p_msg);
22 extern void cppReader_pedwarn (cppReader *p_pfile, /*@only@*/ cstring p_msg);
24 extern void cppReader_pedwarnLit (cppReader *p_pfile, /*@observer@*/ cstring p_msg);
28 /*@only@*/ cstring p_msg);
/dports/multimedia/vlc/vlc-3.0.16/modules/control/dbus/
H A Ddbus_common.h52 DBusMessage* p_msg = dbus_message_new_method_return( p_from ); \
53 if( !p_msg ) return DBUS_HANDLER_RESULT_NEED_MEMORY; \
56 if( !dbus_connection_send( p_conn, p_msg, NULL ) ) \
59 dbus_message_unref( p_msg ); \
63 DBusMessage *p_msg = dbus_message_new_signal( path, \
65 if( !p_msg ) return DBUS_HANDLER_RESULT_NEED_MEMORY; \
68 if( !dbus_connection_send( p_conn, p_msg, NULL ) ) \
70 dbus_message_unref( p_msg ); \
76 dbus_message_iter_init_append( p_msg, &args )
140 int DemarshalSetPropertyValue( DBusMessage *p_msg, void *p_arg );
/dports/devel/py-sysv_ipc/sysv_ipc-1.1.0/
H A Dmq.c446 struct queue_message *p_msg = NULL; in MessageQueue_send() local
473 DPRINTF("p_msg is %p\n", p_msg); in MessageQueue_send()
475 if (!p_msg) { in MessageQueue_send()
481 p_msg->type = type; in MessageQueue_send()
485 (long)self->id, p_msg, p_msg->type, user_msg.len, flags); in MessageQueue_send()
520 free(p_msg); in MessageQueue_send()
525 free(p_msg); in MessageQueue_send()
554 if (!p_msg) { in MessageQueue_receive()
559 p_msg->type = type; in MessageQueue_receive()
603 free(p_msg); in MessageQueue_receive()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/CMSIS/CMSIS/RTOS/RTX/SRC/
H A Drt_Mailbox.c79 rt_ret_val2(p_TCB, 0x10U/*osEventMessage*/, (U32)p_msg); in rt_mbx_send()
81 *p_TCB->msg = p_msg; in rt_mbx_send()
106 os_tsk.run->msg = p_msg; in rt_mbx_send()
111 p_MCB->msg[p_MCB->first] = p_msg; in rt_mbx_send()
190 void isr_mbx_send (OS_ID mailbox, void *p_msg) { in isr_mbx_send() argument
194 rt_psq_enq (p_MCB, (U32)p_msg); in isr_mbx_send()
226 void rt_mbx_psh (P_MCB p_CB, void *p_msg) { in rt_mbx_psh() argument
235 mem = rt_alloc_box(p_msg); in rt_mbx_psh()
265 rt_ret_val2(p_TCB, 0x10U/*osEventMessage*/, (U32)p_msg); in rt_mbx_psh()
267 *p_TCB->msg = p_msg; in rt_mbx_psh()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/core/parser/
H A Dparse_from.h36 #define get_from(p_msg) ((struct to_body*)(p_msg)->from->parsed) argument
40 #define GET_FROM_PURI(p_msg) \ argument
41 (&((struct to_body*)(p_msg)->from->parsed)->parsed_uri)
H A Dparse_to.h35 #define get_to(p_msg) ((struct to_body*)(p_msg)->to->parsed) argument
37 #define GET_TO_PURI(p_msg) \ argument
38 (&((struct to_body*)(p_msg)->to->parsed)->parsed_uri)
H A Dparse_ppi_pai.h44 #define get_pai(p_msg) ((p_id_body_t*)(p_msg)->pai->parsed) argument
47 #define get_ppi(p_msg) ((p_id_body_t*)(p_msg)->ppi->parsed) argument
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/gstreamer/
H A Dgstdecode.c263 switch( GST_MESSAGE_TYPE( p_msg ) ){ in default_msg_handler()
653 GstMessage *p_msg; in DecodeBlock() local
730 p_msg = gst_bus_pop_filtered( p_sys->p_bus, in DecodeBlock()
734 if( p_msg ) in DecodeBlock()
736 switch( GST_MESSAGE_TYPE( p_msg ) ){ in DecodeBlock()
750 gst_message_unref( p_msg ); in DecodeBlock()
755 gst_message_unref( p_msg ); in DecodeBlock()
817 GstMessage *p_msg; in CloseDecoder() local
831 if( p_msg ) in CloseDecoder()
833 switch( GST_MESSAGE_TYPE( p_msg ) ){ in CloseDecoder()
[all …]
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dlogging_api.php57 function log_event( $p_level, $p_msg ) { argument
67 if( is_array( $p_msg ) ) {
68 $t_event = $p_msg;
69 $t_msg = var_export( $p_msg, true );
75 $p_msg = vsprintf( $p_msg, $t_args );
77 $t_event = array( $p_msg, 0 );
78 $t_msg = $p_msg;
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/schema/
H A DASTBuilder.cpp70 ASTBuilder :: ReportError ( const ErrorReport :: Location & p_loc, const char * p_msg ) in ReportError() argument
72 m_errors . ReportError ( p_loc, "%s", p_msg ); in ReportError()
76 ASTBuilder :: ReportError ( const char * p_msg, const AST_FQN& p_fqn ) in ReportError() argument
87 m_errors . ReportError ( p_loc, "%s: '%S'", p_msg, & p_str ); in ReportError()
93 m_errors . ReportError ( p_loc, "%s: '%s'", p_msg, p_str ); in ReportError()
97 ASTBuilder :: ReportError ( const ErrorReport :: Location & p_loc, const char * p_msg, int64_t p_va… in ReportError() argument
99 m_errors . ReportError ( p_loc, "%s: %l", p_msg, p_val ); in ReportError()
103 ASTBuilder :: ReportRc ( const char* p_msg, rc_t p_rc ) in ReportRc() argument
105 m_errors . ReportInternalError ( "", "%s: rc=%R", p_msg, p_rc ); in ReportRc()
109 ASTBuilder :: ReportInternalError ( const char * p_msg, const char * p_source ) in ReportInternalError() argument
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/schema/
H A DASTBuilder.cpp70 ASTBuilder :: ReportError ( const ErrorReport :: Location & p_loc, const char * p_msg ) in ReportError() argument
72 m_errors . ReportError ( p_loc, "%s", p_msg ); in ReportError()
76 ASTBuilder :: ReportError ( const char * p_msg, const AST_FQN& p_fqn ) in ReportError() argument
87 m_errors . ReportError ( p_loc, "%s: '%S'", p_msg, & p_str ); in ReportError()
93 m_errors . ReportError ( p_loc, "%s: '%s'", p_msg, p_str ); in ReportError()
97 ASTBuilder :: ReportError ( const ErrorReport :: Location & p_loc, const char * p_msg, int64_t p_va… in ReportError() argument
99 m_errors . ReportError ( p_loc, "%s: %l", p_msg, p_val ); in ReportError()
103 ASTBuilder :: ReportRc ( const char* p_msg, rc_t p_rc ) in ReportRc() argument
105 m_errors . ReportInternalError ( "", "%s: rc=%R", p_msg, p_rc ); in ReportRc()
109 ASTBuilder :: ReportInternalError ( const char * p_msg, const char * p_source ) in ReportInternalError() argument
[all …]
/dports/databases/gigabase/gigabase/Symbian/Carbide/workspace/GigaBASE/src/
H A Dexception.cpp20 dbException::dbException(int p_err_code, const char* p_msg, int p_arg) in dbException() argument
25 if (p_msg != NULL) { in dbException()
26 msg = new char[strlen(p_msg)+1]; in dbException()
27 strcpy(msg, p_msg); in dbException()
/dports/databases/gigabase/gigabase/
H A Dexception.cpp20 dbException::dbException(int p_err_code, const char* p_msg, int p_arg) in dbException() argument
25 if (p_msg != NULL) { in dbException()
26 msg = new char[strlen(p_msg)+1]; in dbException()
27 strcpy(msg, p_msg); in dbException()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/include/
H A Dbaconfig.h348 #define Pmsg0(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
349 #define Pmsg1(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
350 #define Pmsg2(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
351 #define Pmsg3(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
352 #define Pmsg4(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
353 #define Pmsg5(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
354 #define Pmsg6(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
355 #define Pmsg7(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
356 #define Pmsg8(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
357 #define Pmsg9(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/include/
H A Dbaconfig.h351 #define Pmsg0(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
352 #define Pmsg1(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
353 #define Pmsg2(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
354 #define Pmsg3(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
355 #define Pmsg4(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
356 #define Pmsg5(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
357 #define Pmsg6(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
358 #define Pmsg7(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
359 #define Pmsg8(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
360 #define Pmsg9(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/include/
H A Dbaconfig.h351 #define Pmsg0(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
352 #define Pmsg1(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
353 #define Pmsg2(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
354 #define Pmsg3(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
355 #define Pmsg4(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
356 #define Pmsg5(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
357 #define Pmsg6(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
358 #define Pmsg7(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
359 #define Pmsg8(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
360 #define Pmsg9(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/include/
H A Dbaconfig.h351 #define Pmsg0(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
352 #define Pmsg1(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
353 #define Pmsg2(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
354 #define Pmsg3(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
355 #define Pmsg4(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
356 #define Pmsg5(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
357 #define Pmsg6(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
358 #define Pmsg7(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
359 #define Pmsg8(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
360 #define Pmsg9(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/include/
H A Dbaconfig.h348 #define Pmsg0(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
349 #define Pmsg1(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
350 #define Pmsg2(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
351 #define Pmsg3(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
352 #define Pmsg4(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
353 #define Pmsg5(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
354 #define Pmsg6(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
355 #define Pmsg7(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
356 #define Pmsg8(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
357 #define Pmsg9(lvl, ...) p_msg(__FILE__, __LINE__, lvl, __VA_ARGS__)
[all …]

12345678910>>...12