Searched refs:floor_count (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dtwr_ip.c168 floor_count,
217 floor_count = TWR_C_NUM_IP_LOWER_FLRS;
241 for ( count = 0; count < floor_count; count++ )
275 twr_rep_16 = floor_count;
288 for ( count = 0; count < floor_count; count++ )
391 floor_count,
413 memcpy ((char *)&floor_count, (char *)tower, TWR_C_TOWER_FLR_COUNT_SIZE);
414 RPC_RESOLVE_ENDIAN_INT16 (floor_count);
422 for ( count = 0; count < floor_count; count++ )
167 floor_count, local
389 floor_count, local
H A Dtwr_np.c173 floor_count,
204 floor_count = TWR_C_NUM_NP_LOWER_FLRS;
235 for ( count = 0; count < floor_count; count++ )
269 twr_rep_16 = floor_count;
282 for ( count = 0; count < floor_count; count++ )
391 floor_count,
416 memcpy ((char *)&floor_count, (char *)tower, TWR_C_TOWER_FLR_COUNT_SIZE);
417 RPC_RESOLVE_ENDIAN_INT16 (floor_count);
425 for ( count = 0; count < floor_count; count++ )
172 floor_count, local
389 floor_count, local
H A Dtwr_uxd.c166 floor_count,
194 floor_count = TWR_C_NUM_UXD_LOWER_FLRS;
216 for ( count = 0; count < floor_count; count++ )
250 twr_rep_16 = floor_count;
263 for ( count = 0; count < floor_count; count++ )
366 floor_count,
388 memcpy ((char *)&floor_count, (char *)tower, TWR_C_TOWER_FLR_COUNT_SIZE);
389 RPC_RESOLVE_ENDIAN_INT16 (floor_count);
397 for ( count = 0; count < floor_count; count++ )
165 floor_count, local
364 floor_count, local
H A Dtwr_dnet.c162 unsigned16 floor_count,
187 floor_count = TWR_C_NUM_DNA_LOWER_FLRS;
230 for ( count = 0; count < floor_count; count++ )
264 twr_rep_16 = floor_count;
277 for (count = 0; count < floor_count; count++)
380 floor_count,
402 memcpy ((char *)&floor_count, (char *)tower, twr_c_tower_flr_count_size);
403 RPC_RESOLVE_ENDIAN_INT16 (floor_count);
411 for (count = 0; count < floor_count; count++)
161 unsigned16 floor_count, local
378 floor_count, local
H A Dcomtwr.c329 unsigned16 floor_count;
336 memcpy ((char *) &floor_count, (char *) tower->tower_octet_string,
338 RPC_RESOLVE_ENDIAN_INT16 (floor_count);
343 rpc__tower_ref_alloc (tower->tower_octet_string, floor_count, 1,
326 unsigned16 floor_count; local
/macosx-10.10.1/dcerpc-61/dcerpc/rpcd/
H A Drpcdep.c277 unsigned16 floor_count, count; local
285 memcpy((char *)&floor_count, tower, TWR_C_TOWER_FLR_COUNT_SIZE);
286 RPC_RESOLVE_ENDIAN_INT16 (floor_count);
290 for ( count = 0; count < floor_count; count++ )

Completed in 119 milliseconds