Searched refs:rv (Results 151 - 175 of 921) sorted by relevance

1234567891011>>

/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cvopengltexturecache.py19 rv, cache = CVOpenGLTextureCacheCreate(None, None, cglCtx, cglFmt, None, None)
20 self.assertEqual(rv, 0)
28 rv, texture = CVOpenGLTextureCacheCreateTextureFromImage(None, cache, img, None, None)
29 self.assertEqual(rv, 0)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/PyObjCTest/
H A Dtest_cvopengltexturecache.py25 rv, cache = CVOpenGLTextureCacheCreate(None, None, cglCtx, cglFmt, None, None)
26 self.assertEqual(rv, 0)
34 rv, texture = CVOpenGLTextureCacheCreateTextureFromImage(None, cache, img, None, None)
35 self.assertEqual(rv, 0)
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/
H A Dgetiopolicy_np.c68 int rv = __iopolicysys(IOPOL_CMD_SET, &iop_param); local
69 if (rv == -2) {
72 rv = 0;
75 return rv;
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dreaderfactory.c132 LONG rv = SCARD_E_NO_MEMORY; local
163 rv = ReaderContextCheckDuplicateReader(lpcReader, dwPort);
164 if (rv)
165 return rv;
168 rv = ReaderContextInsert(NULL);
169 if (rv != SCARD_S_SUCCESS)
170 return rv;
175 rv = ReaderContextConstructor(baseContext, lpcReader, dwPort, lpcLibrary, lpcDevice);
176 if (rv != SCARD_S_SUCCESS)
179 rv
262 LONG rv; local
402 LONG rv = SCARD_E_UNKNOWN_READER; local
429 LONG rv = SCARD_E_INVALID_VALUE; local
450 LONG rv = SCARD_E_INVALID_VALUE; local
692 LONG rv; local
729 LONG rv; local
766 LONG rv; local
894 LONG rv = SCARD_E_INVALID_HANDLE; local
1044 LONG rv; local
1102 LONG rv = IFD_SUCCESS; local
1305 int ix, rv = SCARD_E_NO_MEMORY; local
1330 int ix, rv = SCARD_E_UNKNOWN_READER; local
1363 int ix, rv = SCARD_S_SUCCESS; local
1388 int rv = IFDGetCapabilities(ctx, TAG_IFD_SLOTS_NUMBER, &dwGetSize, ucGetData); local
1406 int rv = IFDGetCapabilities(ctx, testSlot?TAG_IFD_SLOT_THREAD_SAFE:TAG_IFD_THREAD_SAFE, local
[all...]
H A Dprothandler.c114 LONG rv; local
159 rv = IFDSetPTS(rContext, ucChosen, 0x00, 0x00, 0x00, 0x00);
161 if (IFD_SUCCESS == rv)
164 if (IFD_NOT_SUPPORTED == rv)
168 if (IFD_PROTOCOL_NOT_SUPPORTED == rv)
173 Log3(PCSC_LOG_INFO, "PTS failed (%d), using T=%d", rv,
H A Dwinscard_clnt.c196 * LONG rv;
198 * rv = SCardEstablishContext(SCARD_SCOPE_SYSTEM, NULL, NULL, &hContext);
204 LONG rv; local
209 rv = SCardEstablishContextTH(dwScope, pvReserved1,
215 return rv;
246 LONG rv; local
303 if (veStr->rv != SCARD_S_SUCCESS)
304 return veStr->rv;
318 scEstablishStruct.rv = 0;
321 rv
372 LONG rv; local
507 LONG rv; local
678 LONG rv; local
805 LONG rv; local
905 LONG rv; local
1027 LONG rv; local
1129 LONG rv; local
1261 LONG rv; local
2049 LONG rv; local
2374 LONG rv; local
2531 LONG rv; local
2893 LONG rv = SCARD_S_SUCCESS; local
3008 LONG rv; local
3013 rv = SCARD_S_SUCCESS; local
3077 LONG rv; local
3182 LONG rv; local
3199 LONG rv; local
3267 LONG rv; local
[all...]
/macosx-10.10/apr-32/apr/apr/file_io/unix/
H A Dfullrw.c70 apr_status_t rv = APR_SUCCESS; local
79 rv = apr_file_writev(thefile, vec, nvec, &amt);
84 if (rv != APR_SUCCESS || (amt == total)) {
85 return rv;
98 rv = apr_file_write_full(thefile, (const char *)vec[i].iov_base + amt,
102 for (; i < nvec && rv == APR_SUCCESS; i++) {
103 rv = apr_file_write_full(thefile, vec[i].iov_base,
110 return rv;
/macosx-10.10/apr-32/apr/apr/locks/win32/
H A Dthread_mutex.c88 DWORD rv = WaitForSingleObject(mutex->handle, INFINITE); local
89 if ((rv != WAIT_OBJECT_0) && (rv != WAIT_ABANDONED)) {
90 return (rv == WAIT_TIMEOUT) ? APR_EBUSY : apr_get_os_error();
104 DWORD rv = WaitForSingleObject(mutex->handle, 0); local
105 if ((rv != WAIT_OBJECT_0) && (rv != WAIT_ABANDONED)) {
106 return (rv == WAIT_TIMEOUT) ? APR_EBUSY : apr_get_os_error();
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Del.c171 int rv = 0; local
182 rv = prompt_set(el, p, 0, op, 1);
189 rv = ch_resizefun(el, p, arg);
198 rv = prompt_set(el, p, c, op, 1);
203 rv = term_set(el, va_arg(ap, char *));
207 rv = map_set_editor(el, va_arg(ap, Char *));
233 rv = map_bind(el, i, argv);
238 rv = term_telltc(el, i, argv);
243 rv = term_settc(el, i, argv);
248 rv
378 int rv; local
[all...]
/macosx-10.10/apr-32/apr/apr/threadproc/beos/
H A Dproc.c57 apr_status_t rv; local
70 if ((rv = apr_file_pipe_create_ex(&attr->child_in, &attr->parent_in,
72 rv = apr_file_inherit_unset(attr->parent_in);
73 if (rv != APR_SUCCESS)
74 return rv;
80 if ((rv = apr_file_pipe_create_ex(&attr->parent_out, &attr->child_out,
82 rv = apr_file_inherit_unset(attr->parent_out);
83 if (rv != APR_SUCCESS)
84 return rv;
90 if ((rv
348 apr_status_t rv; local
376 apr_status_t rv; local
404 apr_status_t rv; local
[all...]
/macosx-10.10/Libc-1044.1.2/emulated/
H A Dstatvfs.c62 int rv; local
65 if ((rv = fstatfs(fildes, &cvt)) == 0)
68 return(rv);
75 int rv; local
78 if ((rv = statfs(path, &cvt)) == 0)
81 return(rv);
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dpselect.c69 int rv, sverrno; local
78 rv = __pthread_sigmask(SIG_SETMASK, mask, &omask);
79 if (rv != 0)
80 return rv;
83 rv = _select(count, rfds, wfds, efds, tvp);
90 return rv;
/macosx-10.10/apr-32/apr/apr/file_io/os2/
H A Dopen.c37 int rv; local
64 rv = apr_thread_mutex_create(&dafile->mutex, 0, pool);
66 if (rv)
67 return rv;
87 rv = DosOpen(fname, &(dafile->filedes), &action, 0, 0, oflags, mflags, NULL);
89 if (rv == 0 && (flag & APR_FOPEN_APPEND)) {
91 rv = DosSetFilePtr(dafile->filedes, 0, FILE_END, &newptr );
93 if (rv)
97 if (rv != 0)
98 return APR_FROM_OS_ERROR(rv);
198 apr_status_t rv; local
274 int rv; local
290 int rv; local
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A Dbashversion.c65 char dv[128], *rv; local
123 rv = strchr (dv, '.');
124 if (rv)
125 *rv++ = '\0';
127 rv = "00";
132 printf ("%s\n", rv);
/macosx-10.10/apr-32/apr/apr/poll/unix/
H A Dkqueue.c30 apr_int16_t rv = 0; local
33 rv |= APR_POLLIN;
35 rv |= APR_POLLOUT;
37 rv |= APR_POLLHUP;
43 return rv;
77 apr_status_t rv; local
81 ((rv = apr_thread_mutex_create(&pollset->p->ring_lock,
85 return rv;
140 apr_status_t rv = APR_SUCCESS; local
166 rv
195 apr_status_t rv; local
251 apr_status_t rv = APR_SUCCESS; local
362 apr_status_t rv = APR_SUCCESS; local
393 apr_status_t rv; local
432 apr_status_t rv = APR_SUCCESS; local
[all...]
/macosx-10.10/libedit-40/src/
H A Del.c174 int rv = 0; local
185 rv = prompt_set(el, p, 0, op, 1);
192 rv = ch_resizefun(el, p, arg);
201 rv = prompt_set(el, p, c, op, 1);
206 rv = terminal_set(el, va_arg(ap, char *));
210 rv = map_set_editor(el, va_arg(ap, Char *));
236 rv = map_bind(el, i, argv);
241 rv = terminal_telltc(el, i, argv);
246 rv = terminal_settc(el, i, argv);
251 rv
380 int rv; local
[all...]
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authn_dbm.c91 apr_status_t rv; local
93 rv = apr_dbm_open_ex(&f, dbmtype, dbmfile, APR_DBM_READONLY,
96 if (rv != APR_SUCCESS) {
97 return rv;
115 return rv;
123 apr_status_t rv; local
127 rv = fetch_dbm_value(conf->dbmtype, conf->pwfile, user, &dbm_password,
130 if (rv != APR_SUCCESS) {
131 ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, APLOGNO(01754)
147 rv
161 apr_status_t rv; local
[all...]
/macosx-10.10/apache-793/httpd/modules/cluster/
H A Dmod_heartbeat.c84 apr_status_t rv; local
85 rv = apr_socket_create(&sock, ctx->mcast_addr->family,
87 if (rv) {
88 ap_log_error(APLOG_MARK, APLOG_WARNING, rv,
93 rv = apr_mcast_loopback(sock, 1);
94 if (rv) {
95 ap_log_error(APLOG_MARK, APLOG_WARNING, rv,
100 rv = apr_socket_sendto(sock, ctx->mcast_addr, 0, buf, &len);
101 if (rv) {
102 ap_log_error(APLOG_MARK, APLOG_WARNING, rv,
169 apr_status_t rv; local
[all...]
/macosx-10.10/apache-793/httpd/server/mpm/winnt/
H A Dservice.c188 int rv = APR_SUCCESS; local
217 rv = SetServiceStatus(ctx->hServiceStatus, &ctx->ssStatus);
219 return(rv);
359 apr_status_t rv = APR_SUCCESS; local
371 rv = apr_get_os_error();
372 ap_log_error(APLOG_MARK, APLOG_ERR | APLOG_STARTUP, rv, NULL, APLOGNO(00366)
376 return (rv);
395 apr_status_t rv; local
404 rv = ap_regkey_open(&key, AP_REGKEY_LOCAL_MACHINE, key_name, APR_READ, pconf);
405 if (rv
425 apr_status_t rv; local
563 apr_status_t rv; local
573 apr_status_t rv = apr_get_os_error(); local
676 apr_status_t rv; local
752 apr_status_t rv; local
[all...]
/macosx-10.10/apr-32/apr/apr/locks/beos/
H A Dthread_rwlock.c85 int32 rv = APR_SUCCESS; local
95 rv = acquire_sem_etc(rwlock->Read, 1, B_DO_NOT_RESCHEDULE,
100 return rv;
110 int rv = APR_SUCCESS; local
118 rv = acquire_sem_etc(rwlock->Lock, 1, B_DO_NOT_RESCHEDULE,
121 if (rv == APR_SUCCESS) {
128 rv = acquire_sem_etc(rwlock->Write, readers, B_DO_NOT_RESCHEDULE,
131 if (rv == APR_SUCCESS)
136 return rv;
146 apr_status_t rv local
[all...]
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestipsub.c67 apr_status_t rv; local
70 rv = apr_ipsubnet_create(&ipsub, testcases[i].ipstr, testcases[i].mask, p);
71 ABTS_INT_EQUAL(tc, testcases[i].expected_rv, rv);
84 apr_status_t rv; local
88 rv = apr_ipsubnet_create(&ipsub, v4addrs[i], NULL, p);
89 ABTS_TRUE(tc, rv == APR_SUCCESS);
91 rv = apr_sockaddr_info_get(&sa, v4addrs[j], APR_INET, 0, 0, p);
92 ABTS_TRUE(tc, rv == APR_SUCCESS);
132 apr_status_t rv; local
136 rv
[all...]
/macosx-10.10/apr-32/apr/apr/network_io/unix/
H A Dsendrecv.c33 apr_ssize_t rv; local
41 rv = write(sock->socketdes, buf, (*len));
42 } while (rv == -1 && errno == EINTR);
44 while (rv == -1 && (errno == EAGAIN || errno == EWOULDBLOCK)
55 rv = write(sock->socketdes, buf, (*len));
56 } while (rv == -1 && errno == EINTR);
59 if (rv == -1) {
63 if ((sock->timeout > 0) && (rv < *len)) {
66 (*len) = rv;
72 apr_ssize_t rv; local
116 apr_ssize_t rv; local
150 apr_ssize_t rv; local
198 apr_ssize_t rv; local
261 int rv, nbytes = 0, total_hdrbytes, i; local
421 int rv = 0; local
536 int rv; local
819 int i, ptr, rv = 0; local
981 apr_status_t rv, arv; local
[all...]
/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_ident.c90 apr_status_t rv; local
93 if ((rv = apr_sockaddr_info_get(&localsa, conn->local_ip, APR_UNSPEC,
98 ap_log_error(APLOG_MARK, APLOG_CRIT, rv, srv, APLOGNO(01492)
101 return rv;
104 if ((rv = apr_sockaddr_info_get(&destsa, conn->client_ip,
109 ap_log_error(APLOG_MARK, APLOG_CRIT, rv, srv, APLOGNO(01493)
112 return rv;
115 if ((rv = apr_socket_create(newsock,
118 ap_log_error(APLOG_MARK, APLOG_CRIT, rv, srv, APLOGNO(01494)
120 return rv;
307 apr_status_t rv; local
[all...]
/macosx-10.10/apache-793/httpd/support/
H A Dhttxt2dbm.c111 apr_status_t rv = APR_SUCCESS; local
163 rv = apr_dbm_store(dbm, dbmkey, dbmval);
167 if (rv != APR_SUCCESS) {
172 return rv;
178 apr_status_t rv = APR_SUCCESS; local
203 rv = apr_getopt_init(&opt, pool, argc, argv);
205 if (rv != APR_SUCCESS) {
215 while ((rv = apr_getopt(opt, "vf::i::o::", &ch, &opt_arg)) == APR_SUCCESS) {
252 if (rv != APR_EOF) {
279 rv
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/test/
H A Dtestdbm.c65 apr_status_t rv; local
69 rv = apr_dbm_store(db, table[i].key, table[i].val);
70 ABTS_INT_EQUAL(tc, APR_SUCCESS, rv);
75 rv = apr_dbm_store(db, table[i].key, table[i].val);
76 ABTS_INT_EQUAL(tc, APR_SUCCESS, rv);
83 apr_status_t rv; local
89 rv = apr_dbm_fetch(db, table[i].key, &val);
91 ABTS_INT_EQUAL(tc, APR_SUCCESS, rv);
103 apr_status_t rv; local
110 rv
133 apr_status_t rv; local
169 apr_status_t rv; local
[all...]

Completed in 734 milliseconds

1234567891011>>