Home
last modified time | relevance | path

Searched refs:ZVAL_STRINGL (Results 1 – 25 of 93) sorted by relevance

1234

/PHP-5.4/ext/intl/collator/
H A Dcollator_convert.c71 ZVAL_STRINGL( znew_val, (char*)new_val, UBYTES(new_val_len), FALSE ); in collator_convert_hash_item_from_utf8_to_utf16()
116 ZVAL_STRINGL( znew_val, (char*)new_val, new_val_len, FALSE ); in collator_convert_hash_item_from_utf16_to_utf8()
204 ZVAL_STRINGL( utf8_zval, str, str_len, FALSE ); in collator_convert_zstr_utf16_to_utf8()
235 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE ); in collator_convert_zstr_utf8_to_utf16()
310 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE ); in collator_convert_object_to_string()
/PHP-5.4/ext/interbase/
H A Dphp_ibase_udf.c225 ZVAL_STRINGL(argp[i], (char*)argv[i]->dsc_address, argv[i]->dsc_length,0); in call_php()
229 ZVAL_STRINGL(argp[i], ((PARAMVARY*)argv[i]->dsc_address)->vary_string, in call_php()
271 ZVAL_STRINGL(argp[i], d, strftime(d, sizeof(d), INI_STR("ibase.dateformat"), &t),1); in call_php()
276 ZVAL_STRINGL(argp[i], d, strftime(d, sizeof(d), INI_STR("ibase.timeformat"), &t),1); in call_php()
281 ZVAL_STRINGL(argp[i], d, strftime(d, sizeof(d), INI_STR("ibase.timestampformat"), &t),1); in call_php()
H A Dibase_query.c1326 ZVAL_STRINGL(val,(char *) data,len,1); in _php_ibase_var_zval()
1338 ZVAL_STRINGL(val,string_data,l,1); in _php_ibase_var_zval()
1349 ZVAL_STRINGL(val,string_data,l,1); in _php_ibase_var_zval()
1368 ZVAL_STRINGL(val,string_data,l,1); in _php_ibase_var_zval()
1417 ZVAL_STRINGL(val,string_data,l,1); in _php_ibase_var_zval()
1604 ZVAL_STRINGL(result,_php_ibase_quad_to_string(bl_qd), BLOB_ID_LEN, 0); in _php_ibase_fetch_hash()
1630 ZVAL_STRINGL(result,_php_ibase_quad_to_string(ar_qd), BLOB_ID_LEN, 0); in _php_ibase_fetch_hash()
/PHP-5.4/main/streams/
H A Duserspace.c633 ZVAL_STRINGL(&func_name, USERSTREAM_WRITE, sizeof(USERSTREAM_WRITE)-1, 0); in php_userstreamop_write()
636 ZVAL_STRINGL(zbufptr, (char*)buf, count, 1);; in php_userstreamop_write()
682 ZVAL_STRINGL(&func_name, USERSTREAM_READ, sizeof(USERSTREAM_READ)-1, 0); in php_userstreamop_read()
718 ZVAL_STRINGL(&func_name, USERSTREAM_EOF, sizeof(USERSTREAM_EOF)-1, 0); in php_userstreamop_read()
752 ZVAL_STRINGL(&func_name, USERSTREAM_CLOSE, sizeof(USERSTREAM_CLOSE)-1, 0); in php_userstreamop_close()
809 ZVAL_STRINGL(&func_name, USERSTREAM_SEEK, sizeof(USERSTREAM_SEEK)-1, 0); in php_userstreamop_seek()
854 ZVAL_STRINGL(&func_name, USERSTREAM_TELL, sizeof(USERSTREAM_TELL)-1, 0); in php_userstreamop_seek()
933 ZVAL_STRINGL(&func_name, USERSTREAM_STAT, sizeof(USERSTREAM_STAT)-1, 0); in php_userstreamop_stat()
969 ZVAL_STRINGL(&func_name, USERSTREAM_EOF, sizeof(USERSTREAM_EOF)-1, 0); in php_userstreamop_set_option()
1003 ZVAL_STRINGL(&func_name, USERSTREAM_LOCK, sizeof(USERSTREAM_LOCK)-1, 0); in php_userstreamop_set_option()
[all …]
/PHP-5.4/ext/intl/resourcebundle/
H A Dresourcebundle.c50 ZVAL_STRINGL( return_value, (char *) bfield, ilen, 1 ); in resourcebundle_extract_value()
/PHP-5.4/ext/standard/
H A Duser_filters.c149 ZVAL_STRINGL(&func_name, "onclose", sizeof("onclose")-1, 0); in userfilter_dtor()
198 ZVAL_STRINGL(&func_name, "filter", sizeof("filter")-1, 0); in userfilter_filter()
266 ZVAL_STRINGL(&zpropname, "stream", sizeof("stream")-1, 0); in userfilter_filter()
371 ZVAL_STRINGL(&func_name, "oncreate", sizeof("oncreate")-1, 0); in user_filter_factory_create()
H A Dassert.c63 ZVAL_STRINGL(ASSERTG(callback), new_value, new_value_length, 1); in PHP_INI_MH()
228 ZVAL_STRINGL(args[3], SAFE_STRING(description), description_len, 1); in PHP_FUNCTION()
H A Dscanf.c875 ZVAL_STRINGL( *current, string, end-string, 1); in php_sscanf_internal()
918 ZVAL_STRINGL( *current, string, end-string, 1); in php_sscanf_internal()
/PHP-5.4/ext/mysqli/
H A Dmysqli_prop.c92 ZVAL_STRINGL(*retval, ret, ret_len, 0); \
186 ZVAL_STRINGL(*retval, ret, l, 0); in link_affected_rows_read()
276 ZVAL_STRINGL(*retval, stat_msg, stat_msg_len, 0); in MYSQLI_MAP_PROPERTY_FUNC_STRING()
386 ZVAL_STRINGL(*retval, ret, l, 0); in stmt_affected_rows_read()
/PHP-5.4/ext/pdo_pgsql/
H A Dpgsql_driver.c405ZVAL_STRINGL(return_value, "Waiting for connection to be made.", sizeof("Waiting for connection to… in pdo_pgsql_get_attribute()
410ZVAL_STRINGL(return_value, "Connection OK; waiting to send.", sizeof("Connection OK; waiting to se… in pdo_pgsql_get_attribute()
414ZVAL_STRINGL(return_value, "Waiting for a response from the server.", sizeof("Waiting for a respon… in pdo_pgsql_get_attribute()
418ZVAL_STRINGL(return_value, "Received authentication; waiting for backend start-up to finish.", siz… in pdo_pgsql_get_attribute()
422ZVAL_STRINGL(return_value, "Negotiating SSL encryption.", sizeof("Negotiating SSL encryption.")-1,… in pdo_pgsql_get_attribute()
426ZVAL_STRINGL(return_value, "Negotiating environment-driven parameter settings.", sizeof("Negotiati… in pdo_pgsql_get_attribute()
431 ZVAL_STRINGL(return_value, "Bad connection.", sizeof("Bad connection.")-1, 1); in pdo_pgsql_get_attribute()
/PHP-5.4/Zend/
H A Dzend_API.c1520 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_long_ex()
1538 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_bool_ex()
1556 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_null_ex()
1574 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_resource_ex()
1592 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_double_ex()
1610 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_string_ex()
1628 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_stringl_ex()
1642 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_zval_ex()
3526 ZVAL_STRINGL(property, value, len, 1); in zend_declare_property_string()
3728 ZVAL_STRINGL(tmp, value, value_len, 1); in zend_update_property_stringl()
[all …]
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c128 ZVAL_STRINGL(zv, tmp, tmp_len, 1); in ps_fetch_from_1_to_8_bytes()
308 ZVAL_STRINGL(zv, value, length, 1); in ps_fetch_time()
355 ZVAL_STRINGL(zv, value, length, 1); in ps_fetch_date()
409 ZVAL_STRINGL(zv, value, length, 1); in ps_fetch_datetime()
437 ZVAL_STRINGL(zv, (char *)*row, length, 1); in ps_fetch_string()
444 ZVAL_STRINGL(zv, (char *)*row, length, 1); in ps_fetch_string()
/PHP-5.4/ext/session/
H A Dmod_user.c44 ZVAL_STRINGL(a, vl, ln, 1); \
/PHP-5.4/ext/spl/
H A Dspl_functions.c88 ZVAL_STRINGL(tmp, pce->name, pce->name_length, 1); in spl_add_class_name()
/PHP-5.4/ext/intl/formatter/
H A Dformatter_parse.c177 ZVAL_STRINGL(zcurrency, currency_str, currency_len, 0); in PHP_FUNCTION()
/PHP-5.4/ext/tokenizer/
H A Dtokenizer.c195 ZVAL_STRINGL(&source_z, source, source_len, 1); in PHP_FUNCTION()
/PHP-5.4/ext/dom/
H A Ddocumenttype.c226 ZVAL_STRINGL(*retval, ret_buf.c, ret_buf.len, 1); in dom_documenttype_internal_subset_read()
/PHP-5.4/ext/fileinfo/libmagic/
H A Dfuncs.c453 ZVAL_STRINGL(patt, pat, strlen(pat), 0); in file_replace()
463 ZVAL_STRINGL(repl, rep, strlen(rep), 0); in file_replace()
/PHP-5.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp192 ZVAL_STRINGL((*args)[i], stmp, stmp_len, 0); in umsg_parse_helper()
/PHP-5.4/ext/pdo_sqlite/
H A Dsqlite_driver.c377 ZVAL_STRINGL(*zargs[i + is_agg], (char*)sqlite3_value_text(argv[i]), in do_callback()
501 ZVAL_STRINGL(zstring1, (char *) string1, string1_len, 1); in php_sqlite3_collation_callback()
504 ZVAL_STRINGL(zstring2, (char *) string2, string2_len, 1); in php_sqlite3_collation_callback()
/PHP-5.4/ext/openssl/
H A Dopenssl.c1373 ZVAL_STRINGL(zout, bio_buf->data, bio_buf->length, 1); in PHP_FUNCTION()
2059 ZVAL_STRINGL(zout, bio_buf->data, bio_buf->length, 1); in PHP_FUNCTION()
2115 ZVAL_STRINGL(zcert, bio_buf->data, bio_buf->length, 1); in PHP_FUNCTION()
2125 ZVAL_STRINGL(zpkey, bio_buf->data, bio_buf->length, 1); in PHP_FUNCTION()
2464 ZVAL_STRINGL(zout, bio_buf->data, bio_buf->length, 1); in PHP_FUNCTION()
3285 ZVAL_STRINGL(out, bio_mem_ptr, bio_mem_len, 1); in PHP_FUNCTION()
3934 ZVAL_STRINGL(crypted, (char *)cryptedbuf, cryptedlen, 0); in PHP_FUNCTION()
3999 ZVAL_STRINGL(crypted, (char *)cryptedbuf, cryptedlen, 0); in PHP_FUNCTION()
4208 ZVAL_STRINGL(signature, (char *)sigbuf, siglen, 0); in PHP_FUNCTION()
4363 ZVAL_STRINGL(sealdata, (char *)buf, len1 + len2, 0); in PHP_FUNCTION()
[all …]
/PHP-5.4/ext/com_dotnet/
H A Dcom_wrapper.c488 ZVAL_STRINGL(tmp, name, namelen-1, 1); in generate_dispids()
520 ZVAL_STRINGL(tmp, name, namelen-1, 1); in generate_dispids()
/PHP-5.4/ext/intl/idn/
H A Didn.c187 ZVAL_STRINGL(zv, buffer, len, 0); in php_intl_idn_to_46()
/PHP-5.4/ext/phar/
H A Dphar_object.c84 ZVAL_STRINGL(temp, path_info, code, 0); in phar_mung_server_vars()
96 ZVAL_STRINGL(temp, path_info, code, 0); in phar_mung_server_vars()
114 ZVAL_STRINGL(temp, path_info, code, 0); in phar_mung_server_vars()
130 ZVAL_STRINGL(temp, path_info, code, 0); in phar_mung_server_vars()
141 ZVAL_STRINGL(*stuff, entry, entry_len, 1); in phar_mung_server_vars()
144 ZVAL_STRINGL(temp, path_info, code, 0); in phar_mung_server_vars()
157 ZVAL_STRINGL(temp, path_info, code, 0); in phar_mung_server_vars()
686 ZVAL_STRINGL(params, entry, entry_len, 1);
1268 ZVAL_STRINGL(&arg1, fname, fname_len, 0);
1840 ZVAL_STRINGL(&arg, dir, dir_len, 0);
[all …]
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c47 ZVAL_STRINGL(member, name, sizeof(name)-1, 1); \
1194 ZVAL_STRINGL(name, ce->name, ce->name_length, 1); in zend_reflection_class_factory()
1225 ZVAL_STRINGL(name, module->name, name_len, 1); in reflection_extension_factory()
1245 ZVAL_STRINGL(name, arg_info->name, arg_info->name_len, 1); in reflection_parameter_factory()
1343 ZVAL_STRINGL(classname, prop->ce->name, prop->ce->name_length, 1); in reflection_property_factory()
1522 ZVAL_STRINGL(&fname, "__tostring", sizeof("__tostring") - 1, 1); in ZEND_METHOD()
2685 ZVAL_STRINGL(classname, name_str, tmp_len, 1); in ZEND_METHOD()
3320 ZVAL_STRINGL(classname, (*ce)->name, (*ce)->name_length, 1); in reflection_class_object_ctor()
3814 ZVAL_STRINGL(property, name, name_len, 1); in ZEND_METHOD()
4821 ZVAL_STRINGL(classname, ce->name, ce->name_length, 1); in ZEND_METHOD()
[all …]

Completed in 142 milliseconds

1234