offsetof           41 lib/tdb/common/tdb_private.h #ifndef offsetof
offsetof           61 lib/tdb/common/tdb_private.h #define TDB_RECOVERY_HEAD offsetof(struct tdb_header, recovery_start)
offsetof           62 lib/tdb/common/tdb_private.h #define TDB_SEQNUM_OFS    offsetof(struct tdb_header, sequence_number)
offsetof          807 lib/tdb/common/transaction.c 	*magic_offset = recovery_offset + offsetof(struct list_struct, magic);
offsetof         1091 lib/tdb/common/transaction.c 	if (tdb_ofs_write(tdb, recovery_head + offsetof(struct list_struct, magic), 
offsetof          245 source3/lib/ctdbd_conn.c 	if ((overall_length < offsetof(struct ctdb_req_message, data))
offsetof          247 source3/lib/ctdbd_conn.c 		< offsetof(struct ctdb_req_message, data) + msg->datalen)) {
offsetof          652 source3/lib/ctdbd_conn.c 	r.hdr.length = offsetof(struct ctdb_req_message, data) + blob.length;
offsetof          668 source3/lib/ctdbd_conn.c 		data_blob_const(&r, offsetof(struct ctdb_req_message, data)),
offsetof          720 source3/lib/ctdbd_conn.c 	req.hdr.length = offsetof(struct ctdb_req_control, data) + data.dsize;
offsetof          735 source3/lib/ctdbd_conn.c 		data_blob_const(&req, offsetof(struct ctdb_req_control, data)),
offsetof          899 source3/lib/ctdbd_conn.c 	req.hdr.length = offsetof(struct ctdb_req_call, data) + key.dsize;
offsetof          914 source3/lib/ctdbd_conn.c 		data_blob_const(&req, offsetof(struct ctdb_req_call, data)),
offsetof          961 source3/lib/ctdbd_conn.c 	req.hdr.length = offsetof(struct ctdb_req_call, data) + key.dsize;
offsetof          973 source3/lib/ctdbd_conn.c 		data_blob_const(&req, offsetof(struct ctdb_req_call, data)),
offsetof           91 source3/lib/dbwrap_ctdb.c 	length = offsetof(struct ctdb_rec_data, data) + key.dsize + 
offsetof          134 source3/lib/dbwrap_ctdb.c 			mem_ctx, offsetof(struct ctdb_marshall_buffer, data));
offsetof           55 source3/lib/dbwrap_rbt.c 		((char *)node - offsetof(struct db_rbt_node, rb_node));
offsetof           84 source3/lib/dbwrap_rbt.c 	key->dptr = ((uint8 *)node) + offsetof(struct db_rbt_node, data);
offsetof          135 source3/lib/dbwrap_rbt.c 		offsetof(struct db_rbt_node, data) + rec->key.dsize
offsetof           93 source3/lib/memcache.c 		((char *)node - offsetof(struct memcache_element, rb_node));
offsetof           99 source3/lib/memcache.c 	key->data = ((uint8 *)e) + offsetof(struct memcache_element, data);
offsetof         1027 source3/passdb/lookup_sid.c 	SMB_ASSERT(cache_value.length >= offsetof(struct dom_sid, id_auth));
offsetof         1082 source3/passdb/lookup_sid.c 	SMB_ASSERT(cache_value.length >= offsetof(struct dom_sid, id_auth));
offsetof          117 source3/smbd/session.c 			       + offsetof(struct sessionid, pid),
offsetof           50 source4/lib/wmi/wbemdata.c 	mp = (struct MInterfacePointer *)((char *)o - offsetof(struct MInterfacePointer, obj)); /* FIXME:high remove this Mumbo Jumbo */
offsetof          204 source4/librpc/rpc/pyrpc.c 	  offsetof(struct dcerpc_pipe, request_timeout), 0,
offsetof          328 source4/param/loadparm.c #define GLOBAL_VAR(name) offsetof(struct loadparm_global, name)
offsetof          329 source4/param/loadparm.c #define LOCAL_VAR(name) offsetof(struct loadparm_service, name)
offsetof          110 source4/torture/raw/search.c 	 offsetof(union smb_search_data, search.name),
offsetof          115 source4/torture/raw/search.c 	 offsetof(union smb_search_data, search.name),
offsetof          120 source4/torture/raw/search.c 	 offsetof(union smb_search_data, search.name),
offsetof          125 source4/torture/raw/search.c 	 offsetof(union smb_search_data, standard.name.s),
offsetof          126 source4/torture/raw/search.c 	 offsetof(union smb_search_data, standard.resume_key),
offsetof          130 source4/torture/raw/search.c 	 offsetof(union smb_search_data, ea_size.name.s),
offsetof          131 source4/torture/raw/search.c 	 offsetof(union smb_search_data, ea_size.resume_key),
offsetof          135 source4/torture/raw/search.c 	 offsetof(union smb_search_data, directory_info.name.s),
offsetof          136 source4/torture/raw/search.c 	 offsetof(union smb_search_data, directory_info.file_index),
offsetof          140 source4/torture/raw/search.c 	 offsetof(union smb_search_data, full_directory_info.name.s),
offsetof          141 source4/torture/raw/search.c 	 offsetof(union smb_search_data, full_directory_info.file_index),
offsetof          145 source4/torture/raw/search.c 	 offsetof(union smb_search_data, name_info.name.s),
offsetof          146 source4/torture/raw/search.c 	 offsetof(union smb_search_data, name_info.file_index),
offsetof          150 source4/torture/raw/search.c 	 offsetof(union smb_search_data, both_directory_info.name.s),
offsetof          151 source4/torture/raw/search.c 	 offsetof(union smb_search_data, both_directory_info.file_index),
offsetof          155 source4/torture/raw/search.c 	 offsetof(union smb_search_data, id_full_directory_info.name.s),
offsetof          156 source4/torture/raw/search.c 	 offsetof(union smb_search_data, id_full_directory_info.file_index),
offsetof          160 source4/torture/raw/search.c 	 offsetof(union smb_search_data, id_both_directory_info.name.s),
offsetof          161 source4/torture/raw/search.c 	 offsetof(union smb_search_data, id_both_directory_info.file_index),
offsetof          165 source4/torture/raw/search.c 	 offsetof(union smb_search_data, unix_info.name),
offsetof          166 source4/torture/raw/search.c 	 offsetof(union smb_search_data, unix_info.file_index),