Home | History | Annotate | Download | only in ndef

Lines Matching defs:p_end

82     UINT8   *p_end = p_msg + msg_len;
99 for (count = 0; p_rec < p_end; count++)
102 if (p_rec + 3 > p_end)
120 if (p_rec + 4 > p_end)
130 if (p_rec + 1 > p_end)
203 /* p_rec should equal p_end if all the length fields were correct */
204 if (p_rec != p_end)