Searched +defs:cursor +defs:type (Results 1 - 25 of 92) sorted by relevance

1234

/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/krb5/
H A Diter_cred.c46 krb5_cccol_cursor cursor; local
40 iter_creds_f(OM_uint32 flags, gss_OID type, void *userctx , void (*cred_iter)(void *, gss_OID, gss_cred_id_t)) argument
/macosx-10.9.5/MITKerberosShim-62.1/
H A Dcache.c141 krb5_cc_new_unique(mit_krb5_context context, const char *type, const char *hint, mit_krb5_ccache *id) argument
211 krb5_cc_next_cred(mit_krb5_context context, mit_krb5_ccache cache, mit_krb5_cc_cursor *cursor, mit_krb5_creds *creds) argument
232 krb5_cc_end_seq_get(mit_krb5_context context, mit_krb5_ccache cache, mit_krb5_cc_cursor *cursor) argument
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBTransactionBackendImpl.cpp74 void IDBTransactionBackendImpl::scheduleTask(IDBDatabaseBackendInterface::TaskType type, PassOwnPtr<Operation> task, PassOwnPtr<Operation> abortTask) argument
153 void IDBTransactionBackendImpl::registerOpenCursor(IDBCursorBackendImpl* cursor) argument
158 void IDBTransactionBackendImpl::unregisterOpenCursor(IDBCursorBackendImpl* cursor) argument
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkPointer.c169 int type, detail; local
249 int type, b, mask; local
553 Cursor cursor = None; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dkeyset.c69 _hx509_ks_type(hx509_context context, const char *type) argument
133 char *type; local
254 hx509_certs_start_seq(hx509_context context, hx509_certs certs, hx509_cursor *cursor) argument
290 hx509_certs_next_cert(hx509_context context, hx509_certs certs, hx509_cursor cursor, hx509_cert *cert) argument
312 hx509_certs_end_seq(hx509_context context, hx509_certs certs, hx509_cursor cursor) argument
342 hx509_cursor cursor; local
501 hx509_cursor cursor; local
567 hx509_cursor cursor; local
690 hx509_cursor cursor; local
[all...]
H A Dks_p12.c46 struct type { struct
660 p12_iter_start(hx509_context context, hx509_certs certs, void *data, void **cursor) argument
670 p12_iter(hx509_context context, hx509_certs certs, void *data, void *cursor, hx509_cert *cert) argument
681 p12_iter_end(hx509_context context, hx509_certs certs, void *data, void *cursor) argument
H A Dks_file.c174 char *type, *iv; local
328 pem_func(hx509_context context, const char *type, const hx509_pem_header *header, const void *data, size_t len, void *ctx) argument
590 file_iter_start(hx509_context context, hx509_certs certs, void *data, void **cursor) argument
606 file_iter_end(hx509_context context, hx509_certs certs, void *data, void *cursor) argument
[all...]
H A Dks_keychain.c109 kc_rsa_sign(int type, const unsigned char *from, unsigned int flen, argument
292 kc_rsa_sign(int type, const unsigned char *from, unsigned int flen, argument
686 void *cursor; member in struct:iter
692 keychain_iter_start(hx509_context context, hx509_certs certs, void *data, void **cursor) argument
803 keychain_iter(hx509_context context, hx509_certs certs, void *data, void *cursor, hx509_cert *cert) argument
835 keychain_iter_end(hx509_context context, hx509_certs certs, void *data, void *cursor) argument
[all...]
H A Dks_p11.c986 void *cursor; member in struct:p11_cursor
569 getattr_bn(struct p11_module *p, struct p11_slot *slot, CK_SESSION_HANDLE session, CK_OBJECT_HANDLE object, unsigned int type) argument
990 p11_iter_start(hx509_context context, hx509_certs certs, void *data, void **cursor) argument
1032 p11_iter(hx509_context context, hx509_certs certs, void *data, void *cursor, hx509_cert *cert) argument
1040 p11_iter_end(hx509_context context, hx509_certs certs, void *data, void *cursor) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dkeytab.c169 keytab_name(const char *name, const char **type, size_t *type_len) argument
217 const char *type, *residual; local
437 char type[KRB5_KT_PREFIX_MAX_LEN]; local
628 krb5_kt_cursor cursor; local
738 krb5_kt_start_seq_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
767 krb5_kt_next_entry(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry, krb5_kt_cursor *cursor) argument
795 krb5_kt_end_seq_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
878 krb5_kt_cursor cursor; local
[all...]
H A Dtest_cc.c168 test_init_vs_destroy(krb5_context context, const char *type) argument
210 test_cache_remove(krb5_context context, const char *type) argument
385 test_cache_iter(krb5_context context, const char *type, int destroy) argument
387 krb5_cc_cache_cursor cursor; local
428 krb5_cccol_cursor cursor; local
504 test_move(krb5_context context, const char *type) argument
636 const char *type = "API"; local
[all...]
H A Dxcache.c524 xcc_get_cache_first(krb5_context context, krb5_cc_cursor *cursor) argument
556 xcc_get_cache_next(krb5_context context, krb5_cc_cursor cursor, krb5_ccach argument
394 xcc_get_first(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
427 xcc_get_next(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
467 xcc_end_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
590 xcc_end_cache_get(krb5_context context, krb5_cc_cursor cursor) argument
684 xcc_set_acl(krb5_context context, krb5_ccache id, const char *type, void *obj) argument
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddict_db.c120 DBC *cursor; /* dict_db_sequence() */ member in struct:__anon11849
572 dict_db_open(const char *class, const char *path, int open_flags, int type, void *tweak, int dict_flags) argument
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkPointer.c80 InitializeEvent( XEvent *eventPtr, TkWindow *winPtr, int type, int x, int y, int state, int detail) argument
163 int type, detail; local
243 int type, b, mask; local
430 XGrabPointer( Display *display, Window grab_window, Bool owner_events, unsigned int event_mask, int pointer_mode, int keyboard_mode, Window confine_to, Cursor cursor, Time time) argument
544 Cursor cursor = None; local
585 XDefineCursor( Display *display, Window w, Cursor cursor) argument
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXCursor.c39 int type; /* Type of Mac cursor: for theme cursors member in struct:__anon13813
367 CursHandle cursor; local
439 TkpSetCursor( TkpCursor cursor) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dviper-init.el[all...]
H A Dviper-util.el[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/libtelnet/
H A Dkerberos5.c118 Data(Authenticator *ap, int type, const void *d, int c) argument
173 krb5_kt_cursor cursor; local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebCoreArgumentCoders.cpp315 void ArgumentCoder<Cursor>::encode(ArgumentEncoder& encoder, const Cursor& cursor) argument
332 decode(ArgumentDecoder& decoder, Cursor& cursor) argument
334 Cursor::Type type; local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DPageClientImpl.cpp64 KeyBindingTranslator::EventType type = eventType == eventNames().keydownEvent ? local
66 m_keyBindingTranslator.getEditorCommandsForKeyEvent(const_cast<GdkEventKey*>(&event.nativeEvent()->key), type, commandList); local
139 void PageClientImpl::setCursor(const Cursor& cursor) argument
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dsystem.c405 char *cursor; local
556 char *cursor; local
660 stat_to_env(char *name, char type, struct tar_stat_info *st) argument
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A DResponder.c397 PosixService *cursor; local
427 domainname type; local
517 char type[256]; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXCursor.c40 int type; /* Type of Mac cursor */ member in struct:__anon13597
533 TkpSetCursor( TkpCursor cursor) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c159 DBC *cursor; /* database cursor */ member in struct:bdb_instance
831 bulk_write(char type, DB *database, DBC *dbcursor, DBT *bdbkey, DBT *bdbdata) argument
[all...]
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcapng.c197 pcap_ng_block_reset(pcapng_block_t block, bpf_u_int32 type) argument
497 struct block_cursor cursor; local
546 struct block_cursor cursor; local
593 struct block_cursor cursor; local
639 pcap_ng_block_add_name_record_common(pcapng_block_t block, uint32_t type, size_t addrlen, void *addr, const char **names) argument
915 struct block_cursor cursor; local
[all...]

Completed in 149 milliseconds

1234