Searched refs:rv (Results 201 - 225 of 1052) sorted by relevance

1234567891011>>

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_NULL.py115 rv = obj.callList_andInOut_(v, 42)
117 self.assertEquals(rv, (12, 21))
120 rv = obj.callList_andInOut_(v, objc.NULL)
122 self.assertEquals(rv, (12, objc.NULL))
135 rv = obj.callList_andInOut2_(v, objc.NULL)
137 self.assertEquals(rv, (12, objc.NULL))
143 rv = obj.callList_andIn_(v, 42)
145 self.assertEquals(rv, 24)
148 rv = obj.callList_andIn_(v, objc.NULL)
150 self.assertEquals(rv, 2
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_NULL.py115 rv = obj.callList_andInOut_(v, 42)
117 self.assertEquals(rv, (12, 21))
120 rv = obj.callList_andInOut_(v, objc.NULL)
122 self.assertEquals(rv, (12, objc.NULL))
135 rv = obj.callList_andInOut2_(v, objc.NULL)
137 self.assertEquals(rv, (12, objc.NULL))
143 rv = obj.callList_andIn_(v, 42)
145 self.assertEquals(rv, 24)
148 rv = obj.callList_andIn_(v, objc.NULL)
150 self.assertEquals(rv, 2
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/netware/
H A Dproc.c64 apr_status_t rv; local
77 if ((rv = apr_file_pipe_create_ex(&attr->child_in, &attr->parent_in,
79 rv = apr_file_inherit_unset(attr->parent_in);
80 if (rv != APR_SUCCESS)
81 return rv;
87 if ((rv = apr_file_pipe_create_ex(&attr->parent_out, &attr->child_out,
89 rv = apr_file_inherit_unset(attr->parent_out);
90 if (rv != APR_SUCCESS)
91 return rv;
97 if ((rv
113 apr_status_t rv = APR_SUCCESS; local
143 apr_status_t rv = APR_SUCCESS; local
173 apr_status_t rv = APR_SUCCESS; local
344 apr_status_t rv; local
[all...]
/macosx-10.9.5/apr-30/apr/apr/threadproc/netware/
H A Dproc.c64 apr_status_t rv; local
77 if ((rv = apr_file_pipe_create_ex(&attr->child_in, &attr->parent_in,
79 rv = apr_file_inherit_unset(attr->parent_in);
80 if (rv != APR_SUCCESS)
81 return rv;
87 if ((rv = apr_file_pipe_create_ex(&attr->parent_out, &attr->child_out,
89 rv = apr_file_inherit_unset(attr->parent_out);
90 if (rv != APR_SUCCESS)
91 return rv;
97 if ((rv
113 apr_status_t rv = APR_SUCCESS; local
143 apr_status_t rv = APR_SUCCESS; local
173 apr_status_t rv = APR_SUCCESS; local
344 apr_status_t rv; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestfileinfo.c110 apr_status_t rv; local
112 rv = apr_file_open(&thefile, FILENAME, APR_FOPEN_READ, APR_OS_DEFAULT, p);
113 ABTS_INT_EQUAL(tc, APR_SUCCESS, rv);
115 rv = apr_file_info_get(&finfo, APR_FINFO_NORM, thefile);
116 if (APR_STATUS_IS_INCOMPLETE(rv)) {
127 ABTS_INT_EQUAL(tc, APR_SUCCESS, rv);
134 apr_status_t rv; local
136 rv = apr_stat(&finfo, FILENAME, APR_FINFO_NORM, p);
137 if (APR_STATUS_IS_INCOMPLETE(rv)) {
148 ABTS_INT_EQUAL(tc, APR_SUCCESS, rv);
156 apr_status_t rv; local
179 apr_status_t rv; local
209 apr_status_t rv; local
[all...]
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestfileinfo.c110 apr_status_t rv; local
112 rv = apr_file_open(&thefile, FILENAME, APR_FOPEN_READ, APR_OS_DEFAULT, p);
113 ABTS_INT_EQUAL(tc, APR_SUCCESS, rv);
115 rv = apr_file_info_get(&finfo, APR_FINFO_NORM, thefile);
116 if (APR_STATUS_IS_INCOMPLETE(rv)) {
127 ABTS_INT_EQUAL(tc, APR_SUCCESS, rv);
134 apr_status_t rv; local
136 rv = apr_stat(&finfo, FILENAME, APR_FINFO_NORM, p);
137 if (APR_STATUS_IS_INCOMPLETE(rv)) {
148 ABTS_INT_EQUAL(tc, APR_SUCCESS, rv);
156 apr_status_t rv; local
179 apr_status_t rv; local
209 apr_status_t rv; local
[all...]
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dwinscard_svc.c174 LONG rv; local
190 switch (rv = SHMProcessEventsContext(psContext[dwContextIndex].dwClientID, &msgStruct, 0))
223 rv = SHMMessageSend(&tmpMsgStruct, replySize,
244 veStr->rv = SCARD_S_SUCCESS;
257 veStr->rv = SCARD_E_NO_SERVICE;
268 rv = SHMMessageSend(&tmpMsgStruct, SHMCalculateMessageSize(sizeof(version_struct)),
291 "SHMProcessEventsContext unknown retval: %d", rv);
314 LONG rv; local
331 rv = 0;
348 esStr->rv
750 LONG rv; local
[all...]
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,
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/dbm/
H A Dapr_dbm_sdbm.c81 apr_status_t rv; local
83 rv = apr_sdbm_open(&file, pathname, dbmode, perm, pool);
84 if (rv != APR_SUCCESS)
85 return rv;
107 apr_status_t rv; local
113 rv = apr_sdbm_fetch(dbm->file, &rd, kd);
120 return set_error(dbm, rv);
126 apr_status_t rv; local
135 rv = apr_sdbm_store(dbm->file, kd, vd, APR_SDBM_REPLACE);
138 return set_error(dbm, rv);
143 apr_status_t rv; local
173 apr_status_t rv; local
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cvopengltexturecache.py19 rv, cache = CVOpenGLTextureCacheCreate(None, None, cglCtx, cglFmt, None, None)
20 self.failUnlessEqual(rv, 0)
28 rv, texture = CVOpenGLTextureCacheCreateTextureFromImage(None, cache, img, None, None)
29 self.failUnlessEqual(rv, 0)
/macosx-10.9.5/pyobjc-42/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.9.5/apache-786.1/httpd/server/mpm/winnt/
H A Dservice.c342 int rv = APR_SUCCESS; local
373 rv = SetServiceStatus(globdat.hServiceStatus, &globdat.ssStatus);
375 return(rv);
432 apr_status_t rv; local
438 rv = ap_regkey_open(&svckey, AP_REGKEY_LOCAL_MACHINE, szPath,
440 if (rv != APR_SUCCESS) {
535 apr_status_t rv = APR_SUCCESS; local
547 rv = apr_get_os_error();
548 ap_log_error(APLOG_MARK, APLOG_ERR | APLOG_STARTUP, rv, NULL,
552 return (rv);
561 apr_status_t rv; local
591 apr_status_t rv; local
762 apr_status_t rv; local
770 apr_status_t rv = apr_get_os_error(); local
924 apr_status_t rv; local
1037 apr_status_t rv; local
1121 apr_status_t rv = apr_get_os_error(); local
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/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.9.5/apache-786.1/httpd/srclib/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.9.5/apr-30/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.9.5/apr-30/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.9.5/Heimdal-323.92.1/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.9.5/apache-786.1/httpd/srclib/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.9.5/apr-30/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
375 apr_status_t rv; local
403 apr_status_t rv; local
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-2.53/t/
H A Dxe19_xs_and_suportbypp.t27 my $rv;
28 return $rv if eval { $rv = $coder->decode($str); 1 };
/macosx-10.9.5/Libc-997.90.3/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.9.5/Libc-997.90.3/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.9.5/apache-786.1/httpd/srclib/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.9.5/apr-30/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...]

Completed in 400 milliseconds

1234567891011>>