Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/masterserver/
H A Dsrvlist.cpp246 ip, port, hostname, version, (type == ST_PERMANENT) ? "Yes" : "No"); in print()
258 ip, port, hostname, version, (type==ST_PERMANENT) ? "Yes" : "No"); in getString()
H A Dsrvlist.h25 ST_PERMANENT = 0, enumerator
/dports/net-mgmt/net-snmp/net-snmp-5.9/include/net-snmp/library/
H A Dsnmp-tc.h53 #define ST_PERMANENT 4 macro
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dexporter.cpp293 if (space->spaceType == ST_PERMANENT) in ScanAddress()
315 else if (space->spaceType == ST_PERMANENT) in ScanAddress()
344 ASSERT(space->spaceType == ST_LOCAL || space->spaceType == ST_PERMANENT || in ScanAddress()
441 …if (space->spaceType == ST_PERMANENT && !space->isMutable && ((PermanentMemSpace*)space)->hierarch… in ScanAddress()
H A Dmemmgr.cpp70 spaceType = ST_PERMANENT; in MemSpace()
304 space->spaceType = ST_PERMANENT; in NewPermanentSpace()
349 space->spaceType = ST_PERMANENT; in AllocateNewPermanentSpace()
597 space->spaceType = ST_PERMANENT; in PromoteExportSpaces()
1303 else if (space->spaceType == ST_PERMANENT) in FindCodeObject()
H A Dsharedata.cpp406 else if (bestSpace->spaceType == ST_PERMANENT) in MergeSameItems()
409 if (space->spaceType == ST_PERMANENT && in MergeSameItems()
750 if (space->spaceType == ST_PERMANENT && in AddObjectToDepthVector()
H A Dx86_dep.cpp671 if (space != 0 && (space->spaceType == ST_CODE || space->spaceType == ST_PERMANENT)) in AddTimeProfileCount()
683 if (space != 0 && (space->spaceType == ST_CODE || space->spaceType == ST_PERMANENT)) in AddTimeProfileCount()
698 if (space != 0 && (space->spaceType == ST_CODE || space->spaceType == ST_PERMANENT)) in AddTimeProfileCount()
H A Dmemmgr.h39 ST_PERMANENT, // Permanent areas are part of the object code enumerator
H A Dinterpret.cpp2746 if (space != 0 && (space->spaceType == ST_CODE || space->spaceType == ST_PERMANENT)) in AddTimeProfileCount()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/notification/
H A DsnmpNotifyFilterProfileTable_data.c377 (StorageTmp->snmpNotifyFilterProfileStorType == ST_PERMANENT)) { in store_snmpNotifyFilterProfileTable()
H A DsnmpNotifyTable_data.c766 (StorageTmp->snmpNotifyStorageType == ST_PERMANENT) ){ in store_snmpNotifyTable()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/mibII/
H A Dvacm_vars.c893 if (long_ret == RS_DESTROY && geptr->storageType == ST_PERMANENT) { in write_vacmSecurityToGroupStatus()
1142 if (long_ret == RS_DESTROY && aptr->storageType == ST_PERMANENT) { in write_vacmAccessStatus()
1604 if (long_ret == RS_DESTROY && vptr->viewStorageType == ST_PERMANENT) { in write_vacmViewStatus()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/tlstm-mib/snmpTlstmParamsTable/
H A DsnmpTlstmParamsTable.c402 entry->snmpTlstmParamsStorageType = ST_PERMANENT; in _entry_from_params()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/tlstm-mib/snmpTlstmAddrTable/
H A DsnmpTlstmAddrTable.c1066 entry->tlstmAddrStorageType = ST_PERMANENT; in _entry_from_addr()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/tlstm-mib/snmpTlstmCertToTSNTable/
H A DsnmpTlstmCertToTSNTable.c1040 entry->storageType = ST_PERMANENT; in _entry_from_map()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/agent/
H A Dextend.c716 ST_PERMANENT : ST_VOLATILE); in handle_nsExtendConfigTable()