Searched refs:oplen (Results 1 – 3 of 3) sorted by relevance
/third_party/iowow/src/kv/ |
D | iwal.c | 169 static iwrc _write_wl(IWAL *wal, const void *op, off_t oplen, const uint8_t *data, off_t len) { in _write_wl() argument 173 if (bufsz - wal->bufpos < oplen) { in _write_wl() 177 assert(bufsz - wal->bufpos >= oplen); in _write_wl() 178 memcpy(wal->buf + wal->bufpos, op, (size_t) oplen); in _write_wl() 179 wal->bufpos += oplen; in _write_wl() 193 IW_INLINE iwrc _write_op(IWAL *wal, const void *op, off_t oplen, const uint8_t *data, off_t len) { in _write_op() argument 196 rc = _write_wl(wal, op, oplen, data, len); in _write_op()
|
/third_party/mksh/ |
D | expr.c | 59 static const uint8_t oplen[] = { variable 640 (size_t)oplen[i]) == 0) { in exprtoken() 642 cp += oplen[i]; in exprtoken()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2grep.c | 3903 int oplen = (int)(equals - op->long_name); in main() local 3906 if (oplen == arglen && strncmp(arg, op->long_name, oplen) == 0) in main()
|