Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c944 if (*pptr > 32 && *pptr < 128) fprintf(stderr, "%c", *pptr); in show_parsed()
945 pptr++; in show_parsed()
1120 pptr++; in show_parsed()
8643 pptr++; in compile_regex()
9295 pptr += pptr[1]; in parsed_skip()
9493 pptr = parsed_skip(pptr, PSKIP_ALT); in get_branchlength()
9502 pptr += pptr[1] + 1; in get_branchlength()
9525 pptr = parsed_skip(pptr, PSKIP_CLASS); in get_branchlength()
9735 pptr = parsed_skip(pptr + 1, PSKIP_KET); in get_branchlength()
9974 for (; *pptr != META_END; pptr++) in check_lookbehinds()
[all …]
/php-src/ext/bcmath/libbcmath/src/
H A Drecmul.c66 char *pptr = (*prod)->n_value; in bc_fast_mul() local
67 char *pend = pptr + prodlen - 1; in bc_fast_mul()
69 while (pend >= pptr) { in bc_fast_mul()
88 char *pptr = (*prod)->n_value; in bc_fast_square() local
89 char *pend = pptr + prodlen - 1; in bc_fast_square()
91 while (pend >= pptr) { in bc_fast_square()
108 char *pptr = (*prod)->n_value; in bc_mul_finish_from_vector() local
109 char *pend = pptr + prodlen - 1; in bc_mul_finish_from_vector()
127 while (pend >= pptr) { in bc_mul_finish_from_vector()
/php-src/ext/snmp/
H A Dsnmp.c640 char *pptr; in php_snmp_parse_oid() local
669 pptr = ZSTR_VAL(type_str); in php_snmp_parse_oid()
686 pptr = ZSTR_VAL(type_str); in php_snmp_parse_oid()
798 char *pptr, *host_ptr; in netsnmp_session_init() local
824 if (pptr[1] == ':') { in netsnmp_session_init()
825 remote_port = atoi(pptr + 2); in netsnmp_session_init()
827 *pptr = '\0'; in netsnmp_session_init()
834 remote_port = atoi(pptr + 1); in netsnmp_session_init()
835 *pptr = '\0'; in netsnmp_session_init()
850 pptr = session->peername; in netsnmp_session_init()
[all …]
/php-src/ext/reflection/
H A Dphp_reflection.c4576 static void _addproperty(zend_property_info *pptr, zend_string *key, zend_class_entry *ce, HashTabl… in _addproperty() argument
4578 if ((pptr->flags & ZEND_ACC_PRIVATE) && pptr->ce != ce) { in _addproperty()
4582 if (pptr->flags & filter) { in _addproperty()
4584 reflection_property_factory(ce, key, pptr, &property); in _addproperty()

Completed in 51 milliseconds