Lines Matching refs:hunk_begin

2067 		char *comp_end, *hunk_begin;  in php_fgetcsv()  local
2092 hunk_begin = bptr; in php_fgetcsv()
2100 memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); in php_fgetcsv()
2101 tptr += (bptr - hunk_begin - 1); in php_fgetcsv()
2102 hunk_begin = bptr; in php_fgetcsv()
2106 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2107 tptr += (bptr - hunk_begin); in php_fgetcsv()
2108 hunk_begin = bptr; in php_fgetcsv()
2116 if (hunk_begin != line_end) { 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()
2148 hunk_begin = buf; in php_fgetcsv()
2173 memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); in php_fgetcsv()
2174 tptr += (bptr - hunk_begin - 1); in php_fgetcsv()
2175 hunk_begin = bptr; in php_fgetcsv()
2178 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2179 tptr += (bptr - hunk_begin); in php_fgetcsv()
2181 hunk_begin = bptr; in php_fgetcsv()
2199 memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); in php_fgetcsv()
2200 tptr += (bptr - hunk_begin - 1); in php_fgetcsv()
2201 hunk_begin = bptr; in php_fgetcsv()
2205 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2206 tptr += (bptr - hunk_begin); in php_fgetcsv()
2207 hunk_begin = bptr; in php_fgetcsv()
2244 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2245 tptr += (bptr - hunk_begin); in php_fgetcsv()
2251 hunk_begin = bptr; in php_fgetcsv()
2274 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2275 tptr += (bptr - hunk_begin); in php_fgetcsv()