Home
last modified time | relevance | path

Searched full:proc (Results 1 – 8 of 8) sorted by relevance

/civetweb-2.7.6/examples/_obsolete/websocket_client/ssl/
Dserver.key.orig2 Proc-Type: 4,ENCRYPTED
/civetweb-2.7.6/resources/cert/
Dserver.key.orig2 Proc-Type: 4,ENCRYPTED
Dclient.key.orig2 Proc-Type: 4,ENCRYPTED
Dserver_bkup.key.orig2 Proc-Type: 4,ENCRYPTED
/civetweb-2.7.6/src/
Dmain.c1600 /* Dialog proc for settings dialog */
1762 /* Dialog proc for input dialog */
2046 /* Dialog proc for password dialog */
2725 /* Window proc for taskbar icon */
Dcivetweb.c9559 * /sys/ and /proc/ file system.
11027 struct process_control_data *proc = (struct process_control_data *)data; local
11032 ret_pid = waitpid(proc->pid, &status, WNOHANG);
11035 DEBUG_TRACE("CGI timer: Stop child process %d\n", proc->pid);
11036 kill(proc->pid, SIGABRT);
11039 while (waitpid(proc->pid, &status, 0) != (pid_t)-1) /* nop */
11042 DEBUG_TRACE("CGI timer: Child process %d already stopped\n", proc->pid);
11045 refs = mg_atomic_dec(&proc->references);
11070 struct process_control_data *proc = NULL; local
11122 proc = (struct process_control_data *)
[all …]
/civetweb-2.7.6/
D.travis.yml47 sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6';
/civetweb-2.7.6/src/third_party/
Dsqlite3.c43877 FARPROC proc;
43879 proc = osGetProcAddressA((HANDLE)pH, zSym);
43881 (void*)pH, zSym, (void*)proc));
43882 return (void(*)(void))proc;
173177 ** on the database file. This proc moves the *-oal file to the *-wal path,