sofia-sip/su_bm.h File Reference


Detailed Description

Boyer-Moore search algorithm.

Author:
Pekka.Pessi@nokia-email.address.hidden
Date:
Created: Mon Apr 11 17:03:13 2005 ppessi

#include <sofia-sip/su_types.h>

Include dependency graph for su_bm.h:

Go to the source code of this file.

Functions

SOFIAPUBFUN bm_fwd_table_t * bm_memmem_study (char const *needle, size_t nlen)
 Build forward skip table for Boyer-Moore algorithm.
SOFIAPUBFUN char const * bm_memmem (char const *haystack, size_t hlen, char const *needle, size_t nlen, bm_fwd_table_t *fwd)
 Search for a substring using Boyer-Moore algorithm.
SOFIAPUBFUN bm_fwd_table_t * bm_memcasemem_study (char const *needle, size_t)
 Build forward skip table for Boyer-Moore algorithm.
SOFIAPUBFUN char const * bm_memcasemem (char const *haystack, size_t hlen, char const *needle, size_t nlen, bm_fwd_table_t *fwd)
 Search for substring using Boyer-Moore algorithm.


Sofia-SIP 1.12.1 - Copyright (C) 2006 Nokia Corporation. All rights reserved. Licensed under the terms of the GNU Lesser General Public License.