| /plan9/sys/src/libndb/ |
| H A D | ndbgetval.c | 13 ndbgetvalue(Ndb *db, Ndbs *s, char *attr, char *val, char *rattr, Ndbtuple **pp) in ndbgetvalue() function 63 p = ndbgetvalue(db, s, attr, val, rattr, &t); in ndbgetval()
|
| H A D | ndbgetipaddr.c | 24 p = ndbgetvalue(db, &s, attr, val, "ip", &it); in ndbgetipaddr()
|
| H A D | ndbipinfo.c | 180 ipstr = ndbgetvalue(db, &s, attr, val, "ip", &nt); in ndbipinfo()
|
| /plan9/sys/src/cmd/ndb/ |
| H A D | query.c | 38 p = ndbgetvalue(db, &s, attr, val, rattr, &t); in search()
|
| H A D | cs.c | 1027 free(ndbgetvalue(db, &s, "ip", ipaddr, "sys", &t)); in ipid() 1033 free(ndbgetvalue(db, &s, "ether", eaddr, "sys", &t)); in ipid() 1293 p = ndbgetvalue(db, &s, np->net, name, "port", &t); in ipserv() 1301 p = ndbgetvalue(db, &s, "port", name, "port", &t); in ipserv() 1417 free(ndbgetvalue(db, &s, attr, host, "ip", &t)); in iplookup() 1419 dnsname = ndbgetvalue(db, &s, attr, host, "dom", nil); in iplookup() 1505 free(ndbgetvalue(db, &s, "sys", host, "telco", &t)); in telcolookup()
|
| H A D | dblookup.c | 253 free(ndbgetvalue(db, &s, "dom", name, attr, &t)); in dblookup1() 259 free(ndbgetvalue(db, &s, "sys", name, attr, &t)); in dblookup1() 667 free(ndbgetvalue(db, &s, "sys", "inside-dom", "dom", &indoms)); in loaddomsrvs() 668 free(ndbgetvalue(db, &s, "sys", "inside-ns", "ip", &innmsrvs)); in loaddomsrvs() 669 free(ndbgetvalue(db, &s, "sys", "outside-ns", "ip", &outnmsrvs)); in loaddomsrvs()
|
| /plan9/sys/include/ |
| H A D | ndb.h | 140 char* ndbgetvalue(Ndb*, Ndbs*, char*, char*, char*, Ndbtuple**);
|
| /plan9/sys/src/cmd/aux/vga/ |
| H A D | db.c | 261 if(p = ndbgetvalue(db, &s, attr, "", "videobw", nil)){ in dbmonitor()
|
| /plan9/sys/src/cmd/auth/ |
| H A D | secureidcheck.c | 371 radiussecret = ndbgetvalue(db, &s, "radius", "lra-radius", "secret", &t); in secureidcheck()
|
| /plan9/sys/src/cmd/ssh1/ |
| H A D | sshnet.c | 487 port = ndbgetvalue(db, nil, "tcp", p, "port", nil); in ndbfindport()
|
| /plan9/sys/man/2/ |
| H A D | INDEX | 961 ndbgetvalue ndb
|
| /plan9/sys/lib/man/permind/ |
| H A D | permindex | 1506 .xx "" "/ndbsearch, ndbsnext, ndbgetvalue, ndbfree," "ipattr, ndbgetipaddr, ndbipinfo, csipinfo,/" … 1949 .xx "ndbsearch, ndbsnext, ndbgetvalue,/" "ndbopen," "ndbcat, ndbchanged, ndbclose, ndbreopen," "" "… 1952 .xx "csipinfo,/" "/ndbsearch, ndbsnext, ndbgetvalue," "ndbfree, ipattr, ndbgetipaddr, ndbipinfo," "… 1959 .xx "" "/ndbcat, ndbchanged, ndbclose, ndbreopen," "ndbsearch, ndbsnext, ndbgetvalue, ndbfree,/" ""…
|
| /plan9/sys/man/ |
| H A D | searchindex | 108 …e ndbconcatenate ndbdiscard ndbfindattr ndbfree ndbgetipaddr ndbgetval ndbgetvalue ndbhash ndbipin…
|
| /plan9/sys/lib/man/lookman/ |
| H A D | index | 38723 ndbgetvalue /sys/man/2/ndb
|