Searched refs:H323_ERROR_BOUND (Results 1 – 3 of 3) sorted by relevance
106 #define CHECK_BOUND(bs,n) if((bs)->cur+(n)>(bs)->end)return(H323_ERROR_BOUND)828 return H323_ERROR_BOUND; in DecodeQ931()840 return H323_ERROR_BOUND; in DecodeQ931()844 return H323_ERROR_BOUND; in DecodeQ931()850 return H323_ERROR_BOUND; in DecodeQ931()887 return H323_ERROR_BOUND; in DecodeQ931()
610 ret == H323_ERROR_BOUND ? in h245_help()1186 ret == H323_ERROR_BOUND ? in q931_help()1786 ret == H323_ERROR_BOUND ? in ras_help()
84 #define H323_ERROR_BOUND -1 macro