Home
last modified time | relevance | path

Searched refs:ztype (Results 51 – 75 of 2167) sorted by path

12345678910>>...87

/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_redis_coro.cc2326 zval *ztype; in PHP_METHOD() local
2333 ztype = zend_hash_index_find(Z_ARRVAL_P(return_value), 0); in PHP_METHOD()
2334 if (Z_TYPE_P(ztype) == IS_STRING) { in PHP_METHOD()
2335 char *type = Z_STRVAL_P(ztype); in PHP_METHOD()
H A Dswoole_server.cc1993 zval *zserv = &args[0], *zfd = &args[1], *ztype = &args[2], *zdata = nullptr; in php_swoole_server_dispatch_func() local
1999 ZVAL_LONG(ztype, (zend_long)(data ? data->info.type : (int) SW_SERVER_EVENT_CLOSE)); in php_swoole_server_dispatch_func()
/dports/devel/pecl-swoole/swoole-4.8.5/thirdparty/php/standard/
H A Dproc_open.cc379 zval *ztype; in PHP_FUNCTION() local
414 if ((ztype = zend_hash_index_find(Z_ARRVAL_P(descitem), 0)) != NULL) { in PHP_FUNCTION()
415 convert_to_string_ex(ztype); in PHP_FUNCTION()
421 if (strcmp(Z_STRVAL_P(ztype), "pipe") == 0) { in PHP_FUNCTION()
449 } else if (strcmp(Z_STRVAL_P(ztype), "file") == 0) { in PHP_FUNCTION()
494 } else if (strcmp(Z_STRVAL_P(ztype), "redirect") == 0) { in PHP_FUNCTION()
561 } else if (strcmp(Z_STRVAL_P(ztype), "null") == 0) { in PHP_FUNCTION()
582 } else if (strcmp(Z_STRVAL_P(ztype), "pty") == 0) { in PHP_FUNCTION()
586 … php_swoole_fatal_error(E_WARNING, "%s is not a valid descriptor spec/mode", Z_STRVAL_P(ztype)); in PHP_FUNCTION()
/dports/devel/php74-ffi/php-7.4.27/ext/ffi/
H A Dffi.c3623 zval *ztype = NULL; in ZEND_METHOD() local
3637 Z_PARAM_OBJECT_OF_CLASS(ztype, zend_ffi_ctype_ce) in ZEND_METHOD()
3703 zend_ffi_ctype *ctype = (zend_ffi_ctype*)Z_OBJ_P(ztype); in ZEND_METHOD()
3780 zval *ztype = NULL; in ZEND_METHOD() local
3792 Z_PARAM_OBJECT_OF_CLASS(ztype, zend_ffi_ctype_ce) in ZEND_METHOD()
3851 zend_ffi_ctype *ctype = (zend_ffi_ctype*)Z_OBJ_P(ztype); in ZEND_METHOD()
4055 zval *ztype; in ZEND_METHOD() local
4063 Z_PARAM_OBJECT_OF_CLASS(ztype, zend_ffi_ctype_ce) in ZEND_METHOD()
4067 ctype = (zend_ffi_ctype*)Z_OBJ_P(ztype); in ZEND_METHOD()
/dports/devel/php80-ffi/php-8.0.15/ext/ffi/
H A Dffi.c3769 zend_object *ztype = NULL; in ZEND_METHOD() local
3778 Z_PARAM_OBJ_OF_CLASS_OR_STR(ztype, zend_ffi_ctype_ce, type_def) in ZEND_METHOD()
3836 zend_ffi_ctype *ctype = (zend_ffi_ctype*) ztype; in ZEND_METHOD()
4040 zval *ztype; in ZEND_METHOD() local
4048 Z_PARAM_OBJECT_OF_CLASS(ztype, zend_ffi_ctype_ce) in ZEND_METHOD()
4052 ctype = (zend_ffi_ctype*)Z_OBJ_P(ztype); in ZEND_METHOD()
/dports/devel/php81-ffi/php-8.1.1/ext/ffi/
H A Dffi.c3768 zend_object *ztype = NULL; in ZEND_METHOD() local
3777 Z_PARAM_OBJ_OF_CLASS_OR_STR(ztype, zend_ffi_ctype_ce, type_def) in ZEND_METHOD()
3835 zend_ffi_ctype *ctype = (zend_ffi_ctype*) ztype; in ZEND_METHOD()
4039 zval *ztype; in ZEND_METHOD() local
4047 Z_PARAM_OBJECT_OF_CLASS(ztype, zend_ffi_ctype_ce) in ZEND_METHOD()
4051 ctype = (zend_ffi_ctype*)Z_OBJ_P(ztype); in ZEND_METHOD()
/dports/devel/rth/rth/adodb-4.65/drivers/
H A Dadodb-mssql.inc.php600 $ztype = (empty($type)) ? 'false' : $type;
601 … "{$prefix}Parameter(\$stmt, \$php_var='$var', \$name='$name', \$maxLen=$maxLen, \$type=$ztype);");
H A Dadodb-oci8.inc.php917 $ztype = (empty($type)) ? 'false' : $type;
918 … "{$prefix}Parameter(\$stmt, \$php_var='$var', \$name='$name', \$maxLen=$maxLen, \$type=$ztype);");
/dports/devel/truc/truc_0.12.0/adodb-4.65/drivers/
H A Dadodb-mssql.inc.php600 $ztype = (empty($type)) ? 'false' : $type;
601 … "{$prefix}Parameter(\$stmt, \$php_var='$var', \$name='$name', \$maxLen=$maxLen, \$type=$ztype);");
H A Dadodb-oci8.inc.php917 $ztype = (empty($type)) ? 'false' : $type;
918 … "{$prefix}Parameter(\$stmt, \$php_var='$var', \$name='$name', \$maxLen=$maxLen, \$type=$ztype);");
/dports/devel/zfp/zfp-0.5.5/python/
H A Dzfpy.pyx72 cpdef ztype_to_dtype(zfp_type ztype): argument
74 return zfp_to_dtype_map[ztype]
81 cdef zfp_type ztype = dtype_to_ztype(arr.dtype)
88 field = zfp_field_1d(pointer, ztype, shape[0])
145 cdef zfp_type ztype = zfp_type_none;
179 cdef zfp_type ztype = field[0]._type
180 dtype = ztype_to_dtype(ztype)
213 zfp_type ztype, argument
249 zfp_type ztype, argument
278 zfp_field_set_type(field, ztype)
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/rs6000/
H A Daltivec.h8322 #define __tern_args_eq(xtype, x, ytype, y, ztype, z) \
8325 && __builtin_types_compatible_p (ztype, typeof (z)))
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/rs6000/
H A Daltivec.h8322 #define __tern_args_eq(xtype, x, ytype, y, ztype, z) \
8325 && __builtin_types_compatible_p (ztype, typeof (z)))
/dports/dns/bind-tools/bind-9.16.27/bin/check/
H A Dnamed-checkconf.c240 const char *ztype = cfg_obj_asstring(typeobj); in configure_zone() local
241 printf("%s %s %s %s\n", zname, zclass, view, ztype); in configure_zone()
/dports/dns/bind-tools/bind-9.16.27/bin/named/
H A Dconfig.c434 dns_zonetype_t ztype = dns_zone_none; in named_config_getzonetype() local
439 ztype = dns_zone_primary; in named_config_getzonetype()
442 ztype = dns_zone_secondary; in named_config_getzonetype()
444 ztype = dns_zone_mirror; in named_config_getzonetype()
446 ztype = dns_zone_stub; in named_config_getzonetype()
448 ztype = dns_zone_staticstub; in named_config_getzonetype()
450 ztype = dns_zone_redirect; in named_config_getzonetype()
455 return (ztype); in named_config_getzonetype()
H A Dstatschannel.c96 dns_zonetype_t ztype; in user_zonetype() local
122 ztype = dns_zone_gettype(zone); in user_zonetype()
123 for (tp = typemap; tp->string != NULL && tp->type != ztype; tp++) { in user_zonetype()
1776 const char *ztype; in zone_xmlrender() local
1798 ztype = user_zonetype(zone); in zone_xmlrender()
1799 if (ztype != NULL) { in zone_xmlrender()
1800 TRY0(xmlTextWriterWriteString(writer, ISC_XMLCHAR ztype)); in zone_xmlrender()
2602 addzone(char *name, char *classname, const char *ztype, uint32_t serial, in addzone() argument
2617 if (ztype != NULL) { in addzone()
2619 json_object_new_string(ztype)); in addzone()
H A Dzoneconf.c743 switch (ztype) { in checknames()
885 dns_zonetype_t ztype; in named_zone_configure() local
949 dns_zone_settype(raw, ztype); in named_zone_configure()
952 dns_zone_settype(zone, ztype); in named_zone_configure()
1019 if (ztype == dns_zone_secondary || ztype == dns_zone_mirror) { in named_zone_configure()
1127 if (ztype == dns_zone_secondary || ztype == dns_zone_mirror) { in named_zone_configure()
1227 if (ztype != dns_zone_stub && ztype != dns_zone_staticstub && in named_zone_configure()
1711 if (ztype == dns_zone_secondary || ztype == dns_zone_mirror) { in named_zone_configure()
1721 if (ztype == dns_zone_primary || ztype == dns_zone_secondary) { in named_zone_configure()
1900 switch (ztype) { in named_zone_configure()
[all …]
/dports/dns/bind-tools/bind-9.16.27/lib/bind9/
H A Dcheck.c2337 unsigned int ztype; in check_zoneconf() local
2389 ztype = CFG_ZONE_INVIEW; in check_zoneconf()
2410 ztype = CFG_ZONE_STUB; in check_zoneconf()
2416 ztype = CFG_ZONE_HINT; in check_zoneconf()
2504 switch (ztype) { in check_zoneconf()
2675 if (ztype == CFG_ZONE_PRIMARY || ztype == CFG_ZONE_SECONDARY || in check_zoneconf()
2733 if (ztype == CFG_ZONE_SECONDARY || ztype == CFG_ZONE_STUB || in check_zoneconf()
2809 if (ztype == CFG_ZONE_PRIMARY || ztype == CFG_ZONE_SECONDARY) { in check_zoneconf()
2848 if (ztype == CFG_ZONE_PRIMARY || ztype == CFG_ZONE_SECONDARY) { in check_zoneconf()
3022 if (ztype == CFG_ZONE_PRIMARY || ztype == CFG_ZONE_SECONDARY || in check_zoneconf()
[all …]
/dports/dns/bind-tools/bind-9.16.27/lib/isccfg/include/isccfg/
H A Dgrammar.h593 cfg_clause_validforzone(const char *name, unsigned int ztype);
/dports/dns/bind-tools/bind-9.16.27/lib/isccfg/
H A Dnamedconf.c3764 cfg_clause_validforzone(const char *name, unsigned int ztype) { in cfg_clause_validforzone() argument
3769 if ((clause->flags & ztype) == 0 || in cfg_clause_validforzone()
3776 if ((clause->flags & ztype) == 0 || in cfg_clause_validforzone()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/check/
H A Dnamed-checkconf.c238 const char *ztype = cfg_obj_asstring(typeobj); in configure_zone() local
239 printf("%s %s %s %s\n", zname, zclass, view, ztype); in configure_zone()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/named/
H A Dconfig.c452 dns_zonetype_t ztype = dns_zone_none; in named_config_getzonetype() local
457 ztype = dns_zone_primary; in named_config_getzonetype()
460 ztype = dns_zone_secondary; in named_config_getzonetype()
462 ztype = dns_zone_mirror; in named_config_getzonetype()
464 ztype = dns_zone_stub; in named_config_getzonetype()
466 ztype = dns_zone_staticstub; in named_config_getzonetype()
468 ztype = dns_zone_redirect; in named_config_getzonetype()
473 return (ztype); in named_config_getzonetype()
H A Dstatschannel.c101 dns_zonetype_t ztype; in user_zonetype() local
127 ztype = dns_zone_gettype(zone); in user_zonetype()
128 for (tp = typemap; tp->string != NULL && tp->type != ztype; tp++) { in user_zonetype()
1781 const char *ztype; in zone_xmlrender() local
1804 ztype = user_zonetype(zone); in zone_xmlrender()
1805 if (ztype != NULL) { in zone_xmlrender()
1806 TRY0(xmlTextWriterWriteString(writer, ISC_XMLCHAR ztype)); in zone_xmlrender()
2522 addzone(char *name, char *classname, const char *ztype, uint32_t serial, in addzone() argument
2537 if (ztype != NULL) { in addzone()
2539 json_object_new_string(ztype)); in addzone()
H A Dzoneconf.c762 switch (ztype) { in checknames()
904 dns_zonetype_t ztype; in named_zone_configure() local
968 dns_zone_settype(raw, ztype); in named_zone_configure()
971 dns_zone_settype(zone, ztype); in named_zone_configure()
1038 if (ztype == dns_zone_secondary || ztype == dns_zone_mirror) { in named_zone_configure()
1134 if (ztype == dns_zone_secondary || ztype == dns_zone_mirror) { in named_zone_configure()
1234 if (ztype != dns_zone_stub && ztype != dns_zone_staticstub && in named_zone_configure()
1719 if (ztype == dns_zone_secondary || ztype == dns_zone_mirror) { in named_zone_configure()
1729 if (ztype == dns_zone_primary || ztype == dns_zone_secondary) { in named_zone_configure()
1877 switch (ztype) { in named_zone_configure()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/bind9/
H A Dcheck.c2786 unsigned int ztype; in check_zoneconf() local
2837 ztype = CFG_ZONE_INVIEW; in check_zoneconf()
2858 ztype = CFG_ZONE_STUB; in check_zoneconf()
2864 ztype = CFG_ZONE_HINT; in check_zoneconf()
2952 switch (ztype) { in check_zoneconf()
3123 if (ztype == CFG_ZONE_PRIMARY || ztype == CFG_ZONE_SECONDARY || in check_zoneconf()
3181 if (ztype == CFG_ZONE_SECONDARY || ztype == CFG_ZONE_STUB || in check_zoneconf()
3257 if (ztype == CFG_ZONE_PRIMARY || ztype == CFG_ZONE_SECONDARY) { in check_zoneconf()
3296 if (ztype == CFG_ZONE_PRIMARY || ztype == CFG_ZONE_SECONDARY) { in check_zoneconf()
3470 if (ztype == CFG_ZONE_PRIMARY || ztype == CFG_ZONE_SECONDARY || in check_zoneconf()
[all …]

12345678910>>...87