Searched refs:PID_LEN (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_register.c18 #define PID_ISEMPTY(p) (memcmp(p, PID_EMPTY, PID_LEN) == 0)
19 #define PID_LEN (25) /* PID entry length */ macro
217 char *p, buf[PID_LEN + 10], pid_buf[PID_LEN + 10];
249 env, dbenv->registry, buf, PID_LEN, &nr)) != 0)
259 if (nr != PID_LEN) {
276 if (memcmp(buf, pid_buf, PID_LEN) == 0) {
298 pos = (off_t)lcnt * PID_LEN;
344 for (lcnt = (u_int)end / PID_LEN +
345 ((u_int)end % PID_LEN
[all...]

Completed in 72 milliseconds