Home
last modified time | relevance | path

Searched refs:prochex (Results 1 – 2 of 2) sorted by relevance

/dports/databases/kyotocabinet/kyotocabinet-1.2.79/
H A Dkcutilmgr.cc33 static int32_t prochex(const char* file, bool dec);
112 int32_t rv = prochex(file, dec); in send_to_peek_from_poll()
306 static int32_t prochex(const char* file, bool dec) {
/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcucodec.c51 static int prochex(const char *ibuf, int isiz, bool dec);
352 int rv = prochex(ibuf, isiz, dec); in runhex()
924 static int prochex(const char *ibuf, int isiz, bool dec){ in prochex() function