Home
last modified time | relevance | path

Searched refs:ouch (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/x11vnc/
Drates.c349 int db = 0, ouch_db = 0, ouch = 0; in measure_send_rates() local
459 #define OUCH ( ouch || (ouch = (!client_count || client_count != clcnt0 || dnow() < last_client_gon… in measure_send_rates()
550 if (OUCH) goto ouch; in measure_send_rates()
600 if (OUCH) goto ouch; in measure_send_rates()
658 ouch: in measure_send_rates()
/external/libxml2/
DChangeLog15385 * SAX.c: ouch a non-defined namespace could lead to a crash,
17393 * xpath.c: ouch don't free NULL, rare case fixed