Home
last modified time | relevance | path

Searched refs:strip_state (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dplustek-usbcal.c111 switch (strip_state) { in cano_PrepareToReadWhiteCal()
140 strip_state = 1; in cano_PrepareToReadWhiteCal()
150 if( strip_state == 0 ) in cano_PrepareToReadBlackCal()
166 strip_state = 0; in cano_PrepareToReadBlackCal()
172 strip_state = 2; in cano_PrepareToReadBlackCal()
193 strip_state = 1; in cano_LampOnAfterCalibration()
1230 strip_state = 0; in cano_DoCalibration()
1268 strip_state = 1; in cano_DoCalibration()
1342 strip_state = 0; in cano_DoCalibration()
1348 strip_state = 2; in cano_DoCalibration()
[all …]
/dports/devel/hadoop2/jetty-6.1.14/modules/util/src/main/java/org/mortbay/util/ajax/
H A DJSON.java582 int strip_state=1; // 0=no strip, 1=wait for /*, 2= wait for */ in parse() local
599 if (strip_state==1) in parse()
602 strip_state=2; in parse()
618 if (strip_state==2) in parse()
/dports/devel/hadoop/jetty-6.1.14/modules/util/src/main/java/org/mortbay/util/ajax/
H A DJSON.java582 int strip_state=1; // 0=no strip, 1=wait for /*, 2= wait for */ in parse() local
599 if (strip_state==1) in parse()
602 strip_state=2; in parse()
618 if (strip_state==2) in parse()
/dports/security/ratproxy/ratproxy/
H A Dhttp.h102 _u8 strip_state);
H A Dhttp.c994 _u8 strip_state) { in send_request() argument
1033 if (!strip_state) in send_request()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/osc/
H A Dosc.h635 …int strip_state (const char *path, boost::shared_ptr<ARDOUR::Stripable> s, int ssid, lo_message ms…
H A Dosc.cc3644 ret = strip_state (path, s, sid, msg); in _strip_parse()
4142 OSC::strip_state (const char *path, boost::shared_ptr<ARDOUR::Stripable> s, int ssid, lo_message ms… in strip_state() function in OSC
4222 strip_state (temppath.c_str(), s, ssid, msg); in strip_list()