Home
last modified time | relevance | path

Searched refs:ptype (Results 1 – 7 of 7) sorted by relevance

/PHP-7.3/ext/soap/
H A Dphp_sdl.c2435 sdlTypePtr ptype; in make_persistent_sdl_function_headers() local
2498 sdlTypePtr ptype; in make_persistent_sdl_parameters() local
2699 *ptype = *type; in make_persistent_sdl_type()
2702 ptype->name = strdup(ptype->name); in make_persistent_sdl_type()
2705 ptype->namens = strdup(ptype->namens); in make_persistent_sdl_type()
2707 if (ptype->def) { in make_persistent_sdl_type()
2708 ptype->def = strdup(ptype->def); in make_persistent_sdl_type()
2711 ptype->fixed = strdup(ptype->fixed); in make_persistent_sdl_type()
2714 ptype->ref = strdup(ptype->ref); in make_persistent_sdl_type()
2813 return ptype; in make_persistent_sdl_type()
[all …]
/PHP-7.3/ext/soap/interop/
H A Dclient_round2_interop.php621 foreach($this->paramTypes as $ptype) {
623 if ($usewsdl && $ptype == 'soapval') break;
624 $this->paramType = $ptype;
643 foreach($this->paramTypes as $ptype) {
645 if ($usewsdl && $ptype == 'soapval') break;
646 $this->paramType = $ptype;
761 foreach($this->paramTypes as $ptype) {
763 if ($usewsdl && $ptype == 'soapval') break;
764 $this->paramType = $ptype;
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c346 const char* ptype = !strcmp(el->name, "value") ? type : basetype; in xml_element_to_method_description() local
347 if(ptype) { in xml_element_to_method_description()
349 (!strcmp(ptype, "array") || !strcmp(ptype, "struct") || !strcmp(ptype, "mixed"))) { in xml_element_to_method_description()
361 …xReturn = describeValue_worker(ptype, name, (desc ? desc : (xSubList ? NULL : el->text.str)), opti… in xml_element_to_method_description()
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_printint.c236 get_ucpname(unsigned int ptype, unsigned int pvalue) in get_ucpname() argument
242 if (ptype == PRIV(utt)[i].type && pvalue == PRIV(utt)[i].value) break; in get_ucpname()
246 (void)ptype; in get_ucpname()
721 unsigned int ptype = *ccode++; in pcre2_printint() local
724 switch(ptype) in pcre2_printint()
740 get_ucpname(ptype, pvalue)); in pcre2_printint()
H A Dpcre2_compile.c899 uint32_t ptype = *pptr >> 16; in show_parsed() local
902 ptype, pvalue); in show_parsed()
2856 uint16_t ptype = 0, pdata = 0; in parse_regex() local
2861 *parsed_pattern++ = (ptype << 16) | pdata; in parse_regex()
3206 if (ptype >= 0) in parse_regex()
3386 uint16_t ptype = 0, pdata = 0; in parse_regex() local
3391 *parsed_pattern++ = (ptype << 16) | pdata; in parse_regex()
5464 uint32_t ptype = *(++pptr) >> 16; in compile_branch() local
5467 *class_uchardata++ = ptype; in compile_branch()
7341 uint32_t ptype = *(++pptr) >> 16; in compile_branch() local
[all …]
H A Dpcre2_auto_possess.c196 check_char_prop(uint32_t c, unsigned int ptype, unsigned int pdata, in check_char_prop() argument
202 switch(ptype) in check_char_prop()
/PHP-7.3/TSRM/
H A Dtsrm_win32.c462 char *ptype = (char *)type; in popen_ex() local
478 if (!(*ptype == 'r' || *ptype == 'w' || *ptype == 'b' || *ptype == 't')) { in popen_ex()
481 ptype++; in popen_ex()

Completed in 50 milliseconds