Home
last modified time | relevance | path

Searched refs:ACTION_LIST (Results 1 – 25 of 68) sorted by relevance

123

/dports/security/cryptlib/cryptlib-3.4.3/envelope/
H A Dres_actn.c35 ACTION_LIST *findAction( IN_OPT const ACTION_LIST *actionListPtr, in findAction()
64 ACTION_LIST *findLastAction( const ACTION_LIST *actionListPtr, in findLastAction()
95 return( ( ACTION_LIST * ) actionListPtr ); in findLastAction()
102 ACTION_LIST *findActionIndirect( const ACTION_LIST *actionListStart, in findActionIndirect()
106 const ACTION_LIST *actionListPtr; in findActionIndirect()
160 ACTION_LIST *newItem; in createNewAction()
280 ACTION_LIST *listPrevPtr; in deleteAction()
336 ACTION_LIST *actionListPtr; in deleteUnusedActions()
383 ACTION_LIST *actionListPtr = ( ACTION_LIST * ) actionListStart; in CHECK_RETVAL_ENUM()
531 const ACTION_LIST *actionListPtr; in checkActionIndirect()
[all …]
H A Denvelope.h125 } ACTION_LIST; typedef
590 ACTION_LIST *preActionList;
591 ACTION_LIST *actionList;
592 ACTION_LIST *postActionList;
609 ACTION_LIST *lastAction;
894 INOUT_PTR ACTION_LIST **actionListHeadPtrPtr,
899 int replaceAction( INOUT ACTION_LIST *actionListItem,
910 ACTION_LIST *findAction( IN_OPT const ACTION_LIST *actionListPtr,
913 ACTION_LIST *findLastAction( const ACTION_LIST *actionListPtr,
917 ACTION_LIST *findActionIndirect( const ACTION_LIST *actionListStart,
[all …]
H A Dcms_envpre.c116 ACTION_LIST *actionListPtr; in createEnvelopeContexts()
169 INOUT ACTION_LIST *preActionListPtr, in processKeyexchangeAction()
173 ACTION_LIST *actionListPtr = envelopeInfoPtr->actionList; in processKeyexchangeAction()
244 ACTION_LIST *actionListPtr; in cmsPreEnvelopeEncrypt()
355 int cmsInitSigParams( const ACTION_LIST *actionListPtr, in cmsInitSigParams()
369 assert( isReadPtr( actionListPtr, sizeof( ACTION_LIST ) ) ); in cmsInitSigParams()
411 INOUT ACTION_LIST *actionListPtr ) in processSigningCerts()
416 assert( isWritePtr( actionListPtr, sizeof( ACTION_LIST ) ) ); in processSigningCerts()
482 INOUT ACTION_LIST *actionListPtr ) in processSignatureAction()
488 assert( isWritePtr( actionListPtr, sizeof( ACTION_LIST ) ) ); in processSignatureAction()
[all …]
H A Dres_env.c244 static int checkSignatureActionFunction( const ACTION_LIST *actionListPtr, in checkSignatureActionFunction()
247 assert( isReadPtr( actionListPtr, sizeof( ACTION_LIST ) ) ); in checkSignatureActionFunction()
343 const ACTION_LIST *actionListPtr = \ in checkMissingInfo()
600 INOUT_PTR ACTION_LIST **actionListHeadPtrPtr, in addContextInfo()
606 ACTION_LIST *actionListPtr, *hashActionPtr; in addContextInfo()
611 assert( isWritePtr( actionListHeadPtrPtr, sizeof( ACTION_LIST * ) ) ); in addContextInfo()
825 ACTION_LIST *actionListPtr; in addEnvelopeInfo()
H A Dpgp_env.c415 ACTION_LIST *lastActionPtr; in writeKeyex()
509 ACTION_LIST *actionListPtr; in writeEncryptedContentHeader()
600 ACTION_LIST *actionListPtr; in preEnvelopeEncrypt()
686 ACTION_LIST *actionListPtr = envelopeInfoPtr->postActionList; in preEnvelopeSign()
697 assert( isWritePtr( actionListPtr, sizeof( ACTION_LIST ) ) ); in preEnvelopeSign()
798 ACTION_LIST *actionListPtr; in emitMDC()
/dports/graphics/icoutils/icoutils-0.32.3/wrestool/
H A Dmain.c212 arg_action = ACTION_LIST; in main()
253 case 'l': arg_action = ACTION_LIST; break; in main()
271 if (arg_action == ACTION_LIST) { in main()
335 if (arg_action == ACTION_LIST) { in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/
H A Dbuiltin-config.c26 ACTION_LIST = 1 enumerator
31 "show current config variables", ACTION_LIST),
193 case ACTION_LIST: in cmd_config()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/
H A Dbuiltin-config.c26 ACTION_LIST = 1 enumerator
31 "show current config variables", ACTION_LIST),
193 case ACTION_LIST: in cmd_config()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/
H A Dbuiltin-config.c26 ACTION_LIST = 1 enumerator
31 "show current config variables", ACTION_LIST),
193 case ACTION_LIST: in cmd_config()
/dports/devel/py-pycadf/pycadf-3.1.1/pycadf/
H A Dcadftaxonomy.py30 ACTION_LIST = 'read/list' variable
39 ACTION_LIST,
/dports/devel/efivar/efivar-0.15/src/
H A Defivar.c32 #define ACTION_LIST 0x1 macro
269 ACTION_LIST, "list current variables", NULL }, in main()
320 case ACTION_LIST: in main()
/dports/x11/libxklavier/libxklavier-5.3/tests/
H A Dtest_config.c35 enum { ACTION_NONE, ACTION_LIST, ACTION_GET, ACTION_SET, enumerator
212 action = ACTION_LIST; in main()
288 case ACTION_LIST: in main()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dconfig.c46 #define ACTION_LIST (1<<9) macro
58 #define PAGING_ACTIONS (ACTION_LIST | ACTION_GET_ALL | \
142 OPT_BIT('l', "list", &actions, N_("list all"), ACTION_LIST),
705 !(actions == ACTION_LIST || actions == ACTION_GET_REGEXP)) { in cmd_config()
711 (ACTION_GET|ACTION_GET_ALL|ACTION_GET_REGEXP|ACTION_LIST))) { in cmd_config()
725 if (actions == ACTION_LIST) { in cmd_config()
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A Dpekwm_ctrl.cc29 ACTION_LIST, enumerator
52 return ACTION_LIST; in getAction()
312 case ACTION_LIST: in main()
/dports/sysutils/burp/burp-2.4.0/src/
H A Daction.h11 ACTION_LIST, enumerator
/dports/sysutils/burp-devel/burp-2.5.4/src/
H A Daction.h11 ACTION_LIST, enumerator
/dports/mail/mailutils/mailutils-3.13/mh/
H A Dsortm.c42 ACTION_LIST enumerator
109 action = ACTION_LIST; in set_action_list()
508 case ACTION_LIST: in sort()
612 if (action == ACTION_LIST) in main()
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/installer/
H A Dmyodbc-installer.cc157 #define ACTION_LIST 'l' macro
444 case ACTION_LIST: in handle_driver_action()
699 case ACTION_LIST: in handle_datasource_action()
788 case ACTION_LIST: in main()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dconfig.c49 #define ACTION_LIST (1<<9) macro
61 #define PAGING_ACTIONS (ACTION_LIST | ACTION_GET_ALL | \
148 OPT_BIT('l', "list", &actions, N_("list all"), ACTION_LIST),
760 !(actions == ACTION_LIST || actions == ACTION_GET_REGEXP)) { in cmd_config()
766 (ACTION_GET|ACTION_GET_ALL|ACTION_GET_REGEXP|ACTION_LIST))) { in cmd_config()
816 if (actions == ACTION_LIST) { in cmd_config()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dconfig.c49 #define ACTION_LIST (1<<9) macro
61 #define PAGING_ACTIONS (ACTION_LIST | ACTION_GET_ALL | \
148 OPT_BIT('l', "list", &actions, N_("list all"), ACTION_LIST),
760 !(actions == ACTION_LIST || actions == ACTION_GET_REGEXP)) { in cmd_config()
766 (ACTION_GET|ACTION_GET_ALL|ACTION_GET_REGEXP|ACTION_LIST))) { in cmd_config()
816 if (actions == ACTION_LIST) { in cmd_config()
/dports/devel/git/git-2.34.1/builtin/
H A Dconfig.c49 #define ACTION_LIST (1<<9) macro
61 #define PAGING_ACTIONS (ACTION_LIST | ACTION_GET_ALL | \
148 OPT_BIT('l', "list", &actions, N_("list all"), ACTION_LIST),
760 !(actions == ACTION_LIST || actions == ACTION_GET_REGEXP)) { in cmd_config()
766 (ACTION_GET|ACTION_GET_ALL|ACTION_GET_REGEXP|ACTION_LIST))) { in cmd_config()
816 if (actions == ACTION_LIST) { in cmd_config()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dconfig.c49 #define ACTION_LIST (1<<9) macro
61 #define PAGING_ACTIONS (ACTION_LIST | ACTION_GET_ALL | \
148 OPT_BIT('l', "list", &actions, N_("list all"), ACTION_LIST),
760 !(actions == ACTION_LIST || actions == ACTION_GET_REGEXP)) { in cmd_config()
766 (ACTION_GET|ACTION_GET_ALL|ACTION_GET_REGEXP|ACTION_LIST))) { in cmd_config()
816 if (actions == ACTION_LIST) { in cmd_config()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dconfig.c49 #define ACTION_LIST (1<<9) macro
61 #define PAGING_ACTIONS (ACTION_LIST | ACTION_GET_ALL | \
148 OPT_BIT('l', "list", &actions, N_("list all"), ACTION_LIST),
760 !(actions == ACTION_LIST || actions == ACTION_GET_REGEXP)) { in cmd_config()
766 (ACTION_GET|ACTION_GET_ALL|ACTION_GET_REGEXP|ACTION_LIST))) { in cmd_config()
816 if (actions == ACTION_LIST) { in cmd_config()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/fastjar/
H A Djartool.h64 #define ACTION_LIST 4 macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/fastjar/
H A Djartool.h64 #define ACTION_LIST 4 macro

123