vp                153 lib/tdb/common/open.c 	unsigned char *vp;
vp                255 lib/tdb/common/open.c 	vp = (unsigned char *)&tdb->header.version;
vp                256 lib/tdb/common/open.c 	vertest = (((uint32_t)vp[0]) << 24) | (((uint32_t)vp[1]) << 16) |
vp                257 lib/tdb/common/open.c 		  (((uint32_t)vp[2]) << 8) | (uint32_t)vp[3];
vp                582 source3/modules/onefs_shadow_copy.c 	walk(const void *vp, VISIT v, int level)
vp                589 source3/modules/onefs_shadow_copy.c 		isp = *(const struct osc_snapshot **)(u_long)vp;
vp                649 source3/modules/onefs_shadow_copy.c osc_version_readdir(void *vp)
vp                651 source3/modules/onefs_shadow_copy.c 	struct osc_directory_ctx *idcp = vp;
vp                668 source3/modules/onefs_shadow_copy.c osc_version_closedir(void *vp)
vp                670 source3/modules/onefs_shadow_copy.c 	struct osc_directory_ctx *idcp = vp;
vp                 28 source3/modules/onefs_shadow_copy.h char *osc_version_readdir(void *vp);
vp                 29 source3/modules/onefs_shadow_copy.h void osc_version_closedir(void *vp);
vp               6159 source3/passdb/pdb_ldap.c static void free_private_data(void **vp) 
vp               6161 source3/passdb/pdb_ldap.c 	struct ldapsam_privates **ldap_state = (struct ldapsam_privates **)vp;
vp               1528 source3/passdb/pdb_smbpasswd.c static void free_private_data(void **vp) 
vp               1530 source3/passdb/pdb_smbpasswd.c 	struct smbpasswd_privates **privates = (struct smbpasswd_privates**)vp;
vp                122 source4/heimdal/lib/hcrypto/rsa-imath.c     mpz_t vp, vq, u;
vp                123 source4/heimdal/lib/hcrypto/rsa-imath.c     mp_int_init(&vp); mp_int_init(&vq); mp_int_init(&u);
vp                128 source4/heimdal/lib/hcrypto/rsa-imath.c     mp_int_exptmod(&u, dmp1, p, &vp);
vp                134 source4/heimdal/lib/hcrypto/rsa-imath.c     mp_int_sub(&vp, &vq, &u);
vp                144 source4/heimdal/lib/hcrypto/rsa-imath.c     mp_int_clear(&vp);