zstr 40 Zend/zend_string.h #define ZSTR_VAL(zstr) (zstr)->val zstr 41 Zend/zend_string.h #define ZSTR_LEN(zstr) (zstr)->len zstr 42 Zend/zend_string.h #define ZSTR_H(zstr) (zstr)->h zstr 43 Zend/zend_string.h #define ZSTR_HASH(zstr) zend_string_hash_val(zstr) zstr 195 ext/intl/collator/collator_convert.c zval* zstr = NULL; zstr 209 ext/intl/collator/collator_convert.c zstr = rv; zstr 210 ext/intl/collator/collator_convert.c ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); zstr 214 ext/intl/collator/collator_convert.c return zstr; zstr 223 ext/intl/collator/collator_convert.c zval* zstr = NULL; zstr 237 ext/intl/collator/collator_convert.c zstr = Z_OBJ_HT_P(obj)->get( obj, rv ); zstr 239 ext/intl/collator/collator_convert.c switch( Z_TYPE_P( zstr ) ) zstr 244 ext/intl/collator/collator_convert.c zval_ptr_dtor( zstr ); zstr 253 ext/intl/collator/collator_convert.c convert_to_string( zstr ); zstr 259 ext/intl/collator/collator_convert.c zstr = rv; zstr 261 ext/intl/collator/collator_convert.c if( Z_OBJ_HT_P(obj)->cast_object( obj, zstr, IS_STRING CAST_OBJECT_SHOULD_FREE ) == FAILURE ) zstr 264 ext/intl/collator/collator_convert.c zval_ptr_dtor( zstr ); zstr 270 ext/intl/collator/collator_convert.c if( zstr == NULL ) zstr 278 ext/intl/collator/collator_convert.c Z_STRVAL_P( zstr ), Z_STRLEN_P( zstr ), zstr 284 ext/intl/collator/collator_convert.c zval_dtor( zstr ); zstr 287 ext/intl/collator/collator_convert.c ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); zstr 295 ext/intl/collator/collator_convert.c return zstr; zstr 39 ext/intl/collator/collator_sort.c zval* zstr; /* pointer to original string(hash-item) */ zstr 494 ext/intl/collator/collator_sort.c sortKeyIndxBuf[sortKeyCount].zstr = hashData; zstr 515 ext/intl/collator/collator_sort.c Z_TRY_ADDREF_P( sortKeyIndxBuf[j].zstr ); zstr 516 ext/intl/collator/collator_sort.c zend_hash_next_index_insert( Z_ARRVAL_P(array), sortKeyIndxBuf[j].zstr); zstr 1667 ext/spl/spl_iterators.c if (Z_TYPE(intern->u.caching.zstr) != IS_UNDEF) { zstr 1668 ext/spl/spl_iterators.c zval_ptr_dtor(&intern->u.caching.zstr); zstr 1669 ext/spl/spl_iterators.c ZVAL_UNDEF(&intern->u.caching.zstr); zstr 2695 ext/spl/spl_iterators.c ZVAL_COPY_VALUE(&intern->u.caching.zstr, &intern->inner.zobject); zstr 2697 ext/spl/spl_iterators.c ZVAL_COPY_VALUE(&intern->u.caching.zstr, &intern->current.data); zstr 2699 ext/spl/spl_iterators.c use_copy = zend_make_printable_zval(&intern->u.caching.zstr, &expr_copy); zstr 2701 ext/spl/spl_iterators.c ZVAL_COPY_VALUE(&intern->u.caching.zstr, &expr_copy); zstr 2702 ext/spl/spl_iterators.c } else if (Z_REFCOUNTED(intern->u.caching.zstr)) { zstr 2703 ext/spl/spl_iterators.c Z_ADDREF(intern->u.caching.zstr); zstr 2807 ext/spl/spl_iterators.c if (Z_TYPE(intern->u.caching.zstr) == IS_STRING) { zstr 2808 ext/spl/spl_iterators.c RETURN_STR_COPY(Z_STR_P(&intern->u.caching.zstr)); zstr 147 ext/spl/spl_iterators.h zval zstr; zstr 49 ext/zip/lib/zip_source_deflate.c z_stream zstr; zstr 112 ext/zip/lib/zip_source_deflate.c ctx->zstr.next_out = (Bytef *)data; zstr 113 ext/zip/lib/zip_source_deflate.c ctx->zstr.avail_out = out_len; zstr 117 ext/zip/lib/zip_source_deflate.c ret = deflate(&ctx->zstr, ctx->eof ? Z_FINISH : 0); zstr 121 ext/zip/lib/zip_source_deflate.c if (ctx->can_store && ctx->zstr.total_in <= ctx->zstr.total_out) { zstr 123 ext/zip/lib/zip_source_deflate.c ctx->size = ctx->zstr.total_in; zstr 131 ext/zip/lib/zip_source_deflate.c if (ctx->zstr.avail_out == 0) { zstr 135 ext/zip/lib/zip_source_deflate.c ctx->zstr.next_out = (Bytef *)data+out_offset; zstr 136 ext/zip/lib/zip_source_deflate.c ctx->zstr.avail_out = out_len; zstr 143 ext/zip/lib/zip_source_deflate.c else if (ctx->eof && ctx->zstr.avail_in == 0) zstr 148 ext/zip/lib/zip_source_deflate.c if (ctx->zstr.avail_in == 0) { zstr 162 ext/zip/lib/zip_source_deflate.c ctx->size = ctx->zstr.total_in; zstr 165 ext/zip/lib/zip_source_deflate.c if (ctx->zstr.total_in > 0) { zstr 169 ext/zip/lib/zip_source_deflate.c ctx->zstr.next_in = (Bytef *)ctx->buffer; zstr 170 ext/zip/lib/zip_source_deflate.c ctx->zstr.avail_in = (uInt)n; zstr 186 ext/zip/lib/zip_source_deflate.c if (ctx->zstr.avail_out < len) { zstr 188 ext/zip/lib/zip_source_deflate.c return (zip_int64_t)(len - ctx->zstr.avail_out); zstr 211 ext/zip/lib/zip_source_deflate.c ctx->zstr.next_out = (Bytef *)data; zstr 212 ext/zip/lib/zip_source_deflate.c ctx->zstr.avail_out = out_len; zstr 216 ext/zip/lib/zip_source_deflate.c ret = inflate(&ctx->zstr, Z_SYNC_FLUSH); zstr 220 ext/zip/lib/zip_source_deflate.c if (ctx->zstr.avail_out == 0) { zstr 224 ext/zip/lib/zip_source_deflate.c ctx->zstr.next_out = (Bytef *)data+out_offset; zstr 225 ext/zip/lib/zip_source_deflate.c ctx->zstr.avail_out = out_len; zstr 239 ext/zip/lib/zip_source_deflate.c if (ctx->zstr.avail_in == 0) { zstr 254 ext/zip/lib/zip_source_deflate.c ctx->zstr.next_in = (Bytef *)ctx->buffer; zstr 255 ext/zip/lib/zip_source_deflate.c ctx->zstr.avail_in = (uInt)n; zstr 270 ext/zip/lib/zip_source_deflate.c if (ctx->zstr.avail_out < len) zstr 271 ext/zip/lib/zip_source_deflate.c return (zip_int64_t)(len - ctx->zstr.avail_out); zstr 287 ext/zip/lib/zip_source_deflate.c ctx->zstr.zalloc = Z_NULL; zstr 288 ext/zip/lib/zip_source_deflate.c ctx->zstr.zfree = Z_NULL; zstr 289 ext/zip/lib/zip_source_deflate.c ctx->zstr.opaque = NULL; zstr 290 ext/zip/lib/zip_source_deflate.c ctx->zstr.avail_in = 0; zstr 291 ext/zip/lib/zip_source_deflate.c ctx->zstr.next_in = NULL; zstr 292 ext/zip/lib/zip_source_deflate.c ctx->zstr.avail_out = 0; zstr 293 ext/zip/lib/zip_source_deflate.c ctx->zstr.next_out = NULL; zstr 296 ext/zip/lib/zip_source_deflate.c if ((ret=deflateInit2(&ctx->zstr, Z_BEST_COMPRESSION, Z_DEFLATED, -MAX_WBITS, ctx->mem_level, Z_DEFAULT_STRATEGY)) != Z_OK) { zstr 307 ext/zip/lib/zip_source_deflate.c deflateEnd(&ctx->zstr); zstr 361 ext/zip/lib/zip_source_deflate.c ctx->zstr.zalloc = Z_NULL; zstr 362 ext/zip/lib/zip_source_deflate.c ctx->zstr.zfree = Z_NULL; zstr 363 ext/zip/lib/zip_source_deflate.c ctx->zstr.opaque = NULL; zstr 364 ext/zip/lib/zip_source_deflate.c ctx->zstr.next_in = (Bytef *)ctx->buffer; zstr 365 ext/zip/lib/zip_source_deflate.c ctx->zstr.avail_in = (uInt)n; zstr 368 ext/zip/lib/zip_source_deflate.c if ((ret=inflateInit2(&ctx->zstr, -MAX_WBITS)) != Z_OK) { zstr 378 ext/zip/lib/zip_source_deflate.c inflateEnd(&ctx->zstr);