Home
last modified time | relevance | path

Searched refs:end (Results 26 – 50 of 631) sorted by last modified time

12345678910>>...26

/PHP-5.5/sapi/apache/
H A DapMakefile.libdir4 copy the Makefile.tmpl onto the end.
H A DapMakefile.tmpl56 # We really don't expect end users to use this rule. It works only with
/PHP-5.5/
H A Dphp.ini-development320 ; the request. Consider enabling it if executing long requests, which may end up
1407 ; not the end all be all of session hijacking defense, but it's a good start.
1922 ; Preferred Shared Memory back-end. Leave empty and let the system decide.
H A Dphp.ini-production320 ; the request. Consider enabling it if executing long requests, which may end up
1407 ; not the end all be all of session hijacking defense, but it's a good start.
1922 ; Preferred Shared Memory back-end. Leave empty and let the system decide.
/PHP-5.5/main/streams/
H A Dplain_wrapper.c1392 char *pathbuf, *ptr, *end; in _php_stream_fopen_with_path() local
1495 end = strchr(ptr, DEFAULT_DIR_SEPARATOR); in _php_stream_fopen_with_path()
1496 if (end != NULL) { in _php_stream_fopen_with_path()
1497 *end = '\0'; in _php_stream_fopen_with_path()
1498 end++; in _php_stream_fopen_with_path()
1517 ptr = end; in _php_stream_fopen_with_path()
/PHP-5.5/main/
H A Drfc1867.c607 static int multipart_buffer_read(multipart_buffer *self, char *buf, int bytes, int *end TSRMLS_DC) in multipart_buffer_read()
620 …if (end && php_ap_memstr(self->buf_begin, self->bytes_in_buffer, self->boundary_next, self->bounda… in multipart_buffer_read()
621 *end = 1; in multipart_buffer_read()
796 int end = 0; local
993 end = 0;
997 blen = multipart_buffer_read(mbuff, buff, sizeof(buff), &end TSRMLS_CC);
1060 blen = multipart_buffer_read(mbuff, buff, sizeof(buff), &end TSRMLS_CC);
1067 if (!cancel_upload && !end) {
H A Dmain.c1925 zend_module_entry **end = ptr + count; in php_register_extensions() local
1927 while (ptr < end) { in php_register_extensions()
H A Dfopen_wrappers.c118 *end = '\0'; in ZEND_INI_MH()
119 end++; in ZEND_INI_MH()
126 ptr = end; in ZEND_INI_MH()
299 char *end; local
316 *end = '\0';
317 end++;
325 ptr = end;
524 if (end) {
532 ptr = end+1;
670 end++;
[all …]
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation7.phpt2 Test function gzopen() by calling it twice on the same file and not closing one of them at the end
H A Dgzrewind_basic2.phpt14 // read to the end of the file
15 echo "read to the end of the file, then rewind\n";
28 read to the end of the file, then rewind
H A Dgzseek_variation6.phpt18 echo "move to the end\n";
32 move to the end
H A Dgzseek_variation7.phpt19 //seek to the end which is not sensible of course.
20 echo "move to the end of the file\n";
38 move to the end of the file
H A Dbug61443.phpt10 if(!headers_sent()) ini_set('zlib.output_compression', true); echo "end\n";
14 end
H A Ddata.inc8 And by opposing, end them. To die, to sleep;
9 No more; and by a sleep to say we end
/PHP-5.5/ext/zip/lib/
H A Dzip_open.c358 char *end; in _zip_check_torrentzip() local
370 crc_should = strtoul(buf, &end, 16); in _zip_check_torrentzip()
371 if ((crc_should == UINT_MAX && errno != 0) || (end && *end)) in _zip_check_torrentzip()
H A Dzip_source_buffer.c42 const char *buf, *data, *end; member
71 f->end = ((const char *)data)+len; in zip_source_buffer()
103 n = z->end - z->buf; in read_data()
128 st->size = z->end - z->data; in read_data()
H A Dzip_source_deflate.c106 int end, ret; in compress_read() local
118 end = 0; in compress_read()
129 end = 1; in compress_read()
135 end = 1; in compress_read()
142 end = 1; in compress_read()
164 end = 1; in compress_read()
193 end = 0; in decompress_read()
203 end = 1; in decompress_read()
209 end = 1; in decompress_read()
216 end = 1; in decompress_read()
[all …]
/PHP-5.5/ext/xml/
H A Dcompat.c516 XML_SetElementHandler(XML_Parser parser, XML_StartElementHandler start, XML_EndElementHandler end) in XML_SetElementHandler() argument
519 parser->h_end_element = end; in XML_SetElementHandler()
/PHP-5.5/ext/xml/tests/
H A Dbug43957.phpt2 Bug #43957 (utf8_decode() bogus conversion on multibyte indicator near end of string)
H A Dxml_set_element_handler_error.phpt12 * Description: Set up start and end element handlers
H A Dxml_set_element_handler_variation1.phpt12 * Description: Set up start and end element handlers
/PHP-5.5/ext/sybase_ct/tests/
H A Dbug27843.phpt26 end
H A Dbug28354.phpt26 end
/PHP-5.5/ext/sysvshm/
H A Dphp_sysvshm.h50 long end; member
H A Dsysvshm.c191 chunk_ptr->end = chunk_ptr->start; in PHP_FUNCTION()
193 chunk_ptr->free = shm_size-chunk_ptr->end; in PHP_FUNCTION()
375 shm_var = (sysvshm_chunk *) ((char *) ptr + ptr->end); in php_put_shm_data()
380 ptr->end += total_size; in php_put_shm_data()
396 if (pos >= ptr->end) { in php_check_shm_data()
423 memcpy_len = ptr->end-shm_varpos - chunk_ptr->next; in php_remove_shm_data()
425 ptr->end -= chunk_ptr->next; in php_remove_shm_data()

Completed in 57 milliseconds

12345678910>>...26