Home
last modified time | relevance | path

Searched refs:zstr (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/zip/lib/
H A Dzip_source_deflate.c48 z_stream zstr; member
259 ctx->zstr.zfree = Z_NULL; in deflate_compress()
260 ctx->zstr.opaque = NULL; in deflate_compress()
261 ctx->zstr.avail_in = 0; in deflate_compress()
262 ctx->zstr.next_in = NULL; in deflate_compress()
263 ctx->zstr.avail_out = 0; in deflate_compress()
281 deflateEnd(&ctx->zstr); in deflate_compress()
334 ctx->zstr.zfree = Z_NULL; in deflate_decompress()
335 ctx->zstr.opaque = NULL; in deflate_decompress()
337 ctx->zstr.avail_in = n; in deflate_decompress()
[all …]
/PHP-5.5/ext/intl/collator/
H A Dcollator_convert.c220 zval* zstr = NULL; in collator_convert_zstr_utf8_to_utf16() local
234 ALLOC_INIT_ZVAL( zstr ); in collator_convert_zstr_utf8_to_utf16()
237 return zstr; in collator_convert_zstr_utf8_to_utf16()
246 zval* zstr = NULL; in collator_convert_object_to_string() local
262 switch( Z_TYPE_P( zstr ) ) in collator_convert_object_to_string()
282 ALLOC_INIT_ZVAL( zstr ); in collator_convert_object_to_string()
287 zval_ptr_dtor( &zstr ); in collator_convert_object_to_string()
293 if( zstr == NULL ) in collator_convert_object_to_string()
301 Z_STRVAL_P( zstr ), Z_STRLEN_P( zstr ), in collator_convert_object_to_string()
307 zval_dtor( zstr ); in collator_convert_object_to_string()
[all …]
H A Dcollator_sort.c39 zval** zstr; /* pointer to original string(hash-item) */ member
491 sortKeyIndxBuf[sortKeyCount].zstr = hashData; in PHP_FUNCTION()
512 zval_add_ref( sortKeyIndxBuf[j].zstr ); in PHP_FUNCTION()
513 zend_hash_next_index_insert( sortedHash, sortKeyIndxBuf[j].zstr, sizeof(zval **), NULL ); in PHP_FUNCTION()
/PHP-5.5/ext/spl/
H A Dspl_iterators.h147 zval *zstr; member
H A Dspl_iterators.c1602 if (intern->u.caching.zstr) { in spl_dual_it_free()
1603 zval_ptr_dtor(&intern->u.caching.zstr); in spl_dual_it_free()
1604 intern->u.caching.zstr = NULL; in spl_dual_it_free()
2682 ALLOC_ZVAL(intern->u.caching.zstr); in spl_caching_it_next()
2690 *intern->u.caching.zstr = expr_copy; in spl_caching_it_next()
2691 INIT_PZVAL(intern->u.caching.zstr); in spl_caching_it_next()
2692 zval_copy_ctor(intern->u.caching.zstr); in spl_caching_it_next()
2695 INIT_PZVAL(intern->u.caching.zstr); in spl_caching_it_next()
2696 zval_copy_ctor(intern->u.caching.zstr); in spl_caching_it_next()
2800 if (intern->u.caching.zstr) { in SPL_METHOD()
[all …]
/PHP-5.5/ext/standard/
H A Dstring.c1105 zval zdelim, zstr; in PHP_FUNCTION() local
1125 ZVAL_STRINGL(&zstr, str, str_len, 0); in PHP_FUNCTION()
1128 php_explode(&zdelim, &zstr, return_value, limit); in PHP_FUNCTION()
1130 php_explode_negative_limit(&zdelim, &zstr, return_value, limit); in PHP_FUNCTION()

Completed in 90 milliseconds