Wireshark-commits: [Wireshark-commits] master f3a68f0: Rename the slower-but-portable mempbrk to ws

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 21 Feb 2015 20:18:06 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f3a68f00a1a9b7a3f28c6986713febaa81b92ba0
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f3a68f0 by Guy Harris (guy@xxxxxxxxxxxx):

    Rename the slower-but-portable mempbrk to ws_mempbrk_portable_exec().
    
    That parallels ws_mempbrk_sse42_exec().
    
    Change-Id: I1662badc6d1efab5bdd827f29bbad3712464ec43
    Reviewed-on: https://code.wireshark.org/review/7301
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  e35aa1f   Move declarations of internal ws_mempbrk routines to a separate header.
    adds  f3a68f0   Rename the slower-but-portable mempbrk to ws_mempbrk_portable_exec().


Summary of changes:
 wsutil/ws_mempbrk.c       |    4 ++--
 wsutil/ws_mempbrk_int.h   |    2 +-
 wsutil/ws_mempbrk_sse42.c |    6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)