Home
last modified time | relevance | path

Searched defs:ab (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c456 static void abInit(struct abuf *ab) { in abInit()
461 static void abAppend(struct abuf *ab, const char *s, int len) { in abAppend()
470 static void abFree(struct abuf *ab) { in abFree()
476 void refreshShowHints(struct abuf *ab, struct linenoiseState *l, int plen) { in refreshShowHints()
509 struct abuf ab; in refreshSingleLine() local
552 struct abuf ab; in refreshMultiLine() local
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c2379 arc_buf_info(arc_buf_t *ab, arc_buf_info_t *abi, int state_index) in arc_buf_info()