Home
last modified time | relevance | path

Searched refs:newline (Results 1 – 12 of 12) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c1184 char *newline; in processInlineBuffer() local
1190 newline = strchr(c->querybuf+c->qb_pos,'\n'); in processInlineBuffer()
1193 if (newline == NULL) { in processInlineBuffer()
1202 if (newline && newline != c->querybuf+c->qb_pos && *(newline-1) == '\r') in processInlineBuffer()
1203 newline--, linefeed_chars++; in processInlineBuffer()
1206 querylen = newline-(c->querybuf+c->qb_pos); in processInlineBuffer()
1286 char *newline = NULL; in processMultibulkBuffer() local
1296 if (newline == NULL) { in processMultibulkBuffer()
1318 c->qb_pos = (newline-c->querybuf)+2; in processMultibulkBuffer()
1334 if (newline == NULL) { in processMultibulkBuffer()
[all …]
/f-stack/tools/libxo/libxo/
H A Dxo_syslog.c183 char newline[] = "\n"; in xo_send_syslog() local
191 v->iov_base = newline; in xo_send_syslog()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlvm.c71 int newline = getline(p, npc); in traceexec() local
74 if (npc == 0 || pc <= oldpc || newline != getline(p, pcRel(oldpc, p))) in traceexec()
75 luaD_callhook(L, LUA_HOOKLINE, newline); in traceexec()
/f-stack/tools/libxo/doc/
H A Dencoders.rst220 followed by a newline. This `CRLF` convention dates from the distant
225 marker, a simple newline. Use the "dos" option to use the `CRLF`
H A Dxo.rst98 include a newline), use the `--continuation` option to let secondary
H A Dapi.rst1258 :param need_newline: boolean indicating need for trailing newline
1281 The `xo_errorn` function supplies a newline at the end the error
1286 a trailing newline.
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.c74 int newline = getfuncline(p, npc); in traceexec() local
77 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */ in traceexec()
78 luaD_hook(L, LUA_HOOKLINE, newline); /* call line hook */ in traceexec()
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md246 ## "STDIN" : Send a newline on STDIN. (Recommended for gather inputs)
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_access_ctrl.rst107 * Empty line, which consists of a space, form-feed ('\f'), newline ('\n'),
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib586 # NOTE: $KEEP is a variable containing pool names, separated by a newline
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure1962 /* Do not output a trailing newline, as this causes \r\n confusion
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt6304 of a valid line by inserting a newline and then returning the EOF during