Searched refs:retval (Results 201 - 225 of 937) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebGeolocationProvider.idl43 HRESULT lastPosition([out, retval] IWebGeolocationPosition** lastPosition);
H A DIWebHistoryPrivate.idl37 HRESULT allItems([in, out] int* count, [out, retval] IWebHistoryItem** items);
H A DIWebJavaScriptCollector.idl42 HRESULT objectCount([out, retval] UINT* count);
H A DIWebResourceLoadDelegatePrivate.idl61 HRESULT shouldUseCredentialStorage([in] IWebView* webView, [in] unsigned long identifier, [in] IWebDataSource* dataSource, [out, retval] BOOL* shouldUse);
63 HRESULT shouldCacheResponse([in] IWebView* webView, [in] unsigned long identifier, [in] IWebURLResponse* response, [in] const char* data, [in] unsigned long long length, [in] IWebDataSource* dataSource, [out, retval] BOOL* shouldCache);
/macosx-10.9.5/bless-98/libbless/FinderInfo/
H A DBLGetFinderFlag.c54 uint16_t flag, int *retval) {
74 *retval = ( twoUint->first & CFSwapInt16HostToBig(flag) ? 1 : 0 );
53 BLGetFinderFlag(BLContextPtr context, const char * path, uint16_t flag, int *retval) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_btreeio.c98 OSStatus retval = E_NONE; local
122 retval = buf_meta_bread(vp, (daddr64_t)blockNum, block->blockSize, NOCRED, &bp);
125 retval = -1; //XXX need better error
127 if (retval == E_NONE) {
150 retval = hfs_swap_BTNode (block, vp, kSwapBTNodeHeaderRecordOnly, allow_empty_node);
162 retval = hfs_swap_BTNode (block, vp, kSwapBTNodeBigToHost, allow_empty_node);
174 retval = hfs_swap_BTNode (block, vp, kSwapBTNodeBigToHost, allow_empty_node);
179 * anything here, because the node is ready to use. Set retval == 0.
181 retval = 0;
198 if (retval)
237 int retval; local
269 OSStatus retval = E_NONE; local
382 OSStatus retval = 0, ret = 0; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/hsearch/
H A Dhsearch.c50 static ENTRY retval; variable
136 retval.key = item.key;
137 retval.data = item.data;
138 return (&retval);
/macosx-10.9.5/Libc-997.90.3/string/FreeBSD/
H A Dstrerror.c85 int retval = 0; local
100 retval = EINVAL;
109 retval = ERANGE;
117 return (retval);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUHazardRecognizers.cpp47 ScheduleHazardRecognizer::HazardType retval = NoHazard;
112 retval = Hazard;
115 << retval << "\n");
117 return retval;
/macosx-10.9.5/BerkeleyDB-21/db/os_windows/
H A Dos_fid.c39 BOOL retval = FALSE; local
55 if ((retval = GetFileInformationByHandle(fhp->handle, &fi)) == FALSE)
59 if (retval == FALSE)
/macosx-10.9.5/disklabel-6/
H A Dstatus.c43 char *retval = NULL; local
79 retval = strndup(dbuf, tmp - dbuf);
84 return retval;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXutil.cpp76 int retval = encode_leb128(temp64.x, &nbytes, encoded, 16); local
78 (void)retval;
79 assert(retval == 0 &&
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dhistory.c700 int i = -1, retval; local
714 for (i = 0, retval = HLAST(h, &ev);
715 retval != -1;
716 retval = HPREV(h, &ev), i++) {
745 int retval; local
747 for (retval = HCURR(h, ev); retval != -1; retval = HPREV(h, ev))
762 int retval; local
764 for (retval
780 int retval; local
798 int retval; local
817 int retval; local
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/DLLX/
H A DTXTRecord.h132 STDMETHOD(ContainsKey)(BSTR key, VARIANT_BOOL* retval);
138 STDMETHOD(GetKeyAtIndex)(ULONG index, BSTR* retval);
140 STDMETHOD(GetValueAtIndex)(ULONG index, VARIANT* retval);
/macosx-10.9.5/postfix-252/postfix/src/tls/
H A Dtls_session.c84 int retval; local
101 retval = tls_bio_shutdown(vstream_fileno(stream), timeout, TLScontext);
102 if (retval == 0)
H A Dtls_stream.c90 #define NORMALIZED_VSTREAM_RETURN(retval) ((retval) < 0 ? -1 : (retval))
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dpyobjc.h138 #define PyObjC_Assert(expr, retval) \
139 if (!(expr)) { PyObjCErr_InternalError(); return (retval); }
143 #define PyObjC_Assert(expr, retval) ((void)0)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dpyobjc.h174 #define PyObjC_Assert(expr, retval) \
177 "assertion failed: " #expr); return (retval); } \
184 #define PyObjC_Assert(expr, retval) ((void)0)
/macosx-10.9.5/zlib-53/zlib/contrib/dotzlib/DotZLib/
H A DInflater.cs39 int retval = inflateInit_(ref _ztream, Info.Version, Marshal.SizeOf(_ztream));
40 if (retval != 0)
41 throw new ZLibException(retval, "Could not initialize inflater");
/macosx-10.9.5/CommonCrypto-60049/test/CommonCrypto/
H A DCommonRSA.c42 CCCryptorStatus retval;
45 ok((retval = CCRSACryptorEncrypt(publicKey, padding, keydata->bytes, keydata->len,
48 if(retval) goto errout;
50 ok((retval = CCRSACryptorDecrypt(privateKey, padding, encryptedKey->bytes, encryptedKey->len,
54 if(retval) goto errout;
66 CCCryptorStatus retval;
71 retval = CCRSACryptorSign(privateKey, padding,
76 ok(retval == kCCSuccess, "RSA Signing");
77 if(retval) goto errout;
79 retval
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dpeer.c155 isc_netaddr_t *addr, dns_peer_t **retval)
160 REQUIRE(retval != NULL);
173 *retval = server;
185 dns_peerlist_currpeer(dns_peerlist_t *peers, dns_peer_t **retval) { argument
190 dns_peer_attach(p, retval);
328 dns_peer_getbogus(dns_peer_t *peer, isc_boolean_t *retval) { argument
330 REQUIRE(retval != NULL);
333 *retval = peer->bogus;
355 dns_peer_getprovideixfr(dns_peer_t *peer, isc_boolean_t *retval) { argument
357 REQUIRE(retval !
154 dns_peerlist_peerbyaddr(dns_peerlist_t *servers, isc_netaddr_t *addr, dns_peer_t **retval) argument
382 dns_peer_getrequestixfr(dns_peer_t *peer, isc_boolean_t *retval) argument
408 dns_peer_getsupportedns(dns_peer_t *peer, isc_boolean_t *retval) argument
434 dns_peer_getrequestnsid(dns_peer_t *peer, isc_boolean_t *retval) argument
460 dns_peer_gettransfers(dns_peer_t *peer, isc_uint32_t *retval) argument
488 dns_peer_gettransferformat(dns_peer_t *peer, dns_transfer_format_t *retval) argument
501 dns_peer_getkey(dns_peer_t *peer, dns_name_t **retval) argument
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dnls.c161 char *wp, *retval; local
178 retval = (char *)malloc ((all_digits ? 3 : 0) + len + 1);
179 if (retval == 0)
182 wp = retval;
198 return retval;
/macosx-10.9.5/hfs-226.1.1/CopyHFSMeta/
H A DScanExtents.c54 int retval = 0; local
119 return retval;
139 unsigned int retval; local
149 retval = S32(descp->fLink);
161 retval = 0;
174 return retval;
185 int retval = -1; local
206 retval = -1;
260 retval = -1;
265 retval
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dproc_info.c93 int proc_info_internal(int callnum, int pid, int flavor, uint64_t arg, user_addr_t buffer, uint32_t buffersize, int32_t * retval);
96 int proc_listpids(uint32_t type, uint32_t tyoneinfo, user_addr_t buffer, uint32_t buffersize, int32_t * retval);
97 int proc_pidinfo(int pid, int flavor, uint64_t arg, user_addr_t buffer, uint32_t buffersize, int32_t * retval);
98 int proc_pidfdinfo(int pid, int flavor,int fd, user_addr_t buffer, uint32_t buffersize, int32_t * retval);
99 int proc_kernmsgbuf(user_addr_t buffer, uint32_t buffersize, int32_t * retval);
100 int proc_setcontrol(int pid, int flavor, uint64_t arg, user_addr_t buffer, uint32_t buffersize, int32_t * retval);
101 int proc_pidfileportinfo(int pid, int flavor, mach_port_name_t name, user_addr_t buffer, uint32_t buffersize, int32_t *retval);
102 int proc_dirtycontrol(int pid, int flavor, uint64_t arg, int32_t * retval);
103 int proc_terminate(int pid, int32_t * retval);
104 int proc_pid_rusage(int pid, int flavor, user_addr_t buffer, int32_t * retval);
171 proc_info(__unused struct proc *p, struct proc_info_args * uap, int32_t *retval) argument
178 proc_info_internal(int callnum, int pid, int flavor, uint64_t arg, user_addr_t buffer, uint32_t buffersize, int32_t * retval) argument
210 proc_listpids(uint32_t type, uint32_t typeinfo, user_addr_t buffer, uint32_t buffersize, int32_t * retval) argument
335 proc_pidfdlist(proc_t p, user_addr_t buffer, uint32_t buffersize, int32_t *retval) argument
424 proc_pidfileportlist(proc_t p, user_addr_t buffer, uint32_t buffersize, int32_t *retval) argument
769 proc_pidlistthreads(proc_t p, user_addr_t buffer, uint32_t buffersize, int32_t *retval) argument
803 proc_pidregioninfo(proc_t p, uint64_t arg, user_addr_t buffer, __unused uint32_t buffersize, int32_t *retval) argument
820 proc_pidregionpathinfo(proc_t p, uint64_t arg, user_addr_t buffer, __unused uint32_t buffersize, int32_t *retval) argument
857 proc_pidvnodepathinfo(proc_t p, __unused uint64_t arg, user_addr_t buffer, __unused uint32_t buffersize, int32_t *retval) argument
919 proc_pidpathinfo(proc_t p, __unused uint64_t arg, user_addr_t buffer, uint32_t buffersize, __unused int32_t *retval) argument
987 proc_pidinfo(int pid, int flavor, uint64_t arg, user_addr_t buffer, uint32_t buffersize, int32_t * retval) argument
1272 pid_vnodeinfo(vnode_t vp, uint32_t vid, struct fileproc * fp, int closeonexec, user_addr_t buffer, __unused uint32_t buffersize, int32_t * retval) argument
1293 pid_vnodeinfopath(vnode_t vp, uint32_t vid, struct fileproc * fp, int closeonexec, user_addr_t buffer, __unused uint32_t buffersize, int32_t * retval) argument
1373 pid_socketinfo(socket_t so, struct fileproc *fp, int closeonexec, user_addr_t buffer, __unused uint32_t buffersize, int32_t * retval) argument
1394 pid_pseminfo(struct psemnode *psem, struct fileproc *fp, int closeonexec, user_addr_t buffer, __unused uint32_t buffersize, int32_t * retval) argument
1411 pid_pshminfo(struct pshmnode *pshm, struct fileproc *fp, int closeonexec, user_addr_t buffer, __unused uint32_t buffersize, int32_t * retval) argument
1428 pid_pipeinfo(struct pipe * p, struct fileproc *fp, int closeonexec, user_addr_t buffer, __unused uint32_t buffersize, int32_t * retval) argument
1444 pid_kqueueinfo(struct kqueue * kq, struct fileproc *fp, int closeonexec, user_addr_t buffer, __unused uint32_t buffersize, int32_t * retval) argument
1462 pid_atalkinfo(__unused struct atalk * at, __unused struct fileproc *fp, __unused int closeonexec, __unused user_addr_t buffer, __unused uint32_t buffersize, __unused int32_t * retval) argument
1471 proc_pidfdinfo(int pid, int flavor, int fd, user_addr_t buffer, uint32_t buffersize, int32_t * retval) argument
1704 proc_pidfileportinfo(int pid, int flavor, mach_port_name_t name, user_addr_t buffer, uint32_t buffersize, int32_t *retval) argument
1795 proc_kernmsgbuf(user_addr_t buffer, uint32_t buffersize, int32_t * retval) argument
1805 proc_setcontrol(int pid, int flavor, uint64_t arg, user_addr_t buffer, uint32_t buffersize, __unused int32_t * retval) argument
1885 proc_dirtycontrol(int pid, int flavor, uint64_t arg, int32_t *retval) argument
1969 proc_dirtycontrol(__unused int pid, __unused int flavor, __unused uint64_t arg, __unused int32_t *retval) argument
1982 proc_terminate(int pid, int32_t *retval) argument
2072 proc_pid_rusage(int pid, int flavor, user_addr_t buffer, __unused int32_t *retval) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecRecoveryPassword.c213 CFDataRef retval = NULL; local
222 retval = SecTransformExecute(digestTrans, &error);
223 if(retval == NULL) {
230 return retval;
236 CFDataRef retval = NULL; local
240 if(error == NULL) retval = SecTransformExecute(encodeTrans, &error);
242 return retval;
248 CFDataRef retval = NULL; local
252 if(error == NULL) retval = SecTransformExecute(decodeTrans, &error);
254 return retval;
260 CFDataRef retval = NULL; local
287 CFStringRef retval = NULL; local
319 CFDataRef hashedPassword, retval; local
348 CFMutableDictionaryRef retval = NULL; local
[all...]

Completed in 225 milliseconds

1234567891011>>