Home
last modified time | relevance | path

Searched refs:shdl (Results 1 – 25 of 53) sorted by relevance

123

/dports/lang/php73/php-7.3.33/ext/xml/tests/
H A Dxml_set_element_handler_error.phpt11 /* Prototype : proto int xml_set_element_handler(resource parser, string shdl, string ehdl)
H A Dxml_set_element_handler_variation1.phpt11 /* Prototype : proto int xml_set_element_handler(resource parser, string shdl, string ehdl)
/dports/www/mod_php73/php-7.3.33/ext/xml/tests/
H A Dxml_set_element_handler_error.phpt11 /* Prototype : proto int xml_set_element_handler(resource parser, string shdl, string ehdl)
H A Dxml_set_element_handler_variation1.phpt11 /* Prototype : proto int xml_set_element_handler(resource parser, string shdl, string ehdl)
/dports/textproc/php73-xml/php-7.3.33/ext/xml/tests/
H A Dxml_set_element_handler_error.phpt11 /* Prototype : proto int xml_set_element_handler(resource parser, string shdl, string ehdl)
H A Dxml_set_element_handler_variation1.phpt11 /* Prototype : proto int xml_set_element_handler(resource parser, string shdl, string ehdl)
/dports/devel/tcllib/tcllib-1.20/modules/comm/
H A Dcomm.test260 catch {set shdl [socket -server foo $port]}
262 catch {close $shdl}
263 unset -nocomplain shdl port
/dports/devel/tcllibc/tcllib-1.20/modules/comm/
H A Dcomm.test260 catch {set shdl [socket -server foo $port]}
262 catch {close $shdl}
263 unset -nocomplain shdl port
/dports/lang/php74/php-7.4.27/ext/xml/
H A Dxml.c210 ZEND_ARG_INFO(0, shdl)
1220 zval *pind, *shdl, *ehdl; in PHP_FUNCTION() local
1222 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rzz", &pind, &shdl, &ehdl) == FAILURE) { in PHP_FUNCTION()
1230 xml_set_handler(&parser->startElementHandler, shdl); in PHP_FUNCTION()
/dports/lang/php73/php-7.3.33/ext/xml/
H A Dxml.c121 ZEND_ARG_INFO(0, shdl)
1189 zval *pind, *shdl, *ehdl; in PHP_FUNCTION() local
1191 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rzz", &pind, &shdl, &ehdl) == FAILURE) { in PHP_FUNCTION()
1199 xml_set_handler(&parser->startElementHandler, shdl); in PHP_FUNCTION()
/dports/textproc/php73-xml/php-7.3.33/ext/xml/
H A Dxml.c121 ZEND_ARG_INFO(0, shdl)
1189 zval *pind, *shdl, *ehdl; in PHP_FUNCTION() local
1191 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rzz", &pind, &shdl, &ehdl) == FAILURE) { in PHP_FUNCTION()
1199 xml_set_handler(&parser->startElementHandler, shdl); in PHP_FUNCTION()
/dports/textproc/php74-xml/php-7.4.27/ext/xml/
H A Dxml.c210 ZEND_ARG_INFO(0, shdl)
1220 zval *pind, *shdl, *ehdl; in PHP_FUNCTION() local
1222 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rzz", &pind, &shdl, &ehdl) == FAILURE) { in PHP_FUNCTION()
1230 xml_set_handler(&parser->startElementHandler, shdl); in PHP_FUNCTION()
/dports/www/mod_php74/php-7.4.27/ext/xml/
H A Dxml.c210 ZEND_ARG_INFO(0, shdl)
1220 zval *pind, *shdl, *ehdl; in PHP_FUNCTION() local
1222 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rzz", &pind, &shdl, &ehdl) == FAILURE) { in PHP_FUNCTION()
1230 xml_set_handler(&parser->startElementHandler, shdl); in PHP_FUNCTION()
/dports/www/mod_php73/php-7.3.33/ext/xml/
H A Dxml.c121 ZEND_ARG_INFO(0, shdl)
1189 zval *pind, *shdl, *ehdl; in PHP_FUNCTION() local
1191 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rzz", &pind, &shdl, &ehdl) == FAILURE) { in PHP_FUNCTION()
1199 xml_set_handler(&parser->startElementHandler, shdl); in PHP_FUNCTION()
/dports/www/mod_php81/php-8.1.1/ext/xml/
H A Dxml.c1093 zval *pind, *shdl, *ehdl; in PHP_FUNCTION() local
1095 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ozz", &pind, xml_parser_ce, &shdl, &ehdl) == FAILURE) { in PHP_FUNCTION()
1100 xml_set_handler(&parser->startElementHandler, shdl); in PHP_FUNCTION()
/dports/www/mod_php80/php-8.0.15/ext/xml/
H A Dxml.c1100 zval *pind, *shdl, *ehdl; in PHP_FUNCTION() local
1102 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ozz", &pind, xml_parser_ce, &shdl, &ehdl) == FAILURE) { in PHP_FUNCTION()
1107 xml_set_handler(&parser->startElementHandler, shdl); in PHP_FUNCTION()
/dports/lang/php80/php-8.0.15/ext/xml/
H A Dxml.c1100 zval *pind, *shdl, *ehdl; in PHP_FUNCTION() local
1102 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ozz", &pind, xml_parser_ce, &shdl, &ehdl) == FAILURE) { in PHP_FUNCTION()
1107 xml_set_handler(&parser->startElementHandler, shdl); in PHP_FUNCTION()
/dports/lang/php81/php-8.1.1/ext/xml/
H A Dxml.c1093 zval *pind, *shdl, *ehdl; in PHP_FUNCTION() local
1095 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ozz", &pind, xml_parser_ce, &shdl, &ehdl) == FAILURE) { in PHP_FUNCTION()
1100 xml_set_handler(&parser->startElementHandler, shdl); in PHP_FUNCTION()
/dports/textproc/php81-xml/php-8.1.1/ext/xml/
H A Dxml.c1093 zval *pind, *shdl, *ehdl; in PHP_FUNCTION() local
1095 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ozz", &pind, xml_parser_ce, &shdl, &ehdl) == FAILURE) { in PHP_FUNCTION()
1100 xml_set_handler(&parser->startElementHandler, shdl); in PHP_FUNCTION()
/dports/textproc/php80-xml/php-8.0.15/ext/xml/
H A Dxml.c1100 zval *pind, *shdl, *ehdl; in PHP_FUNCTION() local
1102 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ozz", &pind, xml_parser_ce, &shdl, &ehdl) == FAILURE) { in PHP_FUNCTION()
1107 xml_set_handler(&parser->startElementHandler, shdl); in PHP_FUNCTION()
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Dkstd1.cc3468 ideal shdl=strat->Shdl; in kInterRedOld() local
3469 idSkipZeroes(shdl); in kInterRedOld()
3473 ideal res=kInterRed(shdl,NULL); in kInterRedOld()
3474 idDelete(&shdl); in kInterRedOld()
3475 shdl=res; in kInterRedOld()
3482 return shdl; in kInterRedOld()
/dports/editors/micro/micro-2.0.10/vendor/github.com/zyedidia/highlight/syntax_files/
H A Dasm.yaml14 …tnge|setnl|setnle|setno|setnp|setns|setnz|seto|setp|setpe|setpo|sets|setz|shdl|shrd|stosd)(?-i)\\b"
/dports/editors/micro/micro-2.0.10/runtime/syntax/
H A Dasm.yaml14 …tnge|setnl|setnle|setno|setnp|setns|setnz|seto|setp|setpe|setpo|sets|setz|shdl|shrd|stosd)(?-i)\\b"
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dwalk.cc349 ideal shdl=strat->Shdl; in kInterRedCC() local
350 idSkipZeroes(shdl); in kInterRedCC()
353 return shdl; in kInterRedCC()
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/testsuite/
H A DChangeLog-93031843 * ld-sh/sh64/shdl-1.s, ld-sh/sh64/shdl-2.s, ld-sh/sh64/shdl64.sd,

123