Home
last modified time | relevance | path

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

123

/PHP-8.0/main/streams/
H A Duserspace.c570 ZVAL_STRINGL(&func_name, USERSTREAM_WRITE, sizeof(USERSTREAM_WRITE)-1); in php_userstreamop_write()
572 ZVAL_STRINGL(&args[0], (char*)buf, count); in php_userstreamop_write()
623 ZVAL_STRINGL(&func_name, USERSTREAM_READ, sizeof(USERSTREAM_READ)-1); in php_userstreamop_read()
670 ZVAL_STRINGL(&func_name, USERSTREAM_EOF, sizeof(USERSTREAM_EOF)-1); in php_userstreamop_read()
706 ZVAL_STRINGL(&func_name, USERSTREAM_CLOSE, sizeof(USERSTREAM_CLOSE)-1); in php_userstreamop_close()
763 ZVAL_STRINGL(&func_name, USERSTREAM_SEEK, sizeof(USERSTREAM_SEEK)-1); in php_userstreamop_seek()
800 ZVAL_STRINGL(&func_name, USERSTREAM_TELL, sizeof(USERSTREAM_TELL)-1); in php_userstreamop_seek()
870 ZVAL_STRINGL(&func_name, USERSTREAM_STAT, sizeof(USERSTREAM_STAT)-1); in php_userstreamop_stat()
905 ZVAL_STRINGL(&func_name, USERSTREAM_EOF, sizeof(USERSTREAM_EOF)-1); in php_userstreamop_set_option()
938 ZVAL_STRINGL(&func_name, USERSTREAM_LOCK, sizeof(USERSTREAM_LOCK)-1); in php_userstreamop_set_option()
[all …]
/PHP-8.0/ext/pdo_dblib/
H A Ddblib_stmt.c339 ZVAL_STRINGL(zv, tmp_data, data_len); in pdo_dblib_stmt_stringify_col()
386 ZVAL_STRINGL(zv, (DBCHAR *) data, data_len); in pdo_dblib_stmt_get_col()
411 ZVAL_STRINGL(zv, tmp_data, dl); in pdo_dblib_stmt_get_col()
476 ZVAL_STRINGL(zv, tmp_data, data_len); in pdo_dblib_stmt_get_col()
481 ZVAL_STRINGL(zv, (DBCHAR *) data, 16); in pdo_dblib_stmt_get_col()
/PHP-8.0/sapi/fuzzer/
H A Dfuzzer-unserializehash.c62 ZVAL_STRINGL(&args[1], (char *) Data, (Start - Data) - 1); in LLVMFuzzerTestOneInput()
/PHP-8.0/ext/intl/collator/
H A Dcollator_convert.c58 ZVAL_STRINGL( &znew_val, (char*)new_val, UBYTES(new_val_len + 1) ); in collator_convert_hash_item_from_utf8_to_utf16()
203 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); in collator_convert_zstr_utf8_to_utf16()
256 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); in collator_convert_object_to_string()
/PHP-8.0/ext/intl/resourcebundle/
H A Dresourcebundle.c48 ZVAL_STRINGL( return_value, (char *) bfield, ilen ); in resourcebundle_extract_value()
/PHP-8.0/ext/pgsql/
H A Dpgsql.c4659 ZVAL_STRINGL(&new_val, "'t'", sizeof("'t'")-1); in php_pgsql_convert()
4666 ZVAL_STRINGL(&new_val, "'f'", sizeof("'f'")-1); in php_pgsql_convert()
4677 ZVAL_STRINGL(&new_val, "'t'", sizeof("'t'")-1); in php_pgsql_convert()
4680 ZVAL_STRINGL(&new_val, "'f'", sizeof("'f'")-1); in php_pgsql_convert()
4685 ZVAL_STRINGL(&new_val, "'t'", sizeof("'t'")-1); in php_pgsql_convert()
4689 ZVAL_STRINGL(&new_val, "'f'", sizeof("'f'")-1); in php_pgsql_convert()
4693 ZVAL_STRINGL(&new_val, "NULL", sizeof("NULL")-1); in php_pgsql_convert()
4737 ZVAL_STRINGL(&new_val, "NULL", sizeof("NULL")-1); in php_pgsql_convert()
4787 ZVAL_STRINGL(&new_val, "NULL", sizeof("NULL")-1); in php_pgsql_convert()
4824 ZVAL_STRINGL(&new_val, "''", sizeof("''")-1); in php_pgsql_convert()
[all …]
/PHP-8.0/ext/standard/
H A Duser_filters.c135 ZVAL_STRINGL(&func_name, "onclose", sizeof("onclose")-1); in userfilter_dtor()
187 ZVAL_STRINGL(&func_name, "filter", sizeof("filter")-1); in userfilter_filter()
346 ZVAL_STRINGL(&func_name, "oncreate", sizeof("oncreate")-1); in user_filter_factory_create()
H A Dhttp_fopen_wrapper.c725 ZVAL_STRINGL(&http_response, tmp_line, tmp_line_len); in php_stream_url_wrap_http_ex()
822 ZVAL_STRINGL(&http_header, http_header_line, http_header_line_length); in php_stream_url_wrap_http_ex()
/PHP-8.0/ext/spl/
H A Dspl_directory.c467 ZVAL_STRINGL(&arg1, file_path, file_path_len); in spl_filesystem_object_create_info()
512 ZVAL_STRINGL(&arg1, source->file_name, source->file_name_len); in spl_filesystem_object_create_type()
548 ZVAL_STRINGL(&arg1, source->file_name, source->file_name_len); in spl_filesystem_object_create_type()
549 ZVAL_STRINGL(&arg2, open_mode, open_mode_len); in spl_filesystem_object_create_type()
623 ZVAL_STRINGL(&tmp, path ? path : "", path_len); in spl_filesystem_object_get_debug_info()
634 ZVAL_STRINGL(&tmp, intern->file_name, intern->file_name_len); in spl_filesystem_object_get_debug_info()
643 ZVAL_STRINGL(&tmp, intern->_path, intern->_path_len); in spl_filesystem_object_get_debug_info()
667 ZVAL_STRINGL(&tmp, stmp, 1); in spl_filesystem_object_get_debug_info()
672 ZVAL_STRINGL(&tmp, stmp, 1); in spl_filesystem_object_get_debug_info()
1510 ZVAL_STRINGL(&zpath, intern->file_name, intern->file_name_len); in PHP_METHOD()
[all …]
/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_driver.c465ZVAL_STRINGL(return_value, "Waiting for connection to be made.", sizeof("Waiting for connection to… in pdo_pgsql_get_attribute()
470ZVAL_STRINGL(return_value, "Connection OK; waiting to send.", sizeof("Connection OK; waiting to se… in pdo_pgsql_get_attribute()
474ZVAL_STRINGL(return_value, "Waiting for a response from the server.", sizeof("Waiting for a respon… in pdo_pgsql_get_attribute()
478ZVAL_STRINGL(return_value, "Received authentication; waiting for backend start-up to finish.", siz… in pdo_pgsql_get_attribute()
482ZVAL_STRINGL(return_value, "Negotiating SSL encryption.", sizeof("Negotiating SSL encryption.")-1); in pdo_pgsql_get_attribute()
486ZVAL_STRINGL(return_value, "Negotiating environment-driven parameter settings.", sizeof("Negotiati… in pdo_pgsql_get_attribute()
491 ZVAL_STRINGL(return_value, "Bad connection.", sizeof("Bad connection.")-1); in pdo_pgsql_get_attribute()
/PHP-8.0/Zend/
H A Dzend_language_scanner.l323 ZVAL_STRINGL(zv, ident, length); in zend_lex_tstring()
918 ZVAL_STRINGL(zendlval, s, sz); \
923 ZVAL_STRINGL(zendlval, yytext, yyleng); \
944 ZVAL_STRINGL(zendlval, str, len); in zend_scan_escape_string()
1143 ZVAL_STRINGL(zendlval, (char *) str, sz); in zend_scan_escape_string()
2075 ZVAL_STRINGL(zendlval, yytext, yyleng);
2084 ZVAL_STRINGL(zendlval, yytext, yyleng);
2231 ZVAL_STRINGL(zendlval, s, sz);
2239 ZVAL_STRINGL(zendlval, yytext, yyleng);
2909 ZVAL_STRINGL(zendlval, yytext, yyleng - newline);
[all …]
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c119 ZVAL_STRINGL(zv, tmp, tmp_len); in ps_fetch_from_1_to_8_bytes()
260 ZVAL_STRINGL(zv, value, length); in ps_fetch_time()
297 ZVAL_STRINGL(zv, value, length); in ps_fetch_date()
357 ZVAL_STRINGL(zv, value, length); in ps_fetch_datetime()
376 ZVAL_STRINGL(zv, (char *)*row, length); in ps_fetch_string()
/PHP-8.0/ext/filter/
H A Dfilter.c399 ZVAL_STRINGL(&raw_var, *val, val_len); in php_sapi_filter()
406 ZVAL_STRINGL(&new_var, *val, val_len); in php_sapi_filter()
409 ZVAL_STRINGL(&new_var, *val, val_len); in php_sapi_filter()
H A Dsanitizing_filters.c175 ZVAL_STRINGL(value, Z_STRVAL_P(value), Z_STRLEN_P(value)); in php_filter_string()
/PHP-8.0/ext/pdo_sqlite/
H A Dsqlite_driver.c381ZVAL_STRINGL(&zargs[i + is_agg], (char*)sqlite3_value_text(argv[i]), sqlite3_value_bytes(argv[i])); in do_callback()
494 ZVAL_STRINGL(&zargs[0], (char *) string1, string1_len); in php_sqlite3_collation_callback()
495 ZVAL_STRINGL(&zargs[1], (char *) string2, string2_len); in php_sqlite3_collation_callback()
/PHP-8.0/ext/mysqli/
H A Dmysqli_warning.c34 #define ZVAL_UTF8_STRINGL(z, s, l, flags) ZVAL_STRINGL((z), (char*)(s), (l))
/PHP-8.0/ext/intl/common/
H A Dcommon_enum.cpp97 ZVAL_STRINGL(&zoi_iter->current, result, result_length); in string_enum_current_move_forward()
/PHP-8.0/ext/tidy/
H A Dtidy.c129 ZVAL_STRINGL(&tmp, (char *)_string, _len); \
552 ZVAL_STRINGL(out, (char *) output.bp, output.size-1); in tidy_doc_cast_handler()
590 ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1); in tidy_node_cast_handler()
617 ZVAL_STRINGL(&temp, (char*)output.bp, output.size-1); in tidy_doc_update_properties()
627 ZVAL_STRINGL(&temp, (char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1); in tidy_doc_update_properties()
/PHP-8.0/ext/dom/
H A Ddom_iterators.c167 ZVAL_STRINGL(key, (char *) curnode->name, xmlStrlen(curnode->name)); in php_dom_iterator_current_key()
/PHP-8.0/ext/phar/
H A Dphar_object.c71 ZVAL_STRINGL(stuff, path_info + entry_len, request_uri_len); in phar_mung_server_vars()
95 ZVAL_STRINGL(stuff, path_info + basename_len, code - basename_len); in phar_mung_server_vars()
108 ZVAL_STRINGL(stuff, path_info + basename_len, code - basename_len); in phar_mung_server_vars()
117 ZVAL_STRINGL(stuff, entry, entry_len); in phar_mung_server_vars()
676 ZVAL_STRINGL(&params, entry, entry_len); in PHP_METHOD()
1214 ZVAL_STRINGL(&arg1, fname, fname_len); in PHP_METHOD()
1728 ZVAL_STRINGL(&arg, dir, dir_len); in PHP_METHOD()
1768 ZVAL_STRINGL(&arg2, regex, regex_len); in PHP_METHOD()
2219 ZVAL_STRINGL(&arg1, phar->fname, phar->fname_len); in phar_rename_archive()
4471 ZVAL_STRINGL(&arg1, fname, fname_len); in PHP_METHOD()
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.c627ZVAL_STRINGL(data, (char *)sqlite3_column_text(stmt, column), sqlite3_column_bytes(stmt, column)); in sqlite_value_to_zval()
650 ZVAL_STRINGL(data, (char*)sqlite3_column_blob(stmt, column), sqlite3_column_bytes(stmt, column)); in sqlite_value_to_zval()
788ZVAL_STRINGL(&zargs[i + is_agg], (char*)sqlite3_value_text(argv[i]), sqlite3_value_bytes(argv[i])); in sqlite3_do_callback()
918 ZVAL_STRINGL(&zargs[0], a, a_len); in php_sqlite3_callback_compare()
919 ZVAL_STRINGL(&zargs[1], b, b_len); in php_sqlite3_callback_compare()
/PHP-8.0/ext/oci8/
H A Doci8_statement.c1051 ZVAL_STRINGL(entry, (char *)buff, buff_len); in php_oci_bind_post_exec()
1079ZVAL_STRINGL(entry, (char *)(((text *)bind->array.elements)+i*bind->array.max_length), curr_elemen… in php_oci_bind_post_exec()
1483 ZVAL_STRINGL(val, p, PHP_OCI_PIECE_SIZE); in php_oci_bind_out_callback()
1490 ZVAL_STRINGL(val, NULL, Z_STRLEN(val) + 1); in php_oci_bind_out_callback()
/PHP-8.0/ext/intl/converter/
H A Dconverter.c217 ZVAL_STRINGL(&zargs[1], args->source, args->sourceLimit - args->source); in php_converter_to_u_callback()
222 ZVAL_STRINGL(&zargs[2], codeUnits, length); in php_converter_to_u_callback()
/PHP-8.0/ext/odbc/
H A Dphp_odbc.c1443 ZVAL_STRINGL(&tmp, buf, result->longreadlen); in php_odbc_fetch_hash()
1454 ZVAL_STRINGL(&tmp, buf, result->values[i].vallen); in php_odbc_fetch_hash()
1467 ZVAL_STRINGL(&tmp, result->values[i].value, result->values[i].vallen); in php_odbc_fetch_hash()
1603 ZVAL_STRINGL(&tmp, buf, result->longreadlen); in PHP_FUNCTION()
1614 ZVAL_STRINGL(&tmp, buf, result->values[i].vallen); in PHP_FUNCTION()
1627 ZVAL_STRINGL(&tmp, result->values[i].value, result->values[i].vallen); in PHP_FUNCTION()
/PHP-8.0/ext/snmp/
H A Dsnmp.c305 ZVAL_STRINGL(&val, (char *)vars->val.bitstring, vars->val_len); in php_snmp_getvalue()
310 ZVAL_STRINGL(&val, (char *)vars->val.string, vars->val_len); in php_snmp_getvalue()
1806 ZVAL_STRINGL(&val, snmp_object->session->peername, strlen(snmp_object->session->peername)); in php_snmp_read_info()

Completed in 176 milliseconds

123