Searched refs:ext (Results 1 – 9 of 9) sorted by relevance
| /components/lwp/ |
| A D | lwp_signal.c | 46 siginfo->ext = ext; in siginfo_create() 67 if (siginfo->ext) in siginfo_delete() 69 rt_free(siginfo->ext); in siginfo_delete() 70 siginfo->ext = RT_NULL; in siginfo_delete() 354 if (ksigi->ext) in siginfo_k2u() 359 usigi->si_utime = ksigi->ext->sigchld.stime; in siginfo_k2u() 360 usigi->si_stime = ksigi->ext->sigchld.utime; in siginfo_k2u() 554 lwp_siginfo_ext_t ext; in _notify_parent_and_leader() local 578 if (ext) in _notify_parent_and_leader() 580 ext->sigchld.status = trig_signo; in _notify_parent_and_leader() [all …]
|
| A D | lwp_pid.c | 1536 lwp_siginfo_ext_t ext; in _notify_parent() local 1553 ext = rt_malloc(sizeof(struct lwp_siginfo)); in _notify_parent() 1555 if (ext) in _notify_parent() 1558 ext->sigchld.status = signo_or_exitcode; in _notify_parent() 1559 ext->sigchld.stime = cur_thr->system_time; in _notify_parent() 1560 ext->sigchld.utime = cur_thr->user_time; in _notify_parent() 1562 lwp_signal_kill(parent, SIGCHLD, si_code, ext); in _notify_parent()
|
| /components/net/lwip/lwip-2.0.3/src/apps/httpd/ |
| A D | httpd.c | 832 char *ext; local 883 ext = NULL; 886 ext = tmp + 1; 887 tmp = strchr(ext, '.'); 889 if (ext != NULL) { 910 if (!ext) { 922 } else if (!ext) { 2182 const char* ext = NULL, *sub; local 2189 ext = uri; 2192 ext = sub; [all …]
|
| /components/net/lwip/lwip-2.1.2/src/apps/http/ |
| A D | httpd.c | 846 char *ext; local 896 ext = NULL; 899 ext = tmp + 1; 900 tmp = strchr(ext, '.'); 902 if (ext != NULL) { 923 if (!ext) { 934 } else if (!ext) { 2140 const char *ext = NULL, *sub; local 2147 ext = uri; 2149 ext = sub; [all …]
|
| /components/net/lwip/lwip-2.1.2/src/apps/http/makefsdata/ |
| A D | makefsdata.c | 872 const char *ext = ext_list; in ext_in_list() local 876 while(*ext != '\0') { in ext_in_list() 877 const char *comma = strchr(ext, ','); in ext_in_list() 881 comma = strchr(ext, '\0'); in ext_in_list() 883 ext_size = comma - ext; in ext_in_list() 885 !strncmp(&filename[filename_size - ext_size], ext, ext_size)) { in ext_in_list() 889 ext = comma + 1; in ext_in_list()
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | savannah.txt | 56 cvs -z3 -d:ext:your_login@cvs.sv.gnu.org:/sources/lwip co lwip
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 280 # using this tag. The format is ext=language, where ext is a file extension, and 944 # *.ext= (so without naming a filter).
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 280 # using this tag. The format is ext=language, where ext is a file extension, and 955 # *.ext= (so without naming a filter).
|
| A D | lwip.Doxyfile.cmake.in | 280 # using this tag. The format is ext=language, where ext is a file extension, and 955 # *.ext= (so without naming a filter).
|
Completed in 27 milliseconds