file_off 63 source3/include/regfio.h uint32 file_off; /* my offset in the registry file */ file_off 170 source3/registry/regfio.c hbin->dirty = (write_block( file, &hbin->ps, hbin->file_off ) != -1); file_off 461 source3/registry/regfio.c hbin->file_off = offset; file_off 569 source3/registry/regfio.c DEBUG(10,("lookup_hbin_block: address = 0x%x [0x%lx]\n", hbin->file_off, (unsigned long)hbin )); file_off 586 source3/registry/regfio.c block_off = hbin->file_off + hbin->block_size; file_off 1437 source3/registry/regfio.c hbin->file_off = sbuf.st_size; file_off 1443 source3/registry/regfio.c hbin->first_hbin_off = hbin->file_off - REGF_BLOCKSIZE; file_off 1454 source3/registry/regfio.c file->last_block = hbin->file_off; file_off 1516 source3/registry/regfio.c if ( p_hbin->file_off == hbin->file_off ) { file_off 1522 source3/registry/regfio.c block_off = hbin->file_off + hbin->block_size; file_off 1737 source3/registry/regfio.c nk->parent_off = parent ? (parent->hbin_off + parent->hbin->file_off - REGF_BLOCKSIZE - HBIN_HDR_SIZE ) : REGF_OFFSET_NONE;