Home
last modified time | relevance | path

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

/PHP-5.3/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.3/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.3/ext/spl/
H A Dspl_iterators.h141 zval *zstr; member
H A Dspl_iterators.c1580 if (intern->u.caching.zstr) { in spl_dual_it_free()
1581 zval_ptr_dtor(&intern->u.caching.zstr); in spl_dual_it_free()
1582 intern->u.caching.zstr = NULL; in spl_dual_it_free()
2505 ALLOC_ZVAL(intern->u.caching.zstr); in spl_caching_it_next()
2513 *intern->u.caching.zstr = expr_copy; in spl_caching_it_next()
2514 INIT_PZVAL(intern->u.caching.zstr); in spl_caching_it_next()
2515 zval_copy_ctor(intern->u.caching.zstr); in spl_caching_it_next()
2518 INIT_PZVAL(intern->u.caching.zstr); in spl_caching_it_next()
2519 zval_copy_ctor(intern->u.caching.zstr); in spl_caching_it_next()
2627 if (intern->u.caching.zstr) { in SPL_METHOD()
[all …]
/PHP-5.3/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.3/ext/mysqlnd/
H A Dphp_mysqlnd.c49 zstr string_key; in mysqlnd_minfo_print_hash()
H A Dmysqlnd_structs.h807 zstr ustr;
H A Dmysqlnd_debug.c1572 zstr class_name; in mysqlnd_build_trace_args()
/PHP-5.3/ext/standard/
H A Dstring.c1018 zval zdelim, zstr; in PHP_FUNCTION() local
1038 ZVAL_STRINGL(&zstr, str, str_len, 0); in PHP_FUNCTION()
1041 php_explode(&zdelim, &zstr, return_value, limit); in PHP_FUNCTION()
1043 php_explode_negative_limit(&zdelim, &zstr, return_value, limit); in PHP_FUNCTION()

Completed in 63 milliseconds