Home
last modified time | relevance | path

Searched defs:on_close (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/sapi/tux/
H A Dphp_tux.c42 void (*on_close)(int); member
416 if (TG(on_close)) TG(on_close)(fd); in tux_closed_conn() local
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c45 void (*on_close)(int); member
718 if (TG(on_close)) TG(on_close)(fd); local

Completed in 22 milliseconds