OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sub_obj
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/src/lib/
packet-print.c
488
mj_t
sub_obj
;
local
511
(void) memset(&
sub_obj
, 0x0, sizeof(
sub_obj
));
512
mj_create(&
sub_obj
, "array");
513
mj_append(&
sub_obj
, "string", key->uids[i], -1);
514
mj_append(&
sub_obj
, "string", (r >= 0) ? "[REVOKED]" : "", -1);
515
mj_append_field(keyjson, "uid", "array", &
sub_obj
);
516
mj_delete(&
sub_obj
);
529
(void) memset(&
sub_obj
, 0x0, sizeof(
sub_obj
));
[
all
...]
/src/external/mpl/bind/dist/bin/named/
server.c
2064
conf_dnsrps_get(const cfg_obj_t **
sub_obj
, const cfg_obj_t **maps,
2068
*
sub_obj
= NULL;
2072
*
sub_obj
= cfg_tuple_get(obj, name);
2073
if (cfg_obj_isvoid(*
sub_obj
)) {
2074
*
sub_obj
= NULL;
2076
ISC_R_SUCCESS != named_config_get(maps, name,
sub_obj
))
2078
*
sub_obj
= NULL;
2091
const cfg_obj_t *
sub_obj
;
local
2093
if (!conf_dnsrps_get(&
sub_obj
, NULL, obj, name, ctx)) {
2096
if (
sub_obj
== NULL)
2112
const cfg_obj_t *
sub_obj
;
local
2463
const cfg_obj_t *
sub_obj
;
local
[
all
...]
Completed in 25 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026