Home
last modified time | relevance | path

Searched refs: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
409 TG(on_close) = arg; in tux_register_on_close()
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
712 TG(on_close) = arg;
718 if (TG(on_close)) TG(on_close)(fd); local

Completed in 8 milliseconds