Home
last modified time | relevance | path

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

/PHP-8.3/ext/snmp/
H A Dsnmp.c636 uint32_t idx_type = 0, idx_value = 0; in php_snmp_parse_oid() local
685 while (idx_type < type_ht->nNumUsed) { in php_snmp_parse_oid()
686 tmp_type = &type_ht->arPacked[idx_type]; in php_snmp_parse_oid()
690 idx_type++; in php_snmp_parse_oid()
693 while (idx_type < type_ht->nNumUsed) { in php_snmp_parse_oid()
694 tmp_type = &type_ht->arData[idx_type].val; in php_snmp_parse_oid()
698 idx_type++; in php_snmp_parse_oid()
701 if (idx_type < type_ht->nNumUsed) { in php_snmp_parse_oid()
710 idx_type++; in php_snmp_parse_oid()

Completed in 19 milliseconds