Lines Matching refs:hunk_begin

2114 		char *comp_end, *hunk_begin;  in php_fgetcsv()  local
2139 hunk_begin = bptr; in php_fgetcsv()
2147 memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); in php_fgetcsv()
2148 tptr += (bptr - hunk_begin - 1); in php_fgetcsv()
2149 hunk_begin = bptr; in php_fgetcsv()
2153 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2154 tptr += (bptr - hunk_begin); in php_fgetcsv()
2155 hunk_begin = bptr; in php_fgetcsv()
2163 if (hunk_begin != line_end) { in php_fgetcsv()
2164 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2165 tptr += (bptr - hunk_begin); in php_fgetcsv()
2166 hunk_begin = bptr; in php_fgetcsv()
2195 hunk_begin = buf; in php_fgetcsv()
2220 memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); in php_fgetcsv()
2221 tptr += (bptr - hunk_begin - 1); in php_fgetcsv()
2222 hunk_begin = bptr; in php_fgetcsv()
2225 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2226 tptr += (bptr - hunk_begin); in php_fgetcsv()
2228 hunk_begin = bptr; in php_fgetcsv()
2246 memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); in php_fgetcsv()
2247 tptr += (bptr - hunk_begin - 1); in php_fgetcsv()
2248 hunk_begin = bptr; in php_fgetcsv()
2252 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2253 tptr += (bptr - hunk_begin); in php_fgetcsv()
2254 hunk_begin = bptr; in php_fgetcsv()
2291 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2292 tptr += (bptr - hunk_begin); in php_fgetcsv()
2298 hunk_begin = bptr; in php_fgetcsv()
2321 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2322 tptr += (bptr - hunk_begin); in php_fgetcsv()