Searched defs:success (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DDPSCAPproto.h81 BYTE success; member in struct:__anon247
88 BYTE success; /* failed = 0, success = 1 */ member in struct:_CAPConnFailed
89 BYTE reasonLength; /* in bytes if failed, ignore if success */
99 BYTE success; /* failed = 0, success = 1 */ member in struct:_CAPConnSuccess
100 BYTE reasonLength; /* in bytes if failed, ignore if success */
H A DdpsXcmu.c1390 Bool success = False; local
1396 if (ok) success = True;
1414 success = True;
1422 if (success) npixels = mid;
1428 if (map->blue_max != 0 || npixels >= 2) success = True;
1431 if (success) {
1450 } else success = False;
1455 return success;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DColorSB.c2300 int success; local
2313 w, h, steps, &success);
2321 w, h, steps, &success);
2328 w, h, steps, &success);
2333 w, h, steps, &success);
2340 steps, &success);
2344 steps, &success);
2348 steps, &success);
2352 steps, &success);
2356 if (!success) {
2417 int success; local
[all...]

Completed in 23 milliseconds