OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lookup_func
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/mpl/dhcp/dist/client/
client_tables.c
52
client_universe.
lookup_func
= lookup_hashed_option;
/src/external/mpl/dhcp/dist/common/
tables.c
1103
dhcp_universe.
lookup_func
= lookup_hashed_option;
1144
nwip_universe.
lookup_func
= lookup_linked_option;
1190
fqdn_universe.
lookup_func
= lookup_linked_option;
1238
vendor_class_universe.
lookup_func
= lookup_hashed_option;
1285
vendor_universe.
lookup_func
= lookup_hashed_option;
1332
isc_universe.
lookup_func
= lookup_linked_option;
1378
dhcpv6_universe.
lookup_func
= lookup_hashed_option;
1419
vsio_universe.
lookup_func
= lookup_hashed_option;
1460
isc6_universe.
lookup_func
= lookup_hashed_option;
1502
fqdn6_universe.
lookup_func
= lookup_fqdn6_option
[
all
...]
options.c
2307
if (!universe ->
lookup_func
)
2309
oc = ((*universe ->
lookup_func
) (universe, options, code));
2345
if ((options == NULL) || (universe->
lookup_func
== NULL))
2349
oc = ((*universe->
lookup_func
)(universe, options, code));
2477
if (universe ->
lookup_func
)
2478
return (*universe ->
lookup_func
) (universe, options, code);
parse.c
1446
nu ->
lookup_func
= lookup_hashed_option;
/src/external/mpl/dhcp/dist/server/
stables.c
469
agent_universe.
lookup_func
= lookup_linked_option;
511
server_universe.
lookup_func
= lookup_hashed_option;
/src/external/mpl/dhcp/dist/includes/
tree.h
305
struct option_cache *(*
lookup_func
) (struct universe *,
member in struct:universe
/src/external/gpl3/gdb.old/dist/gdb/
symfile-debug.c
511
/* Call
LOOKUP_FUNC
to find the filename of a file containing the separate
512
debug information matching OBJFILE. If
LOOKUP_FUNC
does return a
515
LOOKUP_FUNC
, otherwise this function returns an empty pair; the first
518
Any warnings generated by this function, or by calling
LOOKUP_FUNC
are
524
std::string (*
lookup_func
) (struct objfile *, deferred_warnings *),
527
std::string filename =
lookup_func
(objfile, warnings);
/src/external/gpl3/gdb/dist/gdb/
symfile-debug.c
509
/* Call
LOOKUP_FUNC
to find the filename of a file containing the separate
510
debug information matching OBJFILE. If
LOOKUP_FUNC
does return a
513
LOOKUP_FUNC
, otherwise this function returns an empty pair; the first
516
Any warnings generated by this function, or by calling
LOOKUP_FUNC
are
522
std::string (*
lookup_func
) (struct objfile *, deferred_warnings *),
525
std::string filename =
lookup_func
(objfile, warnings);
Completed in 43 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026