Home
last modified time | relevance | path

Searched refs:pkstr (Results 1 – 4 of 4) sorted by relevance

/dports/databases/sqlite3/sqlite-src-3350500/ext/session/
H A Dsessionnoop.test132 # Arg $pkstr contains one character for each column in the table. An
135 proc mk_tbl_header {name pkstr} {
136 set ret [binary format H2c 54 [string length $pkstr]]
137 foreach i [split $pkstr {}] {
141 if {$i!="."} {error "bad pkstr: $pkstr ($i)"}
/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtctdb.h317 bool tctdbput3(TCTDB *tdb, const char *pkstr, const char *cstr);
349 bool tctdbputkeep3(TCTDB *tdb, const char *pkstr, const char *cstr);
381 bool tctdbputcat3(TCTDB *tdb, const char *pkstr, const char *cstr);
396 bool tctdbout2(TCTDB *tdb, const char *pkstr);
432 char *tctdbget3(TCTDB *tdb, const char *pkstr);
449 int tctdbvsiz2(TCTDB *tdb, const char *pkstr);
H A Dtctdb.c349 assert(tdb && pkstr && cstr); in tctdbput3()
351 bool rv = tctdbput(tdb, pkstr, strlen(pkstr), cols); in tctdbput3()
389 assert(tdb && pkstr && cstr); in tctdbputkeep3()
391 bool rv = tctdbputkeep(tdb, pkstr, strlen(pkstr), cols); in tctdbputkeep3()
431 bool rv = tctdbputcat(tdb, pkstr, strlen(pkstr), cols); in tctdbputcat3()
454 assert(tdb && pkstr); in tctdbout2()
455 return tctdbout(tdb, pkstr, strlen(pkstr)); in tctdbout2()
487 assert(tdb && pkstr); in tctdbget3()
488 TCMAP *cols = tctdbget(tdb, pkstr, strlen(pkstr)); in tctdbget3()
513 assert(tdb && pkstr); in tctdbvsiz2()
[all …]
/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.c4177 char *msg, *pkstr; in check_for_lives() local
4178 if (pkgstring) pkstr = lives_strdup_printf(" from package %s ", pkgstring); in check_for_lives()
4179 else pkstr = lives_strdup(""); in check_for_lives()
4182 filtname, pkstr, naudins); in check_for_lives()
4183 lives_free(filtname); lives_free(pkstr); lives_free(pkgstring); in check_for_lives()
4224 char *msg, *pkstr; in check_for_lives() local
4226 if (pkgstring) pkstr = lives_strdup_printf(" from package %s ", pkgstring); in check_for_lives()
4227 else pkstr = lives_strdup(""); in check_for_lives()
4230 filtname, pkstr, chans_in_mand); in check_for_lives()
4231 lives_free(filtname); lives_free(pkstr); lives_free(pkgstring); in check_for_lives()