v_store           135 lib/util/util_tdb.c 	int32_t v_store;
v_store           137 lib/util/util_tdb.c 	SIVAL(&v_store,0,v);
v_store           138 lib/util/util_tdb.c 	data.dptr = (unsigned char *)&v_store;
v_store           192 lib/util/util_tdb.c 	uint32_t v_store;
v_store           195 lib/util/util_tdb.c 	SIVAL(&v_store, 0, value);
v_store           196 lib/util/util_tdb.c 	data.dptr = (unsigned char *)&v_store;
v_store            45 source3/lib/dbwrap_util.c 	int32 v_store;
v_store            53 source3/lib/dbwrap_util.c 	SIVAL(&v_store, 0, v);
v_store            55 source3/lib/dbwrap_util.c 	status = rec->store(rec, make_tdb_data((const uint8 *)&v_store,
v_store            56 source3/lib/dbwrap_util.c 					       sizeof(v_store)),
v_store            84 source3/lib/dbwrap_util.c 	uint32 v_store;
v_store            92 source3/lib/dbwrap_util.c 	SIVAL(&v_store, 0, v);
v_store            94 source3/lib/dbwrap_util.c 	status = rec->store(rec, make_tdb_data((const uint8 *)&v_store,
v_store            95 source3/lib/dbwrap_util.c 					       sizeof(v_store)),
v_store           277 source3/lib/dbwrap_util.c 	int32 v_store;
v_store           279 source3/lib/dbwrap_util.c 	SIVAL(&v_store, 0, v);
v_store           282 source3/lib/dbwrap_util.c 				  make_tdb_data((const uint8 *)&v_store,
v_store           283 source3/lib/dbwrap_util.c 						sizeof(v_store)),
v_store           290 source3/lib/dbwrap_util.c 	uint32 v_store;
v_store           292 source3/lib/dbwrap_util.c 	SIVAL(&v_store, 0, v);
v_store           295 source3/lib/dbwrap_util.c 				  make_tdb_data((const uint8 *)&v_store,
v_store           296 source3/lib/dbwrap_util.c 						sizeof(v_store)),