Home
last modified time | relevance | path

Searched refs:pptr (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c933 if (*pptr > 32 && *pptr < 128) fprintf(stderr, "%c", *pptr); in show_parsed()
934 pptr++; in show_parsed()
8219 pptr++; in compile_regex()
8872 pptr += pptr[1]; in parsed_skip()
9056 pptr = parsed_skip(pptr, PSKIP_ALT); in get_branchlength()
9065 pptr += pptr[1] + 1; in get_branchlength()
9088 pptr = parsed_skip(pptr, PSKIP_CLASS); in get_branchlength()
9292 pptr = parsed_skip(pptr + 1, PSKIP_KET); in get_branchlength()
9334 if (pptr[1] == pptr[2]) in get_branchlength()
9486 for (; *pptr != META_END; pptr++) in check_lookbehinds()
[all …]
/PHP-7.4/ext/snmp/
H A Dsnmp.c932 char *pptr; in php_snmp_parse_oid() local
962 pptr = Z_STRVAL_P(type); in php_snmp_parse_oid()
984 pptr = Z_STRVAL_P(type); in php_snmp_parse_oid()
1001 pptr = Z_STRVAL_P(tmp_type); in php_snmp_parse_oid()
1076 char *pptr, *host_ptr; in netsnmp_session_init() local
1100 if ((pptr = strchr(host_ptr, ']'))) { in netsnmp_session_init()
1101 if (pptr[1] == ':') { in netsnmp_session_init()
1104 *pptr = '\0'; in netsnmp_session_init()
1112 *pptr = '\0'; in netsnmp_session_init()
1127 pptr = session->peername; in netsnmp_session_init()
[all …]
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c4329 static void _addproperty(zend_property_info *pptr, zend_string *key, zend_class_entry *ce, zval *re… in _addproperty() argument
4331 if ((pptr->flags & ZEND_ACC_PRIVATE) && pptr->ce != ce) { in _addproperty()
4335 if (pptr->flags & filter) { in _addproperty()
4337 reflection_property_factory(ce, key, pptr, &property, 0); in _addproperty()

Completed in 59 milliseconds