Deleted Added
full compact
ohash_interval.3 (228063) ohash_interval.3 (231564)
1.\" $OpenBSD: ohash_interval.3,v 1.11 2007/05/31 19:19:30 jmc Exp $
2.\" Copyright (c) 2001 Marc Espie <espie@openbsd.org>
3.\"
4.\" Permission to use, copy, modify, and distribute this software for any
5.\" purpose with or without fee is hereby granted, provided that the above
6.\" copyright notice and this permission notice appear in all copies.
7.\"
8.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15.\"
1.\" $OpenBSD: ohash_interval.3,v 1.11 2007/05/31 19:19:30 jmc Exp $
2.\" Copyright (c) 2001 Marc Espie <espie@openbsd.org>
3.\"
4.\" Permission to use, copy, modify, and distribute this software for any
5.\" purpose with or without fee is hereby granted, provided that the above
6.\" copyright notice and this permission notice appear in all copies.
7.\"
8.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15.\"
16.\" $FreeBSD: head/usr.bin/m4/lib/ohash_interval.3 228063 2011-11-28 13:32:39Z bapt $
16.\" $FreeBSD: head/usr.bin/m4/lib/ohash_interval.3 231564 2012-02-12 18:29:56Z ed $
17.\"
18.Dd $Mdocdate: May 31 2007 $
19.Dt OPEN_HASH_HELPER 3
20.Os
21.Sh NAME
22.Nm ohash_interval ,
23.Nm ohash_create_entry ,
24.Nm ohash_qlookup ,
25.Nm ohash_qlookupi
26.Nd helper functions for open hashing
27.Sh SYNOPSIS
28.Fd #include <stdint.h>
29.Fd #include <stddef.h>
30.Fd #include <ohash.h>
17.\"
18.Dd $Mdocdate: May 31 2007 $
19.Dt OPEN_HASH_HELPER 3
20.Os
21.Sh NAME
22.Nm ohash_interval ,
23.Nm ohash_create_entry ,
24.Nm ohash_qlookup ,
25.Nm ohash_qlookupi
26.Nd helper functions for open hashing
27.Sh SYNOPSIS
28.Fd #include <stdint.h>
29.Fd #include <stddef.h>
30.Fd #include <ohash.h>
31.Ft u_int32_t
31.Ft uint32_t
32.Fn ohash_interval "const char *start" "const char **pend"
33.Ft "void *"
34.Fn ohash_create_entry "struct ohash_info *info" "const char *start" "const char **pend"
35.Ft "unsigned int"
36.Fn ohash_qlookupi "struct ohash *h" "const char *start" "const char **pend"
37.Ft "unsigned int"
38.Fn ohash_qlookup "struct ohash *h" "const char *start"
39.Sh DESCRIPTION

--- 53 unchanged lines hidden ---
32.Fn ohash_interval "const char *start" "const char **pend"
33.Ft "void *"
34.Fn ohash_create_entry "struct ohash_info *info" "const char *start" "const char **pend"
35.Ft "unsigned int"
36.Fn ohash_qlookupi "struct ohash *h" "const char *start" "const char **pend"
37.Ft "unsigned int"
38.Fn ohash_qlookup "struct ohash *h" "const char *start"
39.Sh DESCRIPTION

--- 53 unchanged lines hidden ---