OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h_next
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/config/
hash.c
63
TAILQ_ENTRY(hashent)
h_next
;
129
TAILQ_REMOVE(&oldh[i], p,
h_next
);
131
TAILQ_INSERT_HEAD(&h[p->h_hash & n], p,
h_next
);
142
* Make a new hash entry, setting its
h_next
to NULL.
218
TAILQ_FOREACH(hp, hpp,
h_next
) {
224
TAILQ_INSERT_TAIL(hpp, hp,
h_next
);
250
TAILQ_REMOVE(hpp, hp,
h_next
);
273
TAILQ_FOREACH(hp, hpp,
h_next
) {
282
TAILQ_INSERT_TAIL(hpp, hp,
h_next
);
308
TAILQ_FOREACH(hp, hpp,
h_next
) {
[
all
...]
/src/lib/libedit/
history.c
104
history_gfun_t
h_next
; /* Get the next element */
local in function:TYPE
115
#define HNEXT(h, ev) (*(h)->
h_next
)((h)->h_ref, ev)
619
h->
h_next
= history_def_next;
642
if (h->
h_next
== history_def_next)
657
if (h->
h_next
!= history_def_next) {
676
if (h->
h_next
!= history_def_next) {
696
if (h->
h_next
!= history_def_next) {
711
if (h->
h_next
!= history_def_next) {
728
if (nh->h_first == NULL || nh->
h_next
== NULL || nh->h_last == NULL ||
732
if (h->
h_next
!= history_def_next)
[
all
...]
/src/libexec/httpd/
lua-bozo.c
130
SIMPLEQ_INSERT_TAIL(&map->handlers, handler,
h_next
);
364
SIMPLEQ_FOREACH(hndlr, &map->handlers,
h_next
) {
407
SIMPLEQ_FOREACH(headp, &request->hr_headers,
h_next
)
bozohttpd.h
63
SIMPLEQ_ENTRY(bozoheaders)
h_next
;
71
SIMPLEQ_ENTRY(lua_handler)
h_next
;
cgi-bozo.c
160
SIMPLEQ_INSERT_TAIL(&headers, hdr,
h_next
);
175
SIMPLEQ_FOREACH_SAFE(hdr, &headers,
h_next
, nhdr) {
510
SIMPLEQ_FOREACH(headp, &request->hr_headers,
h_next
) {
bozohttpd.c
366
hdr = SIMPLEQ_NEXT(hdr,
h_next
)) {
375
hdr = SIMPLEQ_NEXT(hdr,
h_next
)) {
449
SIMPLEQ_FOREACH(hdr, headers,
h_next
) {
472
SIMPLEQ_INSERT_TAIL(headers, hdr,
h_next
);
1978
SIMPLEQ_FOREACH(hdr, &request->hr_replheaders,
h_next
) {
2304
SIMPLEQ_FOREACH(hdr, &request->hr_replheaders,
h_next
) {
Completed in 18 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025