Home
last modified time | relevance | path

Searched refs:pRegularExpression (Results 1 – 14 of 14) sorted by relevance

/dports/devel/ptlib/ptlib-2.10.11/include/ptclib/
H A Dpdns.h60 PSTR pRegularExpression; member
/dports/lang/php81/php-8.1.1/ext/standard/
H A Ddns_win32.c333 add_assoc_string(subarray, "regex", data_naptr->pRegularExpression); in php_parserr()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Ddns_win32.c333 add_assoc_string(subarray, "regex", data_naptr->pRegularExpression); in php_parserr()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Ddns_win32.c332 add_assoc_string(subarray, "regex", data_naptr->pRegularExpression); in php_parserr()
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Ddns_win32.c332 add_assoc_string(subarray, "regex", data_naptr->pRegularExpression); in php_parserr()
/dports/lang/php73/php-7.3.33/ext/standard/
H A Ddns_win32.c330 add_assoc_string(subarray, "regex", data_naptr->pRegularExpression); in php_parserr()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Ddns_win32.c335 add_assoc_string(subarray, "regex", data_naptr->pRegularExpression); in php_parserr()
/dports/devel/ptlib/ptlib-2.10.11/src/ptclib/
H A Denum.cxx118 record.regex = naptr->pRegularExpression; in ResolveNAPTR()
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Ddns_win32.c330 add_assoc_string(subarray, "regex", data_naptr->pRegularExpression); in php_parserr()
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Ddns_win32.c335 add_assoc_string(subarray, "regex", data_naptr->pRegularExpression); in php_parserr()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/Dns/
H A Dmod.rs1273 pub pRegularExpression: super::super::Foundation::PSTR, field
1287 …ield("pService", &self.pService).field("pRegularExpression", &self.pRegularExpression).field("pRep… in fmt()
1293 …er.pFlags && self.pService == other.pService && self.pRegularExpression == other.pRegularExpressio… in eq()
1311 pub pRegularExpression: super::super::Foundation::PWSTR, field
1325 …ield("pService", &self.pService).field("pRegularExpression", &self.pRegularExpression).field("pRep… in fmt()
1331 …er.pFlags && self.pService == other.pService && self.pRegularExpression == other.pRegularExpressio… in eq()
/dports/net/yate/yate-6.4.0-1/engine/
H A DResolver.cpp530 d.pService,d.pRegularExpression,d.pReplacement),true,"naptrQuery"); in naptrQuery()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/Dns/
H A Dmod.rs755 pub pRegularExpression: super::super::Foundation::PSTR, field
773 pub pRegularExpression: super::super::Foundation::PWSTR, field
/dports/net/libexosip2/libexosip2-5.3.0/src/
H A DeXutils.c3759 strncpy(srvrecord.regexp, tmp->Data.NAPTR.pRegularExpression, sizeof(srvrecord.regexp) - 1);