Home
last modified time | relevance | path

Searched defs:val (Results 1 – 17 of 17) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/
H A Dsendfile.php7 $val = "X-Sendfile2: " . pathencode(getcwd() . "/index.txt") . " " . $_GET["range"]; variable
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_trigger_b4_dl.c372 datum key, val; in URIHANDLER_FUNC() local
422 datum key, val; in URIHANDLER_FUNC() local
539 datum key, val, okey; in TRIGGER_FUNC() local
H A Dbuffer.c287 int LI_ltostr(char *buf, long val) { in LI_ltostr()
319 int buffer_append_long(buffer *b, long val) { in buffer_append_long()
330 int buffer_copy_long(buffer *b, long val) { in buffer_copy_long()
338 int buffer_append_off_t(buffer *b, off_t val) { in buffer_append_off_t()
379 int buffer_copy_off_t(buffer *b, off_t val) { in buffer_copy_off_t()
H A Dstatus_counter.c54 int status_counter_set(server *srv, const char *s, size_t len, int val) { in status_counter_set()
H A Dmod_cml_lua.c94 static int c_to_lua_push(lua_State *L, int tbl, const char *key, size_t key_len, const char *val, s… in c_to_lua_push()
106 char *key = NULL, *val = NULL; in cache_export_get_params() local
H A Dmod_ssi_expr.h16 ssi_val_t val; member
H A Dmod_magnet.c569 const char *val = luaL_checkstring(L, 3); in magnet_env_set() local
661 const char *val = luaL_checkstring(L, 3); in magnet_cgi_set() local
705 const char *key, *val; in magnet_copy_response_header() local
H A Dmod_flv_streaming.c140 char *key = NULL, *val = NULL; in split_get_params() local
H A Dmod_ssi.c147 static int ssi_env_add(array *env, const char *key, const char *val) { in ssi_env_add()
636 const char *key = NULL, *val = NULL; in process_ssi_stmt() local
H A Dnetwork.c137 int val; local
H A Dmod_scgi.c610 static int env_add(char_array *env, const char *key, size_t key_len, const char *val, size_t val_le… in env_add()
736 int val; in scgi_spawn_connection() local
1289 static int scgi_env_add(buffer *env, const char *key, size_t key_len, const char *val, size_t val_l… in scgi_env_add()
H A Dmod_fastcgi.c757 static int env_add(char_array *env, const char *key, size_t key_len, const char *val, size_t val_le… in env_add()
952 int val; in fcgi_spawn_connection() local
1571 static int fcgi_env_add(buffer *env, const char *key, size_t key_len, const char *val, size_t val_l… in fcgi_env_add()
H A Dmod_cgi.c714 static int cgi_env_add(char_array *env, const char *key, size_t key_len, const char *val, size_t va… in cgi_env_add()
/mOS-networking-stack/core/src/bpf/
H A Dsf_optimize.c572 int val; member
608 int val; local
726 int val; local
993 static void opt_stmt(s, val, alter) in opt_stmt() argument
1489 int val, at_top; local
1585 int val, at_top; local
H A Dsf_gencode.c6840 struct arth *gen_loadi(val) in gen_loadi() argument
6995 struct block *gen_byteop(op, idx, val) in gen_byteop() argument
/mOS-networking-stack/util/
H A Dnetlib.c222 GetHeaderLong(const char* buf, const char* header, int hdrsize, long int *val) in GetHeaderLong()
/mOS-networking-stack/core/src/include/bpf/
H A Dgencode.h257 int val[N_ATOMS]; member