Searched defs:comment_len (Results 1 – 7 of 7) sorted by relevance
/PHP-5.6/ext/zip/ |
H A D | php_zip.c | 97 #define PHP_ZIP_SET_FILE_COMMENT(za, index, comment, comment_len) \ argument 2080 int comment_len; in ZIPARCHIVE_METHOD() local 2108 int comment_len = 0; in ZIPARCHIVE_METHOD() local 2134 int comment_len, name_len; in ZIPARCHIVE_METHOD() local 2168 int comment_len; in ZIPARCHIVE_METHOD() local 2346 int comment_len = 0; in ZIPARCHIVE_METHOD() local 2383 int comment_len = 0; in ZIPARCHIVE_METHOD() local
|
/PHP-5.6/ext/wddx/ |
H A D | wddx.c | 371 void php_wddx_packet_start(wddx_packet *packet, char *comment, int comment_len) in php_wddx_packet_start() 1220 int comment_len = 0; in PHP_FUNCTION() local 1301 int comment_len = 0; in PHP_FUNCTION() local
|
/PHP-5.6/ext/phar/ |
H A D | pharzip.h | 164 char comment_len[2]; /* file comment length 2 bytes */ member 233 char comment_len[2]; /* .ZIP file comment length 2 bytes */ member
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_open.c | 207 zip_int64_t tail_len, comment_len; in _zip_readcdir() local
|
H A D | zip_dirent.c | 335 zip_uint16_t filename_len, comment_len, ef_len; in _zip_dirent_read() local
|
/PHP-5.6/ext/xml/ |
H A D | compat.c | 324 _build_comment(const xmlChar *data, int data_len, xmlChar **comment, int *comment_len) in _build_comment()
|
/PHP-5.6/Zend/ |
H A D | zend_compile.c | 5446 int comment_len = 0; in zend_do_declare_property() local
|
Completed in 72 milliseconds