Home
last modified time | relevance | path

Searched defs:serp (Results 1 – 25 of 25) sorted by relevance

/dports/security/xinetd/xinetd-2.3.15/xinetd/
H A Dserver.h47 #define SERVER_SERVICE( serp ) (serp)->svr_sp argument
48 #define SERVER_CONNECTION( serp) (connection_s *)(serp)->svr_conn argument
51 #define SERVER_PID( serp ) (serp)->svr_pid argument
52 #define SERVER_EXITSTATUS( serp ) (serp)->svr_exit_status argument
53 #define SERVER_STARTTIME( serp ) (serp)->svr_start_time argument
54 #define SERVER_LOGUSER( serp ) (serp)->svr_log_remote_user argument
55 #define SERVER_FORK_FAILURES( serp ) (serp)->svr_fork_failures argument
56 #define SERVER_WRITES_TO_LOG( serp ) (serp)->svr_writes_to_log argument
58 #define SERVER_FORKLIMIT( serp ) \ argument
61 #define SERVER_SET_PID( serp, pid ) (serp)->svr_pid = (pid) argument
[all …]
H A Dserver.c39 #define FREE_SERVER( serp ) FREE( serp ) argument
61 struct server *serp ; in server_alloc() local
86 void server_release( struct server *serp ) in server_release()
112 static void server_internal( struct server *serp ) in server_internal()
139 struct server *serp = NULL; in server_run() local
207 status_e server_start( struct server *serp ) in server_start()
252 void server_dump( const struct server *serp, int fd ) in server_dump()
276 void server_end( struct server *serp ) in server_end()
321 register struct server *serp ; in server_lookup() local
H A Dbuiltins.c129 static void stream_echo( const struct server *serp ) in stream_echo()
166 static void dgram_echo( const struct server *serp ) in dgram_echo()
185 static void stream_discard( const struct server *serp ) in stream_discard()
214 static void dgram_discard( const struct server *serp ) in dgram_discard()
266 static void stream_daytime( const struct server *serp ) in stream_daytime()
287 static void dgram_daytime( const struct server *serp ) in dgram_daytime()
332 static void stream_time( const struct server *serp ) in stream_time()
354 static void dgram_time( const struct server *serp ) in dgram_time()
429 static void stream_chargen( const struct server *serp ) in stream_chargen()
459 static void dgram_chargen( const struct server *serp ) in dgram_chargen()
[all …]
H A Dretry.c116 status_e schedule_retry( struct server *serp ) in schedule_retry()
140 static void cancel_retry( struct server *serp ) in cancel_retry()
165 struct server *serp ; in cancel_service_retries() local
H A Dchild.c61 void exec_server( const struct server *serp ) in exec_server()
307 void child_process( struct server *serp ) in child_process()
445 struct server *serp ; in child_exit() local
H A Dint.c79 void intercept( struct server *serp ) in intercept()
162 struct server *serp = INT_SERVER( ip ) ; in start_server() local
H A Dudpint.c72 struct intercept_s *di_init( struct server *serp ) in di_init()
172 struct server *serp = INT_SERVER( ip ) ; in udp_remote_to_local() local
H A Dtcpint.c53 struct intercept_s *si_init( struct server *serp ) in si_init()
222 struct server *serp = INT_SERVER( ip ) ; in connection_request() local
H A Dreconfig.c212 static void sendsig( struct server *serp, int sig ) in sendsig()
289 struct server *serp ; in deliver_signal() local
H A Dspecial.c101 static void stream_logging( struct server *serp ) in stream_logging()
H A Dbuiltins.h33 #define BUILTIN_INVOKE( bp, serp ) (*(bp)->b_handler)( serp ) argument
H A Dredirect.c56 void redir_handler( struct server *serp ) in redir_handler()
H A Dintcommon.c84 void int_init( struct intercept_s *ip, struct server *serp ) in int_init()
H A Dident.c61 idresult_e log_remote_user( const struct server *serp, unsigned timeout ) in log_remote_user()
H A Daccess.c333 struct server *serp = NULL; in parent_access_control() local
H A Dlog.c142 void svc_log_exit( struct service *sp, const struct server *serp ) in svc_log_exit()
H A Dinternals.c366 struct server *serp ; in count_refs() local
H A Dservice.h125 #define SVC_INTERNAL( sp, serp ) SC_INTERNAL( SVC_CONF( sp ), serp ) argument
H A Dservice.c849 void svc_postmortem( struct service *sp, struct server *serp ) in svc_postmortem()
H A Dsconf.h297 #define SC_INTERNAL( scp, serp ) BUILTIN_INVOKE( (scp)->sc_builtin, serp ) argument
/dports/cad/electric/electric-7.00/src/usr/
H A Dusredtecg.c105 REGISTER BOOLEAN serp, square, wipes, lockable, first; in us_tecedmakelibfromtech() local
1024 void us_tecedmakenode(NODEPROTO *np, INTBIG func, BOOLEAN serp, BOOLEAN square, BOOLEAN wipes, in us_tecedmakenode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DGeometryTest.cpp387 for (const auto& serp : kSerpentines) { in test_classify_cubic() local
576 for (const auto& serp : kSerpentines) { in test_chop_at_midtangent() local
/dports/devel/py-serpent/serpent-1.28/tests/
H A Dtest_serpent.py1003 def custom_uuid_translate(obj, serp, stream, level): argument
/dports/cad/pcb/pcb-4.2.0/src/
H A Dtoporouter.h357 toporouter_serpintine_t *serp; member
H A Dtoporouter.c5776 …toporouter_serpintine_t *serp = (toporouter_serpintine_t *)malloc(sizeof(toporouter_serpintine_t)); in toporouter_serpintine_new() local