Home
last modified time | relevance | path

Searched refs:nvbuf (Results 1 – 20 of 20) sorted by relevance

/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Ddskx02.c83 integer nvbuf; in dskx02_() local
1845 nvbuf = 0; in dskx02_()
2105 ftnlen)1506)], &nvbuf, vidxs); in dskx02_()
2134 if (nvbuf < 200) { in dskx02_()
2135 ++nvbuf; in dskx02_()
2139 i__2 = nvbuf * 3 - 3) < 600 && 0 <= in dskx02_()
2142 vidxs[(i__1 = nvbuf - 1) < 200 && 0 <= i__1 ? in dskx02_()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Ddskx02.c83 integer nvbuf; in dskx02_() local
1845 nvbuf = 0; in dskx02_()
2105 ftnlen)1506)], &nvbuf, vidxs); in dskx02_()
2134 if (nvbuf < 200) { in dskx02_()
2135 ++nvbuf; in dskx02_()
2139 i__2 = nvbuf * 3 - 3) < 600 && 0 <= in dskx02_()
2142 vidxs[(i__1 = nvbuf - 1) < 200 && 0 <= i__1 ? in dskx02_()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/common/nvpair/
H A Dnvpair_alloc_fixed.c51 typedef struct nvbuf { struct
/dports/databases/libnvpair/libnvpair-2.0/
H A Dnvpair_alloc_fixed.c48 typedef struct nvbuf {
/dports/databases/kyotocabinet/kyotocabinet-1.2.79/
H A Dkcdb.h386 const char* ovbuf, size_t ovsiz, const char* nvbuf, size_t nvsiz) = 0;
1806 const char* ovbuf, size_t ovsiz, const char* nvbuf, size_t nvsiz) { in cas() argument
1810 explicit VisitorImpl(const char* ovbuf, size_t ovsiz, const char* nvbuf, size_t nvsiz) : in cas()
1811 ovbuf_(ovbuf), ovsiz_(ovsiz), nvbuf_(nvbuf), nvsiz_(nvsiz), ok_(false) {} in cas()
1837 VisitorImpl visitor(ovbuf, ovsiz, nvbuf, nvsiz); in cas()
H A Dkcmap.h1118 const char* nvbuf, size_t nvsiz, size_t psiz) { in concatenate()
1119 _assert_(rbuf && ovbuf && ovsiz <= MEMMAXSIZ && nvbuf && nvsiz <= MEMMAXSIZ); in concatenate()
1124 std::memcpy(wp, nvbuf, nvsiz); in concatenate()
H A Dkclangc.h554 const char* ovbuf, size_t ovsiz, const char* nvbuf, size_t nvsiz);
H A Dkclangc.cc415 const char* ovbuf, size_t ovsiz, const char* nvbuf, size_t nvsiz) { in kcdbcas() argument
418 return pdb->cas(kbuf, ksiz, ovbuf, ovsiz, nvbuf, nvsiz); in kcdbcas()
/dports/databases/p5-KyotoCabinet/kyotocabinet-perl-1.20/
H A DKyotoCabinet.xs1091 const char* nvbuf = NULL; variable
1093 if (SvOK(svnval)) nvbuf = SvPV(svnval, nvsiz);
1094 int32_t rv = kcdbcas(db, kbuf, ksiz, ovbuf, ovsiz, nvbuf, nvsiz);
/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcfdb.c2126 char *nvbuf = procptr->proc(rp, osiz, &nvsiz, procptr->op); in tcfdbputimpl() local
2127 if(nvbuf == (void *)-1){ in tcfdbputimpl()
2149 if(!nvbuf){ in tcfdbputimpl()
2172 memcpy(wp, nvbuf, nvsiz); in tcfdbputimpl()
2176 TCFREE(nvbuf); in tcfdbputimpl()
H A Dtcbdb.c2197 char *nvbuf; in tcbdbleafaddrec() local
2261 nvbuf = procptr->proc(dbuf + rec->ksiz + psiz, rec->vsiz, &nvsiz, procptr->op); in tcbdbleafaddrec()
2262 if(nvbuf == (void *)-1){ in tcbdbleafaddrec()
2264 } else if(nvbuf){ in tcbdbleafaddrec()
2273 memcpy(dbuf + rec->ksiz + psiz, nvbuf, nvsiz); in tcbdbleafaddrec()
2276 TCFREE(nvbuf); in tcbdbleafaddrec()
H A Dtchdb.c3613 char *nvbuf; in tchdbputimpl() local
3698 nvbuf = procptr->proc(rec.vbuf, rec.vsiz, &nvsiz, procptr->op); in tchdbputimpl()
3700 if(nvbuf == (void *)-1){ in tchdbputimpl()
3702 } else if(nvbuf){ in tchdbputimpl()
3705 rec.vbuf = nvbuf; in tchdbputimpl()
3708 TCFREE(nvbuf); in tchdbputimpl()
H A Dtcutil.c2062 char *nvbuf = proc(dbuf + ksiz + psiz, rec->vsiz, &nvsiz, op); in tcmapputproc() local
2063 if(nvbuf == (void *)-1){ in tcmapputproc()
2088 if(!nvbuf) return false; in tcmapputproc()
2103 memcpy(dbuf + ksiz + psiz, nvbuf, nvsiz); in tcmapputproc()
2106 TCFREE(nvbuf); in tcmapputproc()
2719 char *nvbuf = proc(dbuf + ksiz + psiz, top->vsiz, &nvsiz, op); in tctreeputproc() local
2720 if(nvbuf == (void *)-1){ in tctreeputproc()
2745 if(!nvbuf){ in tctreeputproc()
2758 memcpy(dbuf + ksiz + psiz, nvbuf, nvsiz); in tctreeputproc()
2761 TCFREE(nvbuf); in tctreeputproc()
/dports/databases/kyototycoon/kyototycoon-0.9.56/
H A Dkttimeddb.h1539 const char* ovbuf, size_t ovsiz, const char* nvbuf, size_t nvsiz,
1544 explicit VisitorImpl(const char* ovbuf, size_t ovsiz, const char* nvbuf, size_t nvsiz, in VisitorImpl() argument
1546 ovbuf_(ovbuf), ovsiz_(ovsiz), nvbuf_(nvbuf), nvsiz_(nvsiz), xt_(xt), ok_(false) {} in VisitorImpl()
1575 VisitorImpl visitor(ovbuf, ovsiz, nvbuf, nvsiz, xt);
H A Dktremotedb.h1267 const char* ovbuf, size_t ovsiz, const char* nvbuf, size_t nvsiz, in new()
1275 if (nvbuf) inmap["nval"] = std::string(nvbuf, nvsiz); in new()
H A Dmyscript.cc2850 const char* nvbuf = lua_tolstring(lua, 4, &nvsiz); in db_cas() local
2853 bool rv = db->db->cas(kbuf, ksiz, ovbuf, ovsiz, nvbuf, nvsiz, xt); in db_cas()
H A Dktserver.cc1262 const char* nvbuf = kt::strmapget(inmap, "nval", &nvsiz); in do_cas() local
1267 if (db->cas(kbuf, ksiz, ovbuf, ovsiz, nvbuf, nvsiz, xt)) { in do_cas()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/DetourTileCache/source/
H A DDetourTileCacheBuilder.cpp122 inline dtTempContour(unsigned char* vbuf, const int nvbuf, in dtTempContour()
124 verts(vbuf), nverts(0), cverts(nvbuf), in dtTempContour()
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/DetourTileCache/Source/
H A DDetourTileCacheBuilder.cpp120 inline dtTempContour(unsigned char* vbuf, const int nvbuf, in dtTempContour()
122 verts(vbuf), nverts(0), cverts(nvbuf), in dtTempContour()
/dports/databases/py-kyotocabinet/kyotocabinet-python-1.23/
H A Dkyotocabinet.cc2608 const char* nvbuf = NULL; in db_cas() local
2611 nvbuf = nval.ptr(); in db_cas()
2615 bool rv = db->cas(key.ptr(), key.size(), ovbuf, ovsiz, nvbuf, nvsiz); in db_cas()