Lines Matching refs:hunk_begin

1965 		char *comp_end, *hunk_begin;  in php_fgetcsv()  local
1990 hunk_begin = bptr; in php_fgetcsv()
1998 memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); in php_fgetcsv()
1999 tptr += (bptr - hunk_begin - 1); in php_fgetcsv()
2000 hunk_begin = bptr; in php_fgetcsv()
2004 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2005 tptr += (bptr - hunk_begin); in php_fgetcsv()
2006 hunk_begin = bptr; in php_fgetcsv()
2010 if (hunk_begin != line_end) { in php_fgetcsv()
2011 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2012 tptr += (bptr - hunk_begin); in php_fgetcsv()
2013 hunk_begin = bptr; in php_fgetcsv()
2026 if (hunk_begin == bptr) { in php_fgetcsv()
2027 --hunk_begin; in php_fgetcsv()
2044 if (hunk_begin == bptr) { in php_fgetcsv()
2045 --hunk_begin; in php_fgetcsv()
2060 hunk_begin = buf; in php_fgetcsv()
2085 memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); in php_fgetcsv()
2086 tptr += (bptr - hunk_begin - 1); in php_fgetcsv()
2087 hunk_begin = bptr; in php_fgetcsv()
2090 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2091 tptr += (bptr - hunk_begin); in php_fgetcsv()
2093 hunk_begin = bptr; in php_fgetcsv()
2111 memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); in php_fgetcsv()
2112 tptr += (bptr - hunk_begin - 1); in php_fgetcsv()
2113 hunk_begin = bptr; in php_fgetcsv()
2117 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2118 tptr += (bptr - hunk_begin); in php_fgetcsv()
2119 hunk_begin = bptr; in php_fgetcsv()
2156 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2157 tptr += (bptr - hunk_begin); in php_fgetcsv()
2163 hunk_begin = bptr; in php_fgetcsv()
2186 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2187 tptr += (bptr - hunk_begin); in php_fgetcsv()