Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Ddata_string.c9 data_string *src = (data_string *)s; in data_string_copy() local
35 static int data_string_insert_dup(data_unset *dst, data_unset *src) { in data_string_insert_dup()
51 static int data_response_insert_dup(data_unset *dst, data_unset *src) { in data_response_insert_dup()
H A Ddata_integer.c8 data_integer *src = (data_integer *)s; in data_integer_copy() local
33 static int data_integer_insert_dup(data_unset *dst, data_unset *src) { in data_integer_insert_dup()
H A Ddata_array.c8 data_array *src = (data_array *)s; in data_array_copy() local
35 static int data_array_insert_dup(data_unset *dst, data_unset *src) { in data_array_insert_dup()
H A Ddata_fastcgi.c9 data_fastcgi *src = (data_fastcgi *)s; in data_fastcgi_copy() local
35 static int data_fastcgi_insert_dup(data_unset *dst, data_unset *src) { in data_fastcgi_insert_dup()
H A Ddata_count.c8 data_count *src = (data_count *)s; in data_count_copy() local
33 static int data_count_insert_dup(data_unset *dst, data_unset *src) { in data_count_insert_dup()
H A Ddata_config.c8 data_config *src = (data_config *)s; in data_config_copy() local
46 static int data_config_insert_dup(data_unset *dst, data_unset *src) { in data_config_insert_dup()
H A Dbuffer.c32 buffer *buffer_init_buffer(buffer *src) { in buffer_init_buffer()
158 int buffer_copy_string_buffer(buffer *b, const buffer *src) { in buffer_copy_string_buffer()
231 int buffer_append_string_buffer(buffer *b, const buffer *src) { in buffer_append_string_buffer()
880 const char *src; in buffer_urldecode_internal() local
940 int buffer_path_simplify(buffer *dest, buffer *src) in buffer_path_simplify()
H A Darray.c23 array *array_init_array(array *src) { in array_init_array()
H A Dproc_open.c24 static inline HANDLE dup_handle(HANDLE src, BOOL inherit, BOOL closeorig) in dup_handle()
H A Dconfigparser.y87 array *src = ((data_array *)op2)->value; in configparser_merge_data() local
H A Dmod_webdav.c662 static int webdav_copy_file(server *srv, connection *con, plugin_data *p, physical *src, physical *… in webdav_copy_file()
737 static int webdav_copy_dir(server *srv, connection *con, plugin_data *p, physical *src, physical *d… in webdav_copy_dir()
H A Dconfigparser.c90 array *src = ((data_array *)op2)->value; in configparser_merge_data() local
H A DMakefile.am79 src = server.c response.c connections.c network.c \ macro
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DMakefile.am1 SUBDIRS=src doc tests subdir
/mOS-networking-stack/util/
H A Drss.c177 char *src[] = {"66.9.149.187", in VerifyRSSHash() local
/mOS-networking-stack/core/src/include/
H A Dnetmap_user.h273 const uint64_t *src = (const uint64_t *)_src; in nm_pkt_copy() local
/mOS-networking-stack/core/src/bpf/
H A Dsf_optimize.c2141 struct slist *src; local