Searched refs:pos_end (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/dba/libinifile/ |
| H A D | inifile.c | 386 static int inifile_copy_to(inifile *dba, size_t pos_start, size_t pos_end, inifile **ini_copy TSRMLS_DC) argument 390 if (pos_start == pos_end) { 405 if (!php_stream_copy_to_stream_ex(dba->fp, fp, pos_end - pos_start, NULL)) { 406 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not copy group [%zu - %zu] to temporary stream", pos_start, pos_end);
|
Completed in 2 milliseconds