Home
last modified time | relevance | path

Searched refs:pos_end (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/ext/dba/libinifile/
H A Dinifile.c387 static int inifile_copy_to(inifile *dba, size_t pos_start, size_t pos_end, inifile **ini_copy TSRML… in inifile_copy_to() argument
391 if (pos_start == pos_end) { in inifile_copy_to()
406 if (!php_stream_copy_to_stream(dba->fp, fp, pos_end - pos_start)) { in inifile_copy_to()
407 … TSRMLS_CC, E_WARNING, "Could not copy group [%zu - %zu] to temporary stream", pos_start, pos_end); in inifile_copy_to()

Completed in 6 milliseconds