Searched refs:entry_ptr (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_authcache.c80 void ReleaseCredentials(struct authcache_entry *entry_ptr);
85 void RemoveAuthentication(struct authcache_entry *entry_ptr) argument
88 if ( entry_ptr != authcache_proxy_entry )
90 LIST_REMOVE(entry_ptr, entries);
102 if ( entry_ptr->auth != NULL )
104 CFRelease(entry_ptr->auth);
105 entry_ptr->auth = NULL;
108 ReleaseCredentials(entry_ptr);
110 free(entry_ptr);
117 struct authcache_entry *entry_ptr)
116 ReleaseCredentials( struct authcache_entry *entry_ptr) argument
139 SetCredentials( struct authcache_entry *entry_ptr, CFStringRef new_username, CFStringRef new_password, CFStringRef new_domain) argument
315 AddServerCredentials( struct authcache_entry *entry_ptr, CFHTTPMessageRef request) argument
396 AddProxyCredentials(struct authcache_entry *entry_ptr, CFHTTPMessageRef request) argument
480 struct authcache_entry *entry_ptr; local
528 struct authcache_entry *entry_ptr; local
583 struct authcache_entry *entry_ptr; local
605 ApplyCredentialsToRequest(struct authcache_entry *entry_ptr, CFHTTPMessageRef request) argument
648 struct authcache_entry *entry_ptr; local
705 struct authcache_entry *entry_ptr; local
918 struct authcache_entry *entry_ptr; local
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dparse_entry.c207 struct name_table_entry const *entry_ptr; local
288 entry_ptr = _nc_find_entry(_nc_curr_token.tk_name,
299 if (entry_ptr == NOTFOUND) {
314 entry_ptr = _nc_find_entry(ap->to,
316 if (entry_ptr && !silent)
330 entry_ptr = _nc_find_entry(ap->to,
332 if (entry_ptr && !silent)
338 if (entry_ptr == NOTFOUND) {
339 entry_ptr = lookup_fullname(_nc_curr_token.tk_name);
348 if (entry_ptr
987 struct name_table_entry const *entry_ptr = _nc_get_table(FALSE); local
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dm88k-dis.c698 const HASHTAB *entry_ptr;
727 for (entry_ptr = hashtable[opcode % HASHVAL];
728 (entry_ptr != NULL) && (entry_ptr->instr->opcode != opcode);
729 entry_ptr = entry_ptr->next)
732 if (entry_ptr == NULL)
736 (*info->fprintf_func) (info->stream, "%s", entry_ptr->instr->mnemonic);
737 printop (info, &(entry_ptr->instr->op1), instruction, pc, 1);
738 printop (info, &(entry_ptr
697 const HASHTAB *entry_ptr; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dcprotect.h297 int cp_entry_gentempkeys(struct cprotect **entry_ptr, struct hfsmount *hfsmp);
299 void cp_entry_destroy(struct cprotect *entry_ptr);
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cprotect.c370 int cp_entry_gentempkeys(struct cprotect **entry_ptr, struct hfsmount *hfsmp) argument
385 *entry_ptr = NULL;
402 *entry_ptr = entry;
412 cp_entry_destroy(struct cprotect *entry_ptr) argument
414 if (entry_ptr == NULL) {
418 cp_entry_dealloc(entry_ptr);
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dipc.py331 entry_ptr = int(hex(entry), 16)

Completed in 241 milliseconds