cred_ptr          391 source3/winbindd/winbindd.h 	struct WINBINDD_MEMORY_CREDS *cred_ptr;
cred_ptr          109 source3/winbindd/winbindd_cred_cache.c 	struct WINBINDD_MEMORY_CREDS *cred_ptr = entry->cred_ptr;
cred_ptr          127 source3/winbindd/winbindd_cred_cache.c 		if (cred_ptr && cred_ptr->pass) {
cred_ptr          132 source3/winbindd/winbindd_cred_cache.c 							  cred_ptr->pass,
cred_ptr          301 source3/winbindd/winbindd_cred_cache.c 	struct WINBINDD_MEMORY_CREDS *cred_ptr = entry->cred_ptr;
cred_ptr          313 source3/winbindd/winbindd_cred_cache.c 	if (!cred_ptr || !cred_ptr->pass) {
cred_ptr          330 source3/winbindd/winbindd_cred_cache.c 					  cred_ptr->pass,
cred_ptr          952 source3/winbindd/winbindd_cred_cache.c 			entry->cred_ptr = memcredp;
cred_ptr         1001 source3/winbindd/winbindd_cred_cache.c 		entry->cred_ptr = NULL;