Home
last modified time | relevance | path

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

/PHP-5.4/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.4/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
490 sortKeyIndxBuf[sortKeyCount].zstr = hashData; in PHP_FUNCTION()
511 zval_add_ref( sortKeyIndxBuf[j].zstr ); in PHP_FUNCTION()
512 zend_hash_next_index_insert( sortedHash, sortKeyIndxBuf[j].zstr, sizeof(zval **), NULL ); in PHP_FUNCTION()
/PHP-5.4/ext/spl/
H A Dspl_iterators.h150 zval *zstr; member
H A Dspl_iterators.c1607 if (intern->u.caching.zstr) { in spl_dual_it_free()
1608 zval_ptr_dtor(&intern->u.caching.zstr); in spl_dual_it_free()
1609 intern->u.caching.zstr = NULL; in spl_dual_it_free()
2657 ALLOC_ZVAL(intern->u.caching.zstr); in spl_caching_it_next()
2665 *intern->u.caching.zstr = expr_copy; in spl_caching_it_next()
2666 INIT_PZVAL(intern->u.caching.zstr); in spl_caching_it_next()
2667 zval_copy_ctor(intern->u.caching.zstr); in spl_caching_it_next()
2670 INIT_PZVAL(intern->u.caching.zstr); in spl_caching_it_next()
2671 zval_copy_ctor(intern->u.caching.zstr); in spl_caching_it_next()
2779 if (intern->u.caching.zstr) { in SPL_METHOD()
[all …]
/PHP-5.4/ext/phar/
H A Dphar_internal.h542 typedef zstr phar_zstr;
549 static inline int phar_make_unicode(zstr *c_var, char *arKey, uint nKeyLength TSRMLS_DC) in phar_make_unicode()
571 zstr var; in phar_find_key()
/PHP-5.4/ext/mysqlnd/
H A Dphp_mysqlnd.c52 zstr string_key; in mysqlnd_minfo_print_hash()
H A Dmysqlnd_bt.c189 zstr class_name; in mysqlnd_build_trace_args()
H A Dmysqlnd_structs.h897 zstr ustr;
/PHP-5.4/ext/standard/
H A Dstring.c1091 zval zdelim, zstr; in PHP_FUNCTION() local
1111 ZVAL_STRINGL(&zstr, str, str_len, 0); in PHP_FUNCTION()
1114 php_explode(&zdelim, &zstr, return_value, limit); in PHP_FUNCTION()
1116 php_explode_negative_limit(&zdelim, &zstr, return_value, limit); in PHP_FUNCTION()

Completed in 99 milliseconds