Searched defs:boundary (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/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_5/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...] |
Completed in 4 milliseconds