HomeSort by: relevance | last modified time | path
    Searched refs:nodep (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/external/mpl/dhcp/bind/dist/lib/dns/
dbiterator.c 95 dns_dbiterator_current(dns_dbiterator_t *iterator, dns_dbnode_t **nodep,
102 REQUIRE(nodep != NULL && *nodep == NULL);
105 return (iterator->methods->current(iterator, nodep, name));
db.c 434 dns_dbnode_t **nodep) {
440 REQUIRE(nodep != NULL && *nodep == NULL);
443 return ((db->methods->findnode)(db, name, create, nodep));
446 nodep));
453 dns_clientinfo_t *clientinfo, dns_dbnode_t **nodep) {
460 REQUIRE(nodep != NULL && *nodep == NULL);
464 clientinfo, nodep));
466 return ((db->methods->findnode)(db, name, create, nodep));
    [all...]
sdlz.c 192 dns_clientinfo_t *clientinfo, dns_dbnode_t **nodep);
214 dbiterator_current(dns_dbiterator_t *iterator, dns_dbnode_t **nodep,
456 createnode(dns_sdlz_db_t *sdlz, dns_sdlznode_t **nodep) {
475 *nodep = node;
524 dns_clientinfo_t *clientinfo, dns_dbnode_t **nodep) {
536 REQUIRE(nodep != NULL && *nodep == NULL);
673 *nodep = node;
680 dns_dbnode_t **nodep) {
681 return (getnodedata(db, name, create, 0, methods, clientinfo, nodep));
    [all...]
dnsrps.c 426 dns_dbnode_t **nodep) {
431 REQUIRE(nodep != NULL && *nodep == NULL);
440 *nodep = &rpsdb->origin_node;
442 *nodep = &rpsdb->data_node;
605 dns_dbnode_t **nodep, dns_name_t *foundname,
614 if (nodep == NULL) {
616 nodep = &node;
618 rpsdb_findnode(db, name, false, nodep);
620 return (rpsdb_findrdataset(db, *nodep, NULL, type, 0, 0, rdataset
    [all...]
sdb.c 152 createnode(dns_sdb_t *sdb, dns_sdbnode_t **nodep);
177 dbiterator_current(dns_dbiterator_t *iterator, dns_dbnode_t **nodep,
412 getnode(dns_sdballnodes_t *allnodes, const char *name, dns_sdbnode_t **nodep) {
461 *nodep = sdbnode;
623 createnode(dns_sdb_t *sdb, dns_sdbnode_t **nodep) {
640 *nodep = node;
683 getoriginnode(dns_db_t *db, dns_dbnode_t **nodep) {
694 REQUIRE(nodep != NULL && *nodep == NULL);
752 *nodep = node
    [all...]
ecdb.c 258 detachnode(dns_db_t *db, dns_dbnode_t **nodep) {
263 REQUIRE(nodep != NULL);
264 node = (dns_ecdbnode_t *)*nodep;
266 *nodep = NULL;
276 dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset,
287 UNUSED(nodep);
297 isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname,
307 UNUSED(nodep);
318 dns_dbnode_t **nodep) {
324 REQUIRE(nodep != NULL && *nodep == NULL)
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
scan.l 146 0[xX]{H}+{IS}? { yylval.nodep = cvtdig(16); return(C_ICON); }
147 0{D}+{IS}? { yylval.nodep = cvtdig(8); return(C_ICON); }
148 {D}+{IS}? { yylval.nodep = cvtdig(10); return(C_ICON); }
149 L'(\\.|[^\\'])*' { yylval.nodep = wcharcon(); return(C_ICON); }
150 '(\\.|[^\\'])*' { yylval.nodep = charcon(); return(C_ICON); }
152 {D}+{E}{FS}? { yylval.nodep = floatcon(yytext); return(C_FCON); }
153 {D}*"."{D}+({E})?{FS}? { yylval.nodep = floatcon(yytext); return(C_FCON); }
154 {D}+"."{D}*({E})?{FS}? { yylval.nodep = floatcon(yytext); return(C_FCON); }
155 0[xX]{H}*"."{H}+{P}{FS}? { yylval.nodep = fhexcon(yytext); return(C_FCON); }
156 0[xX]{H}+"."{P}{FS}? { yylval.nodep = fhexcon(yytext); return(C_FCON);
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
dbiterator.c 104 dns__dbiterator_current(dns_dbiterator_t *iterator, dns_dbnode_t **nodep,
111 REQUIRE(nodep != NULL && *nodep == NULL);
114 return iterator->methods->current(iterator, nodep,
db.c 486 dns_dbnode_t **nodep DNS__DB_FLARG) {
492 REQUIRE(nodep != NULL && *nodep == NULL);
496 nodep DNS__DB_FLARG_PASS);
499 nodep DNS__DB_FLARG_PASS);
507 dns_dbnode_t **nodep DNS__DB_FLARG) {
514 REQUIRE(nodep != NULL && *nodep == NULL);
519 nodep DNS__DB_FLARG_PASS);
522 nodep DNS__DB_FLARG_PASS)
    [all...]
rbt-cachedb.c 259 setup_delegation(rbtdb_search_t *search, dns_dbnode_t **nodep,
279 * If we were to set foundname after we had set nodep or bound the
288 if (nodep != NULL) {
294 *nodep = node;
498 dns_dbnode_t **nodep, dns_name_t *foundname,
561 * we had set nodep or bound the rdataset, then we'd
579 if (nodep != NULL) {
580 *nodep = NULL;
587 if (nodep != NULL) {
591 *nodep = node
    [all...]
dnsrps.c 401 dns_dbnode_t **nodep DNS__DB_FLARG) {
406 REQUIRE(nodep != NULL && *nodep == NULL);
415 *nodep = &rpsdb->origin_node;
417 *nodep = &rpsdb->data_node;
580 dns_dbnode_t **nodep, dns_name_t *foundname,
590 if (nodep == NULL) {
592 nodep = &node;
594 rpsdb_findnode(db, name, false, nodep DNS__DB_FLARG_PASS);
596 return rpsdb_findrdataset(db, *nodep, NULL, type, 0, 0, rdataset
    [all...]
sdlz.c 187 dns_clientinfo_t *clientinfo, dns_dbnode_t **nodep);
213 dbiterator_current(dns_dbiterator_t *iterator, dns_dbnode_t **nodep,
400 createnode(dns_sdlz_db_t *sdlz, dns_sdlznode_t **nodep) {
416 *nodep = node;
465 dns_clientinfo_t *clientinfo, dns_dbnode_t **nodep) {
477 REQUIRE(nodep != NULL && *nodep == NULL);
616 *nodep = node;
623 dns_dbnode_t **nodep DNS__DB_FLARG) {
624 return getnodedata(db, name, create, 0, methods, clientinfo, nodep);
    [all...]
rbt-zonedb.c 92 dns_dbnode_t **nodep DNS__DB_FLARG) {
98 nodep DNS__DB_FLARG_PASS);
251 setup_delegation(rbtdb_search_t *search, dns_dbnode_t **nodep,
271 * If we were to set foundname after we had set nodep or bound the
280 if (nodep != NULL) {
286 *nodep = node;
469 find_wildcard(rbtdb_search_t *search, dns_rbtnode_t **nodep,
500 node = *nodep;
595 *nodep = wnode;
673 dns_rbtnode_t **nodep, dns_rbtnodechain_t *nsecchain
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
dbiterator.h 83 dns_dbnode_t **nodep,
243 #define dns_dbiterator_current(iterator, nodep, name) \
244 dns__dbiterator_current(iterator, nodep, name DNS__DB_FILELINE)
246 dns__dbiterator_current(dns_dbiterator_t *iterator, dns_dbnode_t **nodep,
257 *\li nodep != NULL && *nodep == NULL
db.h 102 dns_dbnode_t **nodep DNS__DB_FLARG);
106 dns_dbnode_t **nodep, dns_name_t *foundname,
111 dns_dbnode_t **nodep, dns_name_t *foundname,
147 dns_dbnode_t **nodep DNS__DB_FLARG);
156 dns_dbnode_t **nodep DNS__DB_FLARG);
167 dns_dbnode_t **nodep DNS__DB_FLARG);
171 dns_dbnode_t **nodep, dns_name_t *foundname,
784 #define dns_db_findnode(db, name, create, nodep) \
785 dns__db_findnode(db, name, create, nodep DNS__DB_FILELINE)
788 dns_dbnode_t **nodep DNS__DB_FLARG)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
dbiterator.h 82 dns_dbnode_t **nodep, dns_name_t *name);
206 dns_dbiterator_current(dns_dbiterator_t *iterator, dns_dbnode_t **nodep,
217 *\li nodep != NULL && *nodep == NULL
db.h 93 bool create, dns_dbnode_t **nodep);
97 dns_dbnode_t **nodep, dns_name_t *foundname,
102 dns_dbnode_t **nodep, dns_name_t *foundname,
143 isc_result_t (*getoriginnode)(dns_db_t *db, dns_dbnode_t **nodep);
153 bool create, dns_dbnode_t **nodep);
168 dns_dbnode_t **nodep);
172 dns_dbnode_t **nodep, dns_name_t *foundname,
717 dns_dbnode_t **nodep);
722 dns_clientinfo_t *clientinfo, dns_dbnode_t **nodep);
746 * \li nodep != NULL && *nodep == NUL
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
scan.l 125 0[xX]{H}+{IS}? { yylval.nodep = cvtdig(16); return(C_ICON); }
126 0{D}+{IS}? { yylval.nodep = cvtdig(8); return(C_ICON); }
127 0[bB]{B}+{IS}? { yylval.nodep = cvtdig(2); return(C_ICON); }
128 {D}+{IS}? { yylval.nodep = cvtdig(10); return(C_ICON); }
129 {UC}'(\\.|[^\\'])*' { yylval.nodep = wcharcon(); return(C_ICON); }
130 '(\\.|[^\\'])*' { yylval.nodep = charcon(); return(C_ICON); }
  /src/common/lib/libc/gen/
ptree.c 215 uintptr_t *nodep = local
217 if (*nodep == branch_node)
218 return nodep;
219 if (PT_LEAF_P(*nodep))
221 parent = PT_NODE(*nodep);
822 uintptr_t *nodep; local
836 nodep = NULL;
855 KASSERT(nodep == NULL);
868 nodep = &PTN_BRANCH_SLOT(parent, parent_slot);
869 KASSERT(*nodep == PTN_BRANCH(target))
    [all...]
  /src/external/mpl/bind/dist/bin/named/
builtin.c 93 detachnode(dns_db_t *db, dns_dbnode_t **nodep DNS__DB_FLARG);
773 createnode(bdb_t *bdb, bdbnode_t **nodep) {
791 *nodep = node;
834 getoriginnode(dns_db_t *db, dns_dbnode_t **nodep DNS__DB_FLARG) {
842 REQUIRE(nodep != NULL && *nodep == NULL);
864 *nodep = node;
870 dns_dbnode_t **nodep DNS__DB_FLARG) {
879 REQUIRE(nodep != NULL && *nodep == NULL)
    [all...]
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
stabs.c 66 resolve_tou_node(tdesc_t *node, tdesc_t **nodep, void *private __unused)
79 *nodep = new;
86 resolve_fwd_node(tdesc_t *node, tdesc_t **nodep, void *private __unused)
97 *nodep = new;
  /src/external/mpl/bind/dist/bin/tests/system/dyndb/driver/
db.c 134 dns_dbnode_t **nodep DNS__DB_FLARG) {
140 nodep DNS__DB_FLARG_PASS);
146 dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset,
153 nodep, foundname, rdataset,
159 isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname,
166 return dns__db_findzonecut(sampledb->rbtdb, name, options, now, nodep,
326 getoriginnode(dns_db_t *db, dns_dbnode_t **nodep DNS__DB_FLARG) {
331 return dns__db_getoriginnode(sampledb->rbtdb, nodep DNS__DB_FLARG_PASS);
348 dns_dbnode_t **nodep DNS__DB_FLARG) {
354 nodep DNS__DB_FLARG_PASS)
    [all...]
  /src/external/gpl2/xcvs/dist/src/
rcs.c 4885 Node *nodep, *bp; local
4901 nodep = findnode (rcs->versions, branchpoint);
4902 if (nodep == NULL)
4909 branchnode = nodep->data;
5017 Node *nodep; local
5216 nodep = getnode();
5217 nodep->type = RCSVERS;
5218 nodep->delproc = rcsvers_delproc;
5219 nodep->data = delta;
5220 nodep->key = delta->version
6264 Node *nodep; local
    [all...]
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
rb.h 568 rb_remove_safety_checks(const void *nodep, const char *function_name) {
572 if (unlikely(nodep == NULL)) {
841 a_prefix##path_entry_t *nodep; \
849 nodep = NULL; \
863 nodep = pathp; \
873 rb_remove_safety_checks(nodep, __func__); \
874 assert(nodep != NULL); \
875 assert(nodep->node == node); \
879 swap_loc = nodep; \
894 nodep->node = pathp->node;
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
rb.h 568 rb_remove_safety_checks(const void *nodep, const char *function_name) {
572 if (unlikely(nodep == NULL)) {
841 a_prefix##path_entry_t *nodep; \
849 nodep = NULL; \
863 nodep = pathp; \
873 rb_remove_safety_checks(nodep, __func__); \
874 assert(nodep != NULL); \
875 assert(nodep->node == node); \
879 swap_loc = nodep; \
894 nodep->node = pathp->node;
    [all...]

Completed in 136 milliseconds

1 2 3