Home
last modified time | relevance | path

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

/PHP-8.0/ext/soap/
H A Dphp_sdl.c2442 sdlTypePtr ptype; in make_persistent_sdl_function_headers() local
2505 sdlTypePtr ptype; in make_persistent_sdl_parameters() local
2706 *ptype = *type; in make_persistent_sdl_type()
2709 ptype->name = strdup(ptype->name); in make_persistent_sdl_type()
2712 ptype->namens = strdup(ptype->namens); in make_persistent_sdl_type()
2714 if (ptype->def) { in make_persistent_sdl_type()
2715 ptype->def = strdup(ptype->def); in make_persistent_sdl_type()
2718 ptype->fixed = strdup(ptype->fixed); in make_persistent_sdl_type()
2721 ptype->ref = strdup(ptype->ref); in make_persistent_sdl_type()
2820 return ptype; in make_persistent_sdl_type()
[all …]
/PHP-8.0/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()
725 unsigned int ptype = *ccode++; in pcre2_printint() local
728 switch(ptype) in pcre2_printint()
744 get_ucpname(ptype, pvalue)); in pcre2_printint()
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()
H A Dpcre2_compile.c967 uint32_t ptype = *pptr >> 16; in show_parsed() local
970 ptype, pvalue); in show_parsed()
3049 uint16_t ptype = 0, pdata = 0; in parse_regex() local
3054 *parsed_pattern++ = (ptype << 16) | pdata; in parse_regex()
3414 if (ptype >= 0) in parse_regex()
3596 uint16_t ptype = 0, pdata = 0; in parse_regex() local
5874 uint32_t ptype = *(++pptr) >> 16; in compile_branch() local
5877 *class_uchardata++ = ptype; in compile_branch()
7763 uint32_t ptype = *(++pptr) >> 16; in compile_branch() local
7769 if (meta_arg == ESC_p && ptype == PT_ANY) in compile_branch()
[all …]
/PHP-8.0/TSRM/
H A Dtsrm_win32.c459 char *ptype = (char *)type; in popen_ex() local
473 if (ptype[0] != 'r' && ptype[0] != 'w') { in popen_ex()
477 if (type_len > 1 && (ptype[1] != 'b' && ptype[1] != 't')) { in popen_ex()

Completed in 43 milliseconds