Home
last modified time | relevance | path

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

/PHP-8.1/ext/snmp/
H A Dsnmp.c655 zend_string *type_str, HashTable *type_ht, zend_string *value_str, HashTable *value_ht in php_snmp_parse_oid() argument
667 if (type_ht) { in php_snmp_parse_oid()
705 } else if (type_ht) { in php_snmp_parse_oid()
706 while (idx_type < type_ht->nNumUsed) { in php_snmp_parse_oid()
707 tmp_type = &type_ht->arData[idx_type].val; in php_snmp_parse_oid()
713 if (idx_type < type_ht->nNumUsed) { in php_snmp_parse_oid()
1133 HashTable *oid_ht, *type_ht = NULL, *value_ht = NULL; in php_snmp() local
1161 Z_PARAM_ARRAY_HT_OR_STR(type_ht, type_str) in php_snmp()
1192 Z_PARAM_ARRAY_HT_OR_STR(type_ht, type_str) in php_snmp()
1217 Z_PARAM_ARRAY_HT_OR_STR(type_ht, type_str) in php_snmp()
[all …]

Completed in 10 milliseconds