Searched defs:actions (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.9.5/libunwind-35.3/testsuite/
H A DUnwind_ForcedUnwind.cxx23 static _Unwind_Reason_Code stop_func(int version, _Unwind_Action actions, uint64_t exceptionClass, argument
H A Dpersonality.cxx92 __gxx_personality_v0( int version, _Unwind_Action actions, uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, _Unwind_Context* context) argument
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dposix_signals.c84 static struct sigaction actions[NSIG] = {}; variable in typeref:struct:sigaction
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetApi/
H A Dqwebpage_p.h196 QAction *actions[QWebPage::WebActionCount]; member in class:QWebPagePrivate
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dapi.c139 idn_encodename(idn_action_t actions, const char *from, char *to, size_t tolen) { argument
164 idn_decodename(idn_action_t actions, const char *from, char *to, size_t tolen) { argument
189 idn_decodename2(idn_action_t actions, const char *from, char *to, size_t tolen, argument
226 mdn_encodename(int actions, const char *from, char *to, size_t tolen) argument
242 mdn_decodename(int actions, const char *from, char *to, size_t tolen) argument
[all...]
H A Dres.c184 idn_res_encodename(idn_resconf_t ctx, idn_action_t actions, const char *from, argument
450 idn_res_decodename(idn_resconf_t ctx, idn_action_t actions, const char *from, char *to, size_t tolen) argument
710 idn_res_decodename2(idn_resconf_t ctx, idn_action_t actions, const char *from, char *to, size_t tolen, const char *auxencoding) argument
1599 label_rtcheck(idn_resconf_t ctx, idn_action_t actions, labellist_t label, const unsigned long *original_name) argument
1676 idn__res_actionstostring(idn_action_t actions) argument
[all...]
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dscache.c323 static struct action actions[] = { variable in typeref:struct:action
/macosx-10.9.5/bash-92/bash-3.2/
H A Dpcomplete.h30 unsigned long actions; member in struct:compspec
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dutil.c69 selective_encode(idn_resconf_t conf, idn_action_t actions, argument
140 selective_decode(idn_resconf_t conf, idn_action_t actions, argument
H A Didnconv.c679 convert_line(idnconv_strbuf_t *from, idnconv_strbuf_t *to, idn_resconf_t conf, idn_action_t actions, int flags) argument
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-undo.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerFilterRenderer.cpp685 void LayerFilterRenderer::applyActions(unsigned& fbo, LayerCompositingThread* layer, Vector<RefPtr<LayerFilterRendererAction> > actions) argument
[all...]
H A DLayerCompositingThread.h238 void setFilterActions(const Vector<RefPtr<LayerFilterRendererAction> >& actions) { m_filterActions = actions; } argument
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Difdhandler.c1032 const char *actions[] = { "PowerUp", "PowerDown", "Reset" }; local
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DQtWebPageEventHandler.cpp78 static inline WebCore::DragOperation dropActionToDragOperation(Qt::DropActions actions) argument
/macosx-10.9.5/rsync-42/rsync/
H A Dexclude.c584 static char *actions[2][2] local
/macosx-10.9.5/vim-53/src/
H A Dgui_at_sb.c150 static XtActionsRec actions[] = variable
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Daci.c1324 OpenLDAPaciNormalizeRights( struct berval *actions, struct berval *nactions, void *ctx ) argument
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_main.c807 autofs_mount(__unused mach_port_t server, autofs_pathname map, autofs_pathname path, autofs_component name, mach_msg_type_number_t nameCnt, autofs_pathname subdir, autofs_opts opts, boolean_t isdirect, boolean_t issubtrigger, fsid_t mntpnt_fsid, uint32_t sendereuid, int32_t asid, int *mr_type, fsid_t *fsidp, uint32_t *retflags, byte_buffer *actions, mach_msg_type_number_t *actionsCnt, int *err, boolean_t *mr_verbose, security_token_t token) argument
H A Dautod_mount.c115 do_mount1(const autofs_pathname mapname, const char *key, const autofs_pathname subdir, const autofs_opts mapopts, const autofs_pathname path, boolean_t isdirect, boolean_t issubtrigger, fsid_t mntpnt_fsid, uid_t sendereuid, au_asid_t asid, fsid_t *fsidp, uint32_t *retflags, byte_buffer *actions, mach_msg_type_number_t *actionsCnt) argument
/macosx-10.9.5/ntp-88/ntpdc/
H A Dntpdc_ops.c3077 static char *actions = "?.+-"; local
/macosx-10.9.5/postfix-252/postfix/src/postscreen/
H A Dpostscreen.c944 const NAME_CODE actions[] = { local
/macosx-10.9.5/xnu-2422.115.4/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c369 execute_action_list(action_t *actions, int nactions, int failout) argument
/macosx-10.9.5/Heimdal-323.92.1/appl/xnlock/
H A Dxnlock.c1055 static XtActionsRec actions[] = { local
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DQWebPageAdapter.cpp120 static inline DragOperation dropActionToDragOp(Qt::DropActions actions) argument
136 static inline Qt::DropAction dragOpToDropAction(unsigned actions) argument

Completed in 281 milliseconds

12