Searched refs:userdata (Results 251 - 275 of 350) sorted by relevance

<<11121314

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dcls_align_double.c31 cls_struct_align_gn(ffi_cif* cif, void* resp, void** args, void* userdata) argument
H A Dcls_align_float.c31 cls_struct_align_gn(ffi_cif* cif, void* resp, void** args, void* userdata) argument
H A Dcls_align_longdouble.c33 cls_struct_align_gn(ffi_cif* cif, void* resp, void** args, void* userdata) argument
H A Dcls_align_pointer.c31 cls_struct_align_gn(ffi_cif* cif, void* resp, void** args, void* userdata) argument
H A Dcls_align_sint16.c31 cls_struct_align_gn(ffi_cif* cif, void* resp, void** args, void* userdata) argument
H A Dcls_align_sint32.c31 cls_struct_align_gn(ffi_cif* cif, void* resp, void** args, void* userdata) argument
H A Dcls_align_sint64.c31 cls_struct_align_gn(ffi_cif* cif, void* resp, void** args, void* userdata) argument
H A Dcls_align_uint16.c31 cls_struct_align_gn(ffi_cif* cif, void* resp, void** args, void* userdata) argument
H A Dcls_align_uint32.c31 cls_struct_align_gn(ffi_cif* cif, void* resp, void** args, void* userdata) argument
H A Dcls_align_uint64.c31 cls_struct_align_gn(ffi_cif* cif, void* resp, void** args, void* userdata) argument
H A Dcls_pointer_stack.c66 cls_pointer_gn(ffi_cif* cif, void* resp, void** args, void* userdata) argument
H A Dproblem1.c30 void stub(ffi_cif* cif, void* resp, void** args, void* userdata) argument
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/TinyTP/
H A Dttp.h103 TTPBuf *userdata);
124 TTPBuf *UserData); // optional userdata (unimpl'd)
296 TTPBuf *userdata); // buffer send in with accept call
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_cb_dbg.c45 void *userdata)
47 struct Configurable *config = userdata;
43 tool_debug_cb(CURL *handle, curl_infotype type, unsigned char *data, size_t size, void *userdata) argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c239 iJIT_RegisterCallbackEx(void *userdata, iJIT_ModeChangedEx argument
246 NewModeCallBackFuncEx(userdata, iJIT_NO_NOTIFICATIONS);
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_control.c347 error = (*kctl->connect)(kctl, &sa, &kcb->userdata);
357 (*kctl->disconnect)(kctl, kcb->unit, kcb->userdata);
382 (*kctl->disconnect)(kctl, kcb->unit, kcb->userdata);
439 (*kctl->rcvd)(kctl, kcb->unit, kcb->userdata, flags);
465 error = (*kctl->send)(kctl, kcb->unit, kcb->userdata, m, flags);
609 error = (*kctl->setopt)(kcb->kctl, kcb->unit, kcb->userdata, sopt->sopt_name,
629 error = (*kctl->getopt)(kcb->kctl, kcb->unit, kcb->userdata, sopt->sopt_name,
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/unix/
H A Dsockets.c392 sock_userdata_t *cur = sock->userdata;
414 new->next = sock->userdata;
415 sock->userdata = new;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/win32/
H A Dsockets.c400 sock_userdata_t *cur = sock->userdata;
423 new->next = sock->userdata;
424 sock->userdata = new;
/macosx-10.9.5/apr-30/apr/apr/network_io/unix/
H A Dsockets.c392 sock_userdata_t *cur = sock->userdata;
414 new->next = sock->userdata;
415 sock->userdata = new;
/macosx-10.9.5/apr-30/apr/apr/network_io/win32/
H A Dsockets.c400 sock_userdata_t *cur = sock->userdata;
423 new->next = sock->userdata;
424 sock->userdata = new;
/macosx-10.9.5/nano-11/src/
H A Dfiles.c2009 const struct passwd *userdata; local
2015 userdata = getpwent();
2016 } while (userdata != NULL && strcmp(userdata->pw_name,
2019 if (userdata != NULL)
2020 tilde_dir = mallocstrcpy(tilde_dir, userdata->pw_dir);
2112 const struct passwd *userdata; local
2118 while ((userdata = getpwent()) != NULL) {
2119 if (strncmp(userdata->pw_name, buf + 1, buflen - 1) == 0) {
2126 if (check_operating_dir(userdata
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/testsuite/libffi.call/
H A Dcls_24byte.c41 cls_struct_24byte_gn(ffi_cif* cif, void* resp, void** args, void* userdata) argument
H A Dcls_64byte.c46 cls_struct_64byte_gn(ffi_cif* cif, void* resp, void** args, void* userdata) argument
H A Dnested_struct2.c47 B_gn(ffi_cif* cif, void* resp, void** args, void* userdata) argument
H A Dnested_struct3.c38 B_gn(ffi_cif* cif, void* resp, void** args, void* userdata) argument

Completed in 353 milliseconds

<<11121314