Lines Matching refs:hunk_begin
2035 char *comp_end, *hunk_begin; in php_fgetcsv() local
2060 hunk_begin = bptr; in php_fgetcsv()
2068 memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); in php_fgetcsv()
2069 tptr += (bptr - hunk_begin - 1); in php_fgetcsv()
2070 hunk_begin = bptr; in php_fgetcsv()
2074 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2075 tptr += (bptr - hunk_begin); in php_fgetcsv()
2076 hunk_begin = bptr; in php_fgetcsv()
2084 if (hunk_begin != line_end) { in php_fgetcsv()
2085 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2086 tptr += (bptr - hunk_begin); in php_fgetcsv()
2087 hunk_begin = bptr; in php_fgetcsv()
2116 hunk_begin = buf; in php_fgetcsv()
2141 memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); in php_fgetcsv()
2142 tptr += (bptr - hunk_begin - 1); in php_fgetcsv()
2143 hunk_begin = bptr; in php_fgetcsv()
2146 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2147 tptr += (bptr - hunk_begin); in php_fgetcsv()
2149 hunk_begin = bptr; in php_fgetcsv()
2167 memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); in php_fgetcsv()
2168 tptr += (bptr - hunk_begin - 1); in php_fgetcsv()
2169 hunk_begin = bptr; in php_fgetcsv()
2173 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2174 tptr += (bptr - hunk_begin); in php_fgetcsv()
2175 hunk_begin = bptr; in php_fgetcsv()
2212 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2213 tptr += (bptr - hunk_begin); in php_fgetcsv()
2219 hunk_begin = bptr; in php_fgetcsv()
2242 memcpy(tptr, hunk_begin, bptr - hunk_begin); in php_fgetcsv()
2243 tptr += (bptr - hunk_begin); in php_fgetcsv()