Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dalloca.c346 struct stk_trailer *trailer; in i00afunc() local
366 if (trailer == 0) in i00afunc()
371 while (trailer != 0) in i00afunc()
373 block = (long *) trailer->this_address; in i00afunc()
374 size = trailer->this_size; in i00afunc()
377 trailer = (struct stk_trailer *) trailer->link; in i00afunc()
387 if (trailer == 0) in i00afunc()
394 if (trailer->this_size <= 0) in i00afunc()
396 result += trailer->this_size; in i00afunc()
397 trailer = (struct stk_trailer *) trailer->link; in i00afunc()
[all …]
/PHP-5.3/ext/zlib/
H A Dzlib.c834 char *trailer = (*newstr) + (*new_length); in php_deflate_string() local
837 trailer[0] = (char) ZLIBG(crc) & 0xFF; in php_deflate_string()
838 trailer[1] = (char) (ZLIBG(crc) >> 8) & 0xFF; in php_deflate_string()
839 trailer[2] = (char) (ZLIBG(crc) >> 16) & 0xFF; in php_deflate_string()
845 trailer[8] = '\0'; in php_deflate_string()
936 trailer[0] = (char) crc & 0xFF; in PHP_FUNCTION()
937 trailer[1] = (char) (crc >> 8) & 0xFF; in PHP_FUNCTION()
938 trailer[2] = (char) (crc >> 16) & 0xFF; in PHP_FUNCTION()
939 trailer[3] = (char) (crc >> 24) & 0xFF; in PHP_FUNCTION()
940 trailer[4] = (char) stream.total_in & 0xFF; in PHP_FUNCTION()
[all …]

Completed in 10 milliseconds