| /PHP_5_3/ext/ |
| H A D | ext_skel | 118 dnl Make sure that the comment is aligned: 124 dnl Make sure that the comment is aligned:
|
| /PHP_5_3/ext/phar/phar/ |
| H A D | pharcommand.inc | 964 * Client comment add file information
|
| /PHP_5_3/ext/phar/tests/zip/files/ |
| H A D | corrupt_zipmaker.php.inc | 45 * @var string Optionnal comment to add to the zip 48 var $comment = ""; 63 * Set a comment on the ZIP file 65 function setComment($comment) { $this->comment = $comment; } 164 private function getCentralEntry($compmethod, $mtime, $crc32, $complength, $uncomplength, $filename, $comment, $corrupt, &$offset, $fakecomp) 166 settype($comment, 'string'); 171 pack("VVVvvvvvVV", $crc32, $complength, $uncomplength, strlen($filename), 0x00,strlen($comment),0x00,0x00, 173 $filename . $comment; [all...] |
| /PHP_5_3/ext/skeleton/ |
| H A D | create_stubs | 40 function comment(s) function 81 "<!-- Keep this comment at the end of the file\n" \
|
| /PHP_5_3/ext/zip/examples/ |
| H A D | dir.php | 15 echo "comment: " . $za->comment . "\n";
|
| /PHP_5_3/ext/zip/lib/ |
| H A D | zip_get_archive_comment.c | 2 zip_get_archive_comment.c -- get archive comment 50 return za->cdir->comment;
|
| H A D | zip_get_file_comment.c | 2 zip_get_file_comment.c -- get file comment 54 return za->cdir->entry[idx].comment;
|
| H A D | zip_open.c | 184 /* not enough bytes left for comment */ 211 cd->comment = NULL; 236 if ((cd->comment=(char *)_zip_memdup(eocd+EOCDLEN, 358 check wether ZA has a valid TORRENTZIP comment, i.e. is torrentzipped */ 371 || strncmp(za->cdir->comment, TORRENT_SIG, TORRENT_SIG_LEN) != 0) 374 memcpy(buf, za->cdir->comment+TORRENT_SIG_LEN, 8); 453 || (h1->comment_len && h2->comment 454 && memcmp(h1->comment, h2->comment, h1->comment_len)))
|
| H A D | zip_set_archive_comment.c | 2 zip_set_archive_comment.c -- set archive comment 45 zip_set_archive_comment(struct zip *za, const char *comment, int len) 50 || (len > 0 && comment == NULL)) { 61 if ((tmpcom=(char *)_zip_memdup(comment, len, &za->error)) == NULL) 43 zip_set_archive_comment(struct zip *za, const char *comment, int len) argument
|
| H A D | zip_set_file_comment.c | 2 zip_set_file_comment.c -- set comment for file in archive 46 const char *comment, int len) 52 || (len > 0 && comment == NULL)) { 63 if ((tmpcom=(char *)_zip_memdup(comment, len, &za->error)) == NULL) 43 zip_set_file_comment(struct zip *za, zip_uint64_t idx, const char *comment, int len) argument
|
| H A D | zipint.h | 198 char *ch_comment; /* changed archive comment */ 200 * comment, -1 if unchanged */ 233 char *comment; /* (c) file comment */ 234 unsigned short comment_len; /* (c) length of file comment */ 249 char *comment; /* zip archive comment */ 250 unsigned short comment_len; /* length of zip archive comment */ 229 char *comment; /* (c) file comment */ member in struct:zip_dirent 245 char *comment; /* zip archive comment */ member in struct:zip_cdir
|
| H A D | zip_dirent.c | 65 free(cd->comment); 119 cd->comment = NULL; 150 fwrite(cd->comment, 1, cd->comment_len, fp); 175 free(zde->comment); 177 zde->comment = NULL; 198 de->comment = NULL; 305 zde->comment = NULL; 329 zde->comment = _zip_readstr(&cur, zde->comment_len, 0, error); 330 if (!zde->comment) 349 zde->comment [all...] |
| H A D | zip_close.c | 123 /* archive comment is special for torrentzip */ 125 cd->comment = _zip_memdup(TORRENT_SIG "XXXXXXXX", 128 if (cd->comment == NULL) { 249 cd->entry[j].comment = za->entry[i].ch_comment; 531 /* fix up torrentzip comment */ 560 dest->comment = _zip_memdup(src->ch_comment, 562 if (dest->comment == NULL) 566 if (src->cdir && src->cdir->comment) { 567 dest->comment = _zip_memdup(src->cdir->comment, [all...] |
| /PHP_5_3/tests/lang/ |
| H A D | 023-1.inc | 354 echo "Tests completed.<br>\n"; # testing some PHP style comment...
|
| /PHP_5_3/win32/build/ |
| H A D | confutils.js | 1808 function AC_DEFINE(name, value, comment, quote)
1818 var item = new Array(value, comment);
|
| /PHP_5_3/ext/gd/libgd/ |
| H A D | gd_jpeg.c | 170 char comment[255]; local 212 snprintf(comment, sizeof(comment)-1, "CREATOR: gd-jpeg v%s (using IJG JPEG v%d), quality = %d\n", GD_JPEG_VERSION, JPEG_LIB_VERSION, quality); 214 snprintf(comment, sizeof(comment)-1, "CREATOR: gd-jpeg v%s (using IJG JPEG v%d), default quality\n", GD_JPEG_VERSION, JPEG_LIB_VERSION); 216 jpeg_write_marker (&cinfo, JPEG_COM, (unsigned char *) comment, (unsigned int) strlen (comment));
|
| /PHP_5_3/ext/mysqli/ |
| H A D | mysqli_nonapi.c | 917 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local 940 comment = cs.comment; 952 comment = cs->comment; 964 add_property_string(return_value, "comment", (comment) ? (char *)comment : "", 1);
|
| /PHP_5_3/ext/wddx/ |
| H A D | php_wddx_api.h | 33 #define WDDX_COMMENT_S "<comment>" 34 #define WDDX_COMMENT_E "</comment>" 60 void php_wddx_packet_start(wddx_packet *packet, char *comment, int comment_len);
|
| H A D | wddx.c | 108 ZEND_ARG_INFO(0, comment) 117 ZEND_ARG_INFO(0, comment) 369 void php_wddx_packet_start(wddx_packet *packet, char *comment, int comment_len) argument 372 if (comment) { 375 php_wddx_add_chunk_ex(packet, comment, comment_len); 1157 /* {{{ proto string wddx_serialize_value(mixed var [, string comment]) 1162 char *comment = NULL; local 1166 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|s", &var, &comment, &comment_len) == FAILURE) { 1172 php_wddx_packet_start(packet, comment, comment_len); 1239 /* {{{ proto resource wddx_packet_start([string comment]) 1243 char *comment = NULL; local [all...] |
| /PHP_5_3/ext/xml/ |
| H A D | compat.c | 324 _build_comment(const xmlChar *data, int data_len, xmlChar **comment, int *comment_len) argument 328 *comment = xmlMalloc(*comment_len + 1); 329 memcpy(*comment, "<!--", 4); 330 memcpy(*comment + 4, data, data_len); 331 memcpy(*comment + 4 + data_len, "-->", 3); 333 (*comment)[*comment_len] = '\0'; 337 _comment_handler(void *user, const xmlChar *comment) argument 345 _build_comment(comment, xmlStrlen(comment), &d_comment, &d_comment_len); 435 _comment_handler, /* comment */ 535 XML_SetCommentHandler(XML_Parser parser, XML_CommentHandler comment) argument [all...] |
| /PHP_5_3/Zend/ |
| H A D | zend_language_scanner.c | 3416 zend_error(E_COMPILE_WARNING, "Unterminated comment starting line %d", CG(zend_lineno));
|
| H A D | zend_compile.c | 3632 char *comment = NULL; local 3663 comment = CG(doc_comment); 3669 zend_declare_property_ex(CG(active_class_entry), var_name->u.constant.value.str.val, var_name->u.constant.value.str.len, property, access_type, comment, comment_len TSRMLS_CC); local
|
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_structs.h | 125 const char *comment; member in struct:st_mysqlnd_charset
|
| /PHP_5_3/ext/soap/ |
| H A D | php_xml.c | 99 ctxt->sax->comment = soap_Comment; 146 ctxt->sax->comment = soap_Comment;
|
| /PHP_5_3/ext/zip/ |
| H A D | php_zip.c | 81 /* {{{ PHP_ZIP_SET_FILE_COMMENT(za, index, comment, comment_len) */ 82 #define PHP_ZIP_SET_FILE_COMMENT(za, index, comment, comment_len) \ 84 /* Passing NULL remove the existing comment */ \ 88 } else if (zip_set_file_comment(intern, index, comment, comment_len) < 0) { \ 1996 /* {{{ proto bool ZipArchive::setArchiveComment(string comment) 1997 Set or remove (NULL/'') the comment of the archive */ 2003 char * comment; local 2011 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &comment, &comment_len) == FAILURE) { 2014 if (zip_set_archive_comment(intern, (const char *)comment, (int)comment_len)) { 2023 Returns the comment o 2029 const char * comment; local 2057 char * comment, *name; local 2091 char * comment; local 2119 const char * comment; local 2154 const char * comment; local [all...] |