Home
last modified time | relevance | path

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

/third_party/node/deps/npm/lib/utils/
Derror-handler.js12 var rollbacks = npm.rollbacks variable
102 if (rollbacks.length) {
103 chain(rollbacks.map(function (f) {
121 rollbacks.length = 0
/third_party/libxml2/
Dxmlregexp.c334 xmlRegExecRollback *rollbacks; member
3184 exec->rollbacks = (xmlRegExecRollback *) xmlMalloc(exec->maxRollbacks * in xmlFARegExecSave()
3186 if (exec->rollbacks == NULL) { in xmlFARegExecSave()
3191 memset(exec->rollbacks, 0, in xmlFARegExecSave()
3198 tmp = (xmlRegExecRollback *) xmlRealloc(exec->rollbacks, in xmlFARegExecSave()
3205 exec->rollbacks = tmp; in xmlFARegExecSave()
3206 tmp = &exec->rollbacks[len]; in xmlFARegExecSave()
3209 exec->rollbacks[exec->nbRollbacks].state = exec->state; in xmlFARegExecSave()
3210 exec->rollbacks[exec->nbRollbacks].index = exec->index; in xmlFARegExecSave()
3211 exec->rollbacks[exec->nbRollbacks].nextbranch = exec->transno + 1; in xmlFARegExecSave()
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlregexp.c355 xmlRegExecRollback *rollbacks; member
3141 exec->rollbacks = (xmlRegExecRollback *) xmlMalloc(exec->maxRollbacks * in xmlFARegExecSave()
3143 if (exec->rollbacks == NULL) { in xmlFARegExecSave()
3148 memset(exec->rollbacks, 0, in xmlFARegExecSave()
3155 tmp = (xmlRegExecRollback *) xmlRealloc(exec->rollbacks, in xmlFARegExecSave()
3162 exec->rollbacks = tmp; in xmlFARegExecSave()
3163 tmp = &exec->rollbacks[len]; in xmlFARegExecSave()
3166 exec->rollbacks[exec->nbRollbacks].state = exec->state; in xmlFARegExecSave()
3167 exec->rollbacks[exec->nbRollbacks].index = exec->index; in xmlFARegExecSave()
3168 exec->rollbacks[exec->nbRollbacks].nextbranch = exec->transno + 1; in xmlFARegExecSave()
[all …]
/third_party/node/deps/npm/lib/
Dnpm.js77 npm.rollbacks = []
/third_party/node/deps/npm/changelogs/
DCHANGELOG-1.md131 [#6043](https://github.com/npm/npm/issues/6043) defer rollbacks until just
DCHANGELOG-2.md4978 file is created when rollbacks are done.
5078 [#6043](https://github.com/npm/npm/issues/6043) defer rollbacks until just
/third_party/typescript/tests/baselines/reference/user/
Dnpm.log551 node_modules/npm/lib/npm.js(79,7): error TS2339: Property 'rollbacks' does not exist on type 'Event…
815 node_modules/npm/lib/utils/error-handler.js(12,21): error TS2339: Property 'rollbacks' does not exi…
/third_party/boost/libs/interprocess/doc/
Dinterprocess.qbk5634 `scoped_ptr<>` comes handy to implement *rollbacks* with exceptions: if an exception