Searched refs:boundary (Results 1 - 8 of 8) sorted by relevance
| /PHP_5_4/main/ |
| H A D | rfc1867.c | 216 /* boundary info */ 217 char *boundary; member in struct:__anon280 270 /* eof if we are out of bytes, or if we hit the final boundary */ 281 static multipart_buffer *multipart_buffer_new(char *boundary, int boundary_len TSRMLS_DC) argument 291 spprintf(&self->boundary, 0, "--%s", boundary); 293 self->boundary_next_len = spprintf(&self->boundary_next, 0, "\n--%s", boundary); 379 /* finds a boundary */ 380 static int find_boundary(multipart_buffer *self, char *boundary TSRMLS_DC) 387 /* finished if we found the boundary */ 677 char *boundary, *s = NULL, *boundary_end = NULL, *start_arr = NULL, *array_index = NULL; local [all...] |
| /PHP_5_4/sapi/apache/ |
| H A D | php_apache.c | 504 if (rr->boundary) { 505 add_property_string(return_value,"boundary", rr->boundary, 1);
|
| /PHP_5_4/sapi/apache2filter/ |
| H A D | php_functions.c | 123 ADD_STRING(boundary);
|
| /PHP_5_4/sapi/apache2handler/ |
| H A D | php_functions.c | 143 ADD_STRING(boundary);
|
| /PHP_5_4/sapi/apache_hooks/ |
| H A D | php_apache.c | 333 /* {{{ proto string ApacheRequest::boundary() 337 apache_request_read_string_slot(offsetof(request_rec, boundary), INTERNAL_FUNCTION_PARAM_PASSTHRU); 1296 PHP_FALIAS(boundary, apache_request_boundary, NULL) 1879 if (rr->boundary) { 1880 add_property_string(return_value,"boundary", rr->boundary, 1);
|
| /PHP_5_4/ext/phar/ |
| H A D | tar.c | 703 char *boundary; local 710 boundary = entry->filename + entry->filename_len - 101; 711 while (*boundary && *boundary != '/') { 712 ++boundary; 714 if (!*boundary || ((boundary - entry->filename) > 155)) { 720 memcpy(header.prefix, entry->filename, boundary - entry->filename); 721 memcpy(header.name, boundary + 1, entry->filename_len - (boundary [all...] |
| /PHP_5_4/Zend/ |
| H A D | zend_language_scanner.c | 100 char *p = (s), *boundary = p+(l); \ 102 while (p<boundary) { \
|
| H A D | zend_language_scanner.l | 98 char *p = (s), *boundary = p+(l); \ 100 while (p<boundary) { \
|
Completed in 39 milliseconds