OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hashtblptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/bootp/common/
hash.c
78
hash_tbl *
hashtblptr
;
84
hashtblptr
= (hash_tbl *) malloc(totalsize);
85
if (
hashtblptr
) {
86
bzero((char *)
hashtblptr
, totalsize);
87
hashtblptr
->size = tablesize; /* Success! */
88
hashtblptr
->bucketnum = 0;
89
hashtblptr
->member = (
hashtblptr
->table)[0];
92
hashtblptr
= NULL; /* Disallow zero-length tables */
94
return
hashtblptr
; /* NULL if failure *
77
hash_tbl *
hashtblptr
;
local in function:hash_Init
[
all
...]
hash.c
78
hash_tbl *
hashtblptr
;
84
hashtblptr
= (hash_tbl *) malloc(totalsize);
85
if (
hashtblptr
) {
86
bzero((char *)
hashtblptr
, totalsize);
87
hashtblptr
->size = tablesize; /* Success! */
88
hashtblptr
->bucketnum = 0;
89
hashtblptr
->member = (
hashtblptr
->table)[0];
92
hashtblptr
= NULL; /* Disallow zero-length tables */
94
return
hashtblptr
; /* NULL if failure *
77
hash_tbl *
hashtblptr
;
local in function:hash_Init
[
all
...]
Completed in 24 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025