Searched refs:nitems (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | ewmhints.c | 233 unsigned long nitems; in ewmh_modify_state() local 241 result = get_property_value(This, wnd, "WM_STATE", 64, &nitems, &props, 1); in ewmh_modify_state() 242 if ((result >= 0) && nitems) in ewmh_modify_state() 255 nitems = 1; in ewmh_modify_state() 259 nitems = 2; in ewmh_modify_state() 263 32, PropModeAppend, (unsigned char *) atoms, nitems); in ewmh_modify_state() 275 for (i = 0; i < nitems; i++) in ewmh_modify_state() 279 if (i != (nitems - 1)) in ewmh_modify_state() 281 sizeof(Atom) * (nitems - i - 1)); in ewmh_modify_state() 282 nitems--; in ewmh_modify_state() [all …]
|
H A D | xclip.c | 419 unsigned long nitems, bytes_left; in xclip_handle_SelectionNotify() local 441 &type, &format, &nitems, &bytes_left, &data); in xclip_handle_SelectionNotify() 448 &type, &format, &nitems, &bytes_left, &data); in xclip_handle_SelectionNotify() 452 if ((res != Success) || (nitems != 1) || (format != 32)) in xclip_handle_SelectionNotify() 509 &type, &format, &nitems, &bytes_left, &data); in xclip_handle_SelectionNotify() 546 for (i = 0; i < nitems; i++) in xclip_handle_SelectionNotify() 675 unsigned long nitems, bytes_left; in xclip_handle_SelectionRequest() local 716 XA_INTEGER, &type, &format, &nitems, &bytes_left, in xclip_handle_SelectionRequest() 781 unsigned long nitems; in xclip_handle_PropertyNotify() local 806 if (nitems == 0) in xclip_handle_PropertyNotify() [all …]
|
/reactos/sdk/lib/3rdparty/zlib/ |
H A D | gzread.c | 409 z_size_t ZEXPORT gzfread(buf, size, nitems, file) in gzfread() argument 412 z_size_t nitems; 429 len = nitems * size; 430 if (size && len / size != nitems) {
|
H A D | gzwrite.c | 283 z_size_t ZEXPORT gzfwrite(buf, size, nitems, file) in gzfwrite() argument 286 z_size_t nitems; 302 len = nitems * size; 303 if (size && len / size != nitems) {
|
/reactos/sdk/include/reactos/libs/zlib/ |
H A D | zlib.h | 1422 ZEXTERN z_size_t ZEXPORT gzfread OF((voidp buf, z_size_t size, z_size_t nitems, 1455 z_size_t nitems, gzFile file));
|