Searched refs:pos_end (Results 1 – 1 of 1) sorted by relevance
386 static int inifile_copy_to(inifile *dba, size_t pos_start, size_t pos_end, inifile **ini_copy TSRML… in inifile_copy_to() argument390 if (pos_start == pos_end) { in inifile_copy_to()405 if (!php_stream_copy_to_stream(dba->fp, fp, pos_end - pos_start)) { in inifile_copy_to()406 … TSRMLS_CC, E_WARNING, "Could not copy group [%zu - %zu] to temporary stream", pos_start, pos_end); in inifile_copy_to()
Completed in 4 milliseconds