Searched refs:empty_slot (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_region.c1230 REGION *rp, *empty_slot, *first_type; local
1249 empty_slot = first_type = NULL;
1253 if (empty_slot == NULL)
1254 empty_slot = rp;
1290 if (empty_slot == NULL) {
1299 memset(empty_slot, 0, sizeof(REGION));
1300 empty_slot->segid = INVALID_REGION_SEGID;
1306 empty_slot->type = infop->type;
1307 empty_slot->id = infop->id == INVALID_REGION_ID ? maxid + 1 : infop->id;
1311 *rpp = empty_slot;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dnt_printing.c3377 int empty_slot; local
3380 empty_slot = data->num_keys;
3419 empty_slot = i;
3431 for ( i=empty_slot+1; i<data->num_keys; i++ ) {
3433 memcpy( &data->keys[empty_slot], &data->keys[i], sizeof(NT_PRINTER_KEY) );
3435 empty_slot++;

Completed in 102 milliseconds