Home
last modified time | relevance | path

Searched refs:smart_str_appendl (Results 26 – 46 of 46) sorted by relevance

12

/php-src/ext/spl/
H A Dspl_observer.c822 smart_str_appendl(&buf, "x:", 2); in PHP_METHOD()
844 smart_str_appendl(&buf, "m:", 2); in PHP_METHOD()
H A Dspl_array.c1260 smart_str_appendl(&buf, "x:", 2); in SPL_ARRAY_METHOD()
1269 smart_str_appendl(&buf, "m:", 2); in SPL_ARRAY_METHOD()
/php-src/ext/libxml/
H A Dlibxml.c665 smart_str_appendl(&LIBXML(error_buffer), buf, len); in php_libxml_internal_error_handler_ex()
1487 smart_str_appendl(str, buffer, len); in php_libxml_write_smart_str()
/php-src/ext/mbstring/
H A Dmbstring.c4615 smart_str_appendl(&str, ZSTR_VAL(str_headers), len); in PHP_FUNCTION()
4622 smart_str_appendl(&str, line_sep, line_sep_len); in PHP_FUNCTION()
4624 smart_str_appendl(&str, PHP_MBSTR_MAIL_MIME_HEADER1, sizeof(PHP_MBSTR_MAIL_MIME_HEADER1) - 1); in PHP_FUNCTION()
4630 smart_str_appendl(&str, line_sep, line_sep_len); in PHP_FUNCTION()
4632 smart_str_appendl(&str, PHP_MBSTR_MAIL_MIME_HEADER2, sizeof(PHP_MBSTR_MAIL_MIME_HEADER2) - 1); in PHP_FUNCTION()
4636 smart_str_appendl(&str, PHP_MBSTR_MAIL_MIME_HEADER3, sizeof(PHP_MBSTR_MAIL_MIME_HEADER3) - 1); in PHP_FUNCTION()
4644 smart_str_appendl(&str, line_sep, line_sep_len); in PHP_FUNCTION()
4646 smart_str_appendl(&str, PHP_MBSTR_MAIL_MIME_HEADER4, sizeof(PHP_MBSTR_MAIL_MIME_HEADER4) - 1); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_ast.c1751 smart_str_appendl(str, ZSTR_VAL(name), ZSTR_LEN(name)); in zend_ast_export_ex()
1755 smart_str_appendl(str, "__CLASS__", sizeof("__CLASS__")-1); in zend_ast_export_ex()
1793 smart_str_appendl(str, ZSTR_VAL(decl->name), ZSTR_LEN(decl->name)); in zend_ast_export_ex()
1848 smart_str_appendl(str, ZSTR_VAL(decl->name), ZSTR_LEN(decl->name)); in zend_ast_export_ex()
H A Dzend_inheritance.c889 smart_str_appendl(&str, ZSTR_VAL(fptr->common.scope->name), ZSTR_LEN(fptr->common.scope->name)); in zend_get_function_declaration()
921 smart_str_appendl(&str, ZSTR_VAL(arg_info->name), ZSTR_LEN(arg_info->name)); in zend_get_function_declaration()
961 smart_str_appendl(&str, Z_STRVAL_P(zv), MIN(Z_STRLEN_P(zv), 10)); in zend_get_function_declaration()
H A Dzend.c393 smart_str_appendl(buf, prop_name, prop_len); in print_hash()
H A Dzend_execute.c880 smart_str_appendl(&msg, "of type ", sizeof("of type ")-1); in zend_match_unhandled_error()
/php-src/sapi/cli/
H A Dphp_cli_server.c564 smart_str_appendl(&buffer, "\r\n", 2); in sapi_cli_server_send_headers()
574 smart_str_appendl(&buffer, h->header, h->header_len); in sapi_cli_server_send_headers()
575 smart_str_appendl(&buffer, "\r\n", 2); in sapi_cli_server_send_headers()
579 smart_str_appendl(&buffer, "\r\n", 2); in sapi_cli_server_send_headers()
/php-src/ext/soap/
H A Dphp_encoding.c321 smart_str_appendl(&prefix, "#ref", 4); in soap_check_zval_ref()
338 smart_str_appendl(&prefix, "#ref", 4); in soap_check_zval_ref()
2413 smart_str_appendl(&array_type,"xsd:ur-type",sizeof("xsd:ur-type")-1); in to_xml_array()
3417 smart_str_appendl(&prefix, "ns", 2); in encode_add_ns()
3514 smart_str_appendl(type, "xsd:anyType", sizeof("xsd:anyType")-1); in get_array_type()
3575 smart_str_appendl(type, "xsd:anyType", sizeof("xsd:anyType")-1); in get_array_type()
3624 smart_str_appendl(ret, type, strlen(type)); in get_type_str()
H A Dphp_sdl.c1210 #define WSDL_CACHE_PUT_N(val,n,buf) smart_str_appendl(buf,(char*)val,n);
3324 smart_str_appendl(&headers, "Connection: close\r\n", sizeof("Connection: close\r\n")-1); in get_sdl()
/php-src/ext/opcache/jit/
H A Dzend_jit.c729 smart_str_appendl(&buf, ZSTR_VAL(op_array->scope->name), ZSTR_LEN(op_array->scope->name)); in zend_jit_func_name()
732 smart_str_appendl(&buf, ZSTR_VAL(op_array->function_name), ZSTR_LEN(op_array->function_name)); in zend_jit_func_name()
735 smart_str_appendl(&buf, ZSTR_VAL(op_array->filename), ZSTR_LEN(op_array->filename)); in zend_jit_func_name()
743 smart_str_appendl(&buf, ZSTR_VAL(op_array->filename), ZSTR_LEN(op_array->filename)); in zend_jit_func_name()
H A Dzend_jit_trace.c246 smart_str_appendl(&buf, ZSTR_VAL(op_array->scope->name), ZSTR_LEN(op_array->scope->name)); in zend_jit_trace_name()
248 smart_str_appendl(&buf, ZSTR_VAL(op_array->function_name), ZSTR_LEN(op_array->function_name)); in zend_jit_trace_name()
250 smart_str_appendl(&buf, ZSTR_VAL(op_array->function_name), ZSTR_LEN(op_array->function_name)); in zend_jit_trace_name()
253 smart_str_appendl(&buf, ZSTR_VAL(op_array->filename), ZSTR_LEN(op_array->filename)); in zend_jit_trace_name()
/php-src/main/
H A Dphp_variables.c434 smart_str_appendl(&post_data.str, buf, len); in SAPI_POST_HANDLER_FUNC()
/php-src/ext/dom/
H A Dhtml_document.c1157 smart_str_appendl((smart_str *) ctx, buf, size); in dom_write_output_smart_str()
/php-src/ext/curl/
H A Dinterface.c579 smart_str_appendl(&write_handler->buf, data, (int) length); in curl_write()
822 smart_str_appendl(&ch->handlers.write->buf, data, (int) length); in curl_write_header()
/php-src/ext/standard/
H A Dfile.c1805 smart_str_appendl(&csvline, &delimiter, 1); in php_fputcsv()
H A Dstring.c3051 smart_str_appendl(&result, str + old_pos, pos - old_pos);
3066 smart_str_appendl(&result, str + old_pos, slen - old_pos);
/php-src/ext/date/
H A Dphp_date.c832 smart_str_appendl(&string, buffer, length); in date_format()
4982 smart_str_appendl(&string, buffer, length); in date_interval_format()
/php-src/ext/phar/
H A Dphar.c2714smart_str_appendl(&main_metadata_str, ZSTR_VAL(phar->metadata_tracker.str), ZSTR_LEN(phar->metadat… in phar_flush()
/php-src/ext/reflection/
H A Dphp_reflection.c820 smart_str_appendl(str, indent, strlen(indent)); in _function_string()

Completed in 298 milliseconds

12