Home | History | Annotate | Download | only in ndef

Lines Matching full:p_src

60 static void shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len)
62 register UINT8 *ps = p_src;
1518 tNDEF_STATUS NDEF_MsgCopyAndDechunk (UINT8 *p_src, UINT32 src_len, UINT8 *p_dest, UINT32 *p_out_len)
1529 if ((status = NDEF_MsgValidate(p_src, src_len, TRUE)) != NDEF_OK)
1538 p_rec = p_src;