Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dtdb.c2294 tdb_off_t last_ptr, i; in remove_from_freelist() local
2297 last_ptr = FREELIST_TOP; in remove_from_freelist()
2298 while (tdb_ofs_read(tdb, last_ptr, &i) != -1 && i != 0) { in remove_from_freelist()
2301 return tdb_ofs_write(tdb, last_ptr, &next); in remove_from_freelist()
2304 last_ptr = i; in remove_from_freelist()
2428 struct list_struct *rec, tdb_off_t last_ptr) in tdb_allocate_ofs() argument
2451 if (tdb_ofs_write(tdb, last_ptr, &rec->next) == -1) { in tdb_allocate_ofs()
2490 tdb_off_t rec_ptr, last_ptr, newrec_ptr; in tdb_allocate() local
2492 tdb_off_t rec_ptr, last_ptr; in tdb_allocate() member
2503 last_ptr = FREELIST_TOP; in tdb_allocate()
[all …]
/external/python/cpython3/Modules/
Dsre_lib.h999 ctx->u.rep->last_ptr = NULL; in SRE()
1047 state->ptr != ctx->u.rep->last_ptr) { in SRE()
1054 DATA_PUSH(&ctx->u.rep->last_ptr); in SRE()
1055 ctx->u.rep->last_ptr = state->ptr; in SRE()
1058 DATA_POP(&ctx->u.rep->last_ptr); in SRE()
1125 state->ptr == ctx->u.rep->last_ptr) in SRE()
1130 DATA_PUSH(&ctx->u.rep->last_ptr); in SRE()
1131 ctx->u.rep->last_ptr = state->ptr; in SRE()
1134 DATA_POP(&ctx->u.rep->last_ptr); in SRE()
Dsre.h58 void* last_ptr; /* helper to check for infinite loops */ member
/external/python/cpython2/Modules/
Dsre.h69 void* last_ptr; /* helper to check for infinite loops */ member
D_sre.c1187 ctx->u.rep->last_ptr = NULL; in SRE_MATCH()
1235 state->ptr != ctx->u.rep->last_ptr) { in SRE_MATCH()
1242 DATA_PUSH(&ctx->u.rep->last_ptr); in SRE_MATCH()
1243 ctx->u.rep->last_ptr = state->ptr; in SRE_MATCH()
1246 DATA_POP(&ctx->u.rep->last_ptr); in SRE_MATCH()
1313 state->ptr == ctx->u.rep->last_ptr) in SRE_MATCH()
1318 DATA_PUSH(&ctx->u.rep->last_ptr); in SRE_MATCH()
1319 ctx->u.rep->last_ptr = state->ptr; in SRE_MATCH()
1322 DATA_POP(&ctx->u.rep->last_ptr); in SRE_MATCH()