Home
last modified time | relevance | path

Searched refs:BELLE_SIP_BUFFER_OVERFLOW (Results 1 – 7 of 7) sorted by relevance

/dports/net/belle-sip/belle-sip-1.6.3-0/include/belle-sip/
H A Dutils.h68 BELLE_SIP_BUFFER_OVERFLOW = -1, enumerator
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Dbodyhandler.c65 …if ((ret == BELLE_SIP_CONTINUE) || (ret == BELLE_SIP_BUFFER_OVERFLOW)) return BELLE_SIP_BUFFER_OVE… in belle_sip_body_handler_marshal()
744 return BELLE_SIP_BUFFER_OVERFLOW; in belle_sip_multipart_body_handler_send_chunk()
847 if (returnCode == BELLE_SIP_BUFFER_OVERFLOW) { /* increase buffer size */ in belle_sip_multipart_body_handler_add_part()
H A Dbelle_sip_object.c501 }else if (error==BELLE_SIP_BUFFER_OVERFLOW){ in checked_marshal()
537 if (error==BELLE_SIP_BUFFER_OVERFLOW){ in belle_sip_object_to_alloc_string()
561 if (error==BELLE_SIP_BUFFER_OVERFLOW){ in belle_sip_object_to_string()
H A Dbelle_sip_utils.c53 error = BELLE_SIP_BUFFER_OVERFLOW; in belle_sip_snprintf_valist()
/dports/net/belle-sip/belle-sip-1.6.3-0/tester/
H A Dbelle_sdp_tester.c554 …p_object_marshal(BELLE_SIP_OBJECT(sdp),buffer,buffsize,&offset),BELLE_SIP_BUFFER_OVERFLOW, int, "%… in test_overflow()
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dquality_reporting.c66 if (ret == BELLE_SIP_BUFFER_OVERFLOW) { in append_to_buffer_valist()
/dports/net/liblinphone/linphone-3.12.0/coreapi/bellesip_sal/
H A Dsal_op_call.c106 belle_sip_error_code error = BELLE_SIP_BUFFER_OVERFLOW; in set_sdp()