Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dtdb.c2296 tdb_off_t last_ptr, i; in remove_from_freelist() local
2299 last_ptr = FREELIST_TOP; in remove_from_freelist()
2300 while (tdb_ofs_read(tdb, last_ptr, &i) != -1 && i != 0) { in remove_from_freelist()
2303 return tdb_ofs_write(tdb, last_ptr, &next); in remove_from_freelist()
2306 last_ptr = i; in remove_from_freelist()
2430 struct list_struct *rec, tdb_off_t last_ptr) in tdb_allocate_ofs() argument
2453 if (tdb_ofs_write(tdb, last_ptr, &rec->next) == -1) { in tdb_allocate_ofs()
2492 tdb_off_t rec_ptr, last_ptr, newrec_ptr; in tdb_allocate() local
2494 tdb_off_t rec_ptr, last_ptr; in tdb_allocate() member
2505 last_ptr = FREELIST_TOP; in tdb_allocate()
[all …]
/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()