Home
last modified time | relevance | path

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

123

/PHP-8.1/ext/pdo_dblib/
H A Ddblib_stmt.c335 ZVAL_STRINGL(zv, tmp_data, data_len); in pdo_dblib_stmt_stringify_col()
375 ZVAL_STRINGL(zv, (DBCHAR *) data, data_len); in pdo_dblib_stmt_get_col()
399 ZVAL_STRINGL(zv, tmp_data, dl); in pdo_dblib_stmt_get_col()
442 ZVAL_STRINGL(zv, tmp_data, data_len); in pdo_dblib_stmt_get_col()
446 ZVAL_STRINGL(zv, (DBCHAR *) data, 16); in pdo_dblib_stmt_get_col()
/PHP-8.1/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.1/sapi/fuzzer/
H A Dfuzzer-unserializehash.c62 ZVAL_STRINGL(&args[1], (char *) Data, (Start - Data) - 1); in LLVMFuzzerTestOneInput()
/PHP-8.1/ext/intl/resourcebundle/
H A Dresourcebundle.c48 ZVAL_STRINGL( return_value, (char *) bfield, ilen ); in resourcebundle_extract_value()
/PHP-8.1/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()
244 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); in collator_convert_object_to_string()
/PHP-8.1/ext/standard/
H A Duser_filters.c122 ZVAL_STRINGL(&func_name, "onclose", sizeof("onclose")-1); in userfilter_dtor()
170 ZVAL_STRINGL(&func_name, "filter", sizeof("filter")-1); in userfilter_filter()
329 ZVAL_STRINGL(&func_name, "oncreate", sizeof("oncreate")-1); in user_filter_factory_create()
H A Dpack.c916 ZVAL_STRINGL(&val, &input[inputpos], len); in PHP_FUNCTION()
943 ZVAL_STRINGL(&val, &input[inputpos], len + 1); in PHP_FUNCTION()
968 ZVAL_STRINGL(&val, &input[inputpos], len); in PHP_FUNCTION()
H A Ddir.c225 ZVAL_STRINGL(Z_DIRECTORY_PATH_P(return_value), dirname, dir_len); in _php_do_opendir()
H A Dhttp_fopen_wrapper.c723 ZVAL_STRINGL(&http_response, tmp_line, tmp_line_len); in php_stream_url_wrap_http_ex()
820 ZVAL_STRINGL(&http_header, http_header_line, http_header_line_length); in php_stream_url_wrap_http_ex()
/PHP-8.1/ext/pdo_pgsql/
H A Dpgsql_driver.c467ZVAL_STRINGL(return_value, "Waiting for connection to be made.", sizeof("Waiting for connection to… in pdo_pgsql_get_attribute()
472ZVAL_STRINGL(return_value, "Connection OK; waiting to send.", sizeof("Connection OK; waiting to se… in pdo_pgsql_get_attribute()
476ZVAL_STRINGL(return_value, "Waiting for a response from the server.", sizeof("Waiting for a respon… in pdo_pgsql_get_attribute()
480ZVAL_STRINGL(return_value, "Received authentication; waiting for backend start-up to finish.", siz… in pdo_pgsql_get_attribute()
484ZVAL_STRINGL(return_value, "Negotiating SSL encryption.", sizeof("Negotiating SSL encryption.")-1); in pdo_pgsql_get_attribute()
488ZVAL_STRINGL(return_value, "Negotiating environment-driven parameter settings.", sizeof("Negotiati… in pdo_pgsql_get_attribute()
493 ZVAL_STRINGL(return_value, "Bad connection.", sizeof("Bad connection.")-1); in pdo_pgsql_get_attribute()
/PHP-8.1/Zend/
H A Dzend_language_scanner.l317 ZVAL_STRINGL(zv, (char *) ident, length); in zend_lex_tstring()
895 ZVAL_STRINGL(zendlval, s, sz); \
900 ZVAL_STRINGL(zendlval, yytext, yyleng); \
921 ZVAL_STRINGL(zendlval, str, len); in zend_scan_escape_string()
1121 ZVAL_STRINGL(zendlval, (char *) str, sz); in zend_scan_escape_string()
2136 ZVAL_STRINGL(zendlval, yytext, yyleng);
2145 ZVAL_STRINGL(zendlval, yytext, yyleng);
2292 ZVAL_STRINGL(zendlval, s, sz);
2300 ZVAL_STRINGL(zendlval, yytext, yyleng);
2970 ZVAL_STRINGL(zendlval, yytext, yyleng - newline);
[all …]
/PHP-8.1/ext/filter/
H A Dfilter.c402 ZVAL_STRINGL(&raw_var, *val, val_len); in php_sapi_filter()
409 ZVAL_STRINGL(&new_var, *val, val_len); in php_sapi_filter()
412 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.1/ext/mysqli/
H A Dmysqli_warning.c34 #define ZVAL_UTF8_STRINGL(z, s, l, flags) ZVAL_STRINGL((z), (char*)(s), (l))
/PHP-8.1/ext/pdo_sqlite/
H A Dsqlite_driver.c385ZVAL_STRINGL(&zargs[i + is_agg], (char*)sqlite3_value_text(argv[i]), sqlite3_value_bytes(argv[i])); in do_callback()
498 ZVAL_STRINGL(&zargs[0], (char *) string1, string1_len); in php_sqlite3_collation_callback()
499 ZVAL_STRINGL(&zargs[1], (char *) string2, string2_len); in php_sqlite3_collation_callback()
H A Dsqlite_statement.c276 ZVAL_STRINGL(result, in pdo_sqlite_stmt_get_col()
/PHP-8.1/ext/intl/common/
H A Dcommon_enum.cpp97 ZVAL_STRINGL(&zoi_iter->current, result, result_length); in string_enum_current_move_forward()
/PHP-8.1/ext/tidy/
H A Dtidy.c104 ZVAL_STRINGL(&tmp, (char *)_string, _len); \
535 ZVAL_STRINGL(out, (char *) output.bp, output.size-1); in tidy_doc_cast_handler()
573 ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1); in tidy_node_cast_handler()
600 ZVAL_STRINGL(&temp, (char*)output.bp, output.size-1); in tidy_doc_update_properties()
610 ZVAL_STRINGL(&temp, (char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1); in tidy_doc_update_properties()
/PHP-8.1/ext/dom/
H A Ddom_iterators.c167 ZVAL_STRINGL(key, (char *) curnode->name, xmlStrlen(curnode->name)); in php_dom_iterator_current_key()
/PHP-8.1/ext/pdo_odbc/
H A Dodbc_stmt.c495 ZVAL_STRINGL(parameter, P->outbuf, P->len); in odbc_stmt_param_hook()
796 ZVAL_STRINGL(val, buf, len); in odbc_stmt_get_attr()
H A Dodbc_driver.c364 ZVAL_STRINGL(val, buf, out_len); in pdo_odbc_get_info_string()
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.c626ZVAL_STRINGL(data, (char *)sqlite3_column_text(stmt, column), sqlite3_column_bytes(stmt, column)); in sqlite_value_to_zval()
649 ZVAL_STRINGL(data, (char*)sqlite3_column_blob(stmt, column), sqlite3_column_bytes(stmt, column)); in sqlite_value_to_zval()
787ZVAL_STRINGL(&zargs[i + is_agg], (char*)sqlite3_value_text(argv[i]), sqlite3_value_bytes(argv[i])); in sqlite3_do_callback()
917 ZVAL_STRINGL(&zargs[0], a, a_len); in php_sqlite3_callback_compare()
918 ZVAL_STRINGL(&zargs[1], b, b_len); in php_sqlite3_callback_compare()
/PHP-8.1/ext/pgsql/
H A Dpgsql.c4649 ZVAL_STRINGL(&new_val, "'t'", sizeof("'t'")-1); in php_pgsql_convert()
4656 ZVAL_STRINGL(&new_val, "'f'", sizeof("'f'")-1); in php_pgsql_convert()
4667 ZVAL_STRINGL(&new_val, "'t'", sizeof("'t'")-1); in php_pgsql_convert()
4670 ZVAL_STRINGL(&new_val, "'f'", sizeof("'f'")-1); in php_pgsql_convert()
4675 ZVAL_STRINGL(&new_val, "'t'", sizeof("'t'")-1); in php_pgsql_convert()
4679 ZVAL_STRINGL(&new_val, "'f'", sizeof("'f'")-1); in php_pgsql_convert()
4711 ZVAL_STRINGL(&new_val, Z_STRVAL_P(val), Z_STRLEN_P(val)); in php_pgsql_convert()
4813 ZVAL_STRINGL(&new_val, "''", sizeof("''")-1); in php_pgsql_convert()
4863 ZVAL_STRINGL(&new_val, Z_STRVAL_P(val), Z_STRLEN_P(val)); in php_pgsql_convert()
4937 ZVAL_STRINGL(&new_val, "NOW()", sizeof("NOW()")-1); in php_pgsql_convert()
/PHP-8.1/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.1/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()

Completed in 87 milliseconds

123