Home
last modified time | relevance | path

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

/PHP-8.2/ext/snmp/
H A Dsnmp.c638 uint32_t idx_type = 0, idx_value = 0; in php_snmp_parse_oid() local
687 while (idx_type < type_ht->nNumUsed) { in php_snmp_parse_oid()
688 tmp_type = &type_ht->arPacked[idx_type]; in php_snmp_parse_oid()
692 idx_type++; in php_snmp_parse_oid()
695 while (idx_type < type_ht->nNumUsed) { in php_snmp_parse_oid()
696 tmp_type = &type_ht->arData[idx_type].val; in php_snmp_parse_oid()
700 idx_type++; in php_snmp_parse_oid()
703 if (idx_type < type_ht->nNumUsed) { in php_snmp_parse_oid()
712 idx_type++; in php_snmp_parse_oid()

Completed in 9 milliseconds