Home
last modified time | relevance | path

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

/PHP-7.1/ext/snmp/
H A Dsnmp.c955 char *pptr; in php_snmp_parse_oid() local
990 pptr = Z_STRVAL_P(type); in php_snmp_parse_oid()
1017 pptr = Z_STRVAL_P(type); in php_snmp_parse_oid()
1034 pptr = Z_STRVAL_P(tmp_type); in php_snmp_parse_oid()
1109 char *pptr, *host_ptr; in netsnmp_session_init() local
1141 if ((pptr = strchr(host_ptr, ']'))) { in netsnmp_session_init()
1142 if (pptr[1] == ':') { in netsnmp_session_init()
1145 *pptr = '\0'; in netsnmp_session_init()
1153 *pptr = '\0'; in netsnmp_session_init()
1168 pptr = session->peername; in netsnmp_session_init()
[all …]
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c4499 zend_property_info *pptr = (zend_property_info*)Z_PTR_P(el); in _addproperty() local
4504 if (pptr->flags & ZEND_ACC_SHADOW) { in _addproperty()
4508 if (pptr->flags & filter) { in _addproperty()
4509 reflection_property_factory(ce, pptr, &property); in _addproperty()

Completed in 25 milliseconds