Searched defs:fin (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/filters/ |
H A D | sed0.c | 29 static int fcomp(sed_commands_t *commands, apr_file_t *fin); 32 static int rline(sed_commands_t *commands, apr_file_t *fin, 118 apr_status_t sed_compile_file(sed_commands_t *commands, apr_file_t *fin) argument 120 apr_status_t rv = fcomp(commands, fin); 199 static int fcomp(sed_commands_t *commands, apr_file_t *fin) argument 214 if (rline(commands, fin, commands->linebuf, 227 if (rline(commands, fin, commands->linebuf, 714 static int rline(sed_commands_t *commands, apr_file_t *fin, argument 785 while (apr_file_read(fin, &t, &bytes_read) != APR_SUCCESS) { 798 if (apr_file_read(fin, [all...] |
H A D | sed1.c | 332 apr_status_t sed_eval_file(sed_eval_t *eval, apr_file_t *fin, void *fout) argument 339 if (apr_file_read(fin, buf, &read_bytes) != APR_SUCCESS)
|
/httpd/modules/lua/ |
H A D | lua_request.c | 2258 unsigned char ubyte, fin, opcode, mask, payload; local 2260 /* fin bit is the first bit */ 2261 fin = ubyte >> (CHAR_BIT - 1); 2322 fin ? "This is a final frame" : "more to follow"); 2371 lua_pushboolean(L, fin); /* push FIN bit to stack as boolean */
|
Completed in 17 milliseconds