Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dalloca.c421 long size, pseg, this_segment, stack; in i00afunc() local
446 this_segment = stkl - size; in i00afunc()
452 while (!(this_segment <= address && address <= stkl)) in i00afunc()
455 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl); in i00afunc()
463 this_segment = stkl - size; in i00afunc()
466 result = address - this_segment; in i00afunc()

Completed in 8 milliseconds