Home | History | Annotate | Download | only in src

Lines Matching refs:ESR_SUCCESS

33   ESR_ReturnCode rc = ESR_SUCCESS;
41 if ((rc = PHashTableCreate(hashArgs, MTAG, &impl->table)) != ESR_SUCCESS)
61 return ESR_SUCCESS;
93 if ((rc = PHashTablePutValue(impl->table, clone, value, NULL)) != ESR_SUCCESS)
112 ESR_ReturnCode rc = ESR_SUCCESS;
144 ESR_ReturnCode rc = ESR_SUCCESS;
148 if ((rc = PHashTableEntryGetFirst(impl->table, &entry1)) != ESR_SUCCESS)
153 if ((rc = PHashTableEntryGetKeyValue(entry1, (void **)&key, (void **)&value)) != ESR_SUCCESS)
158 if ((rc = PHashTableEntryAdvance(&entry1)) != ESR_SUCCESS)
160 if ((rc = PHashTableEntryRemove(entry2)) != ESR_SUCCESS)
180 ESR_ReturnCode rc = ESR_SUCCESS;
192 ESR_ReturnCode rc = ESR_SUCCESS;
196 return ESR_SUCCESS;
204 ESR_ReturnCode rc = ESR_SUCCESS;
207 if ((rc = PHashTableEntryGetFirst(impl->table, entry)) != ESR_SUCCESS)
213 if ((rc = PHashTableEntryAdvance(entry)) != ESR_SUCCESS)
229 if ((rc = HashMap_GetEntryAtIndex(impl, index, &entry)) != ESR_SUCCESS)
244 if ((rc = HashMap_GetEntryAtIndex(impl, index, &entry)) != ESR_SUCCESS)
260 if ((rc = HashMap_GetEntryAtIndex(impl, index, &entry)) != ESR_SUCCESS)
263 if ((rc = PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)NULL)) != ESR_SUCCESS)
283 ESR_ReturnCode rc = ESR_SUCCESS;
285 if ((rc = self->removeAll(self)) != ESR_SUCCESS)