Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/soap/
H A Dphp_encoding.c329 smart_str_appendl(&prefix, "#ref", 4); in soap_check_zval_ref()
346 smart_str_appendl(&prefix, "#ref", 4); in soap_check_zval_ref()
423 smart_str_appendl(&nscat, Z_STRVAL_P(zns), Z_STRLEN_P(zns)); in master_to_xml_int()
426 smart_str_appendl(&nscat, Z_STRVAL_P(zstype), Z_STRLEN_P(zstype)); in master_to_xml_int()
2442 smart_str_appendl(&array_type,"xsd:ur-type",sizeof("xsd:ur-type")-1); in to_xml_array()
3429 smart_str_appendl(&prefix, "ns", 2); in encode_add_ns()
3524 smart_str_appendl(type, "xsd:anyType", sizeof("xsd:anyType")-1); in get_array_type()
3587 smart_str_appendl(type, "xsd:anyType", sizeof("xsd:anyType")-1); in get_array_type()
3636 smart_str_appendl(ret, type, strlen(type)); in get_type_str()
H A Dphp_sdl.c1190 #define WSDL_CACHE_PUT_N(val,n,buf) smart_str_appendl(buf,(char*)val,n);
3288 smart_str_appendl(&headers, "Connection: close\r\n", sizeof("Connection: close\r\n")-1); in get_sdl()
/PHP-7.1/ext/readline/
H A Dreadline_cli.c88 smart_str_appendl(CLIR_G(prompt_str), str, str_length); in readline_shell_write()
/PHP-7.1/main/
H A Dspprintf.c136 smart_str_appendl((smart_str *)(xbuf), (str), (len)); \
H A Dphp_variables.c359 smart_str_appendl(&post_data.str, buf, len); in SAPI_POST_HANDLER_FUNC()
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c547 smart_str_appendl(&buffer, "\r\n", 2); in sapi_cli_server_send_headers()
557 smart_str_appendl(&buffer, h->header, h->header_len); in sapi_cli_server_send_headers()
558 smart_str_appendl(&buffer, "\r\n", 2); in sapi_cli_server_send_headers()
562 smart_str_appendl(&buffer, "\r\n", 2); in sapi_cli_server_send_headers()
/PHP-7.1/ext/spl/
H A Dspl_observer.c713 smart_str_appendl(&buf, "x:", 2); in SPL_METHOD()
734 smart_str_appendl(&buf, "m:", 2); in SPL_METHOD()
H A Dspl_array.c1720 smart_str_appendl(&buf, "x:", 2); in SPL_METHOD()
1729 smart_str_appendl(&buf, "m:", 2); in SPL_METHOD()
/PHP-7.1/ext/libxml/
H A Dlibxml.c551 smart_str_appendl(&LIBXML(error_buffer), buf, len); in php_libxml_internal_error_handler()
/PHP-7.1/Zend/
H A Dzend_exceptions.c526 smart_str_appendl(str, s_tmp, l_tmp); in _build_trace_args()
H A Dzend.c188 smart_str_appendl(buf, prop_name, prop_len); in print_hash()
/PHP-7.1/ext/curl/
H A Dinterface.c1470 smart_str_appendl(&t->buf, data, (int) length); in curl_write()
1697 smart_str_appendl(&ch->handlers->write->buf, data, (int) length); in curl_write_header()
/PHP-7.1/ext/standard/
H A Dfile.c1926 smart_str_appendl(&csvline, &delimiter, 1); in php_fputcsv()
H A Dstring.c3033 smart_str_appendl(&result, str + old_pos, pos - old_pos);
3048 smart_str_appendl(&result, str + old_pos, slen - old_pos);
/PHP-7.1/ext/date/
H A Dphp_date.c1240 smart_str_appendl(&string, buffer, length); in date_format()
4490 smart_str_appendl(&string, buffer, length); in date_interval_format()
/PHP-7.1/ext/imap/
H A Dphp_imap.c4375 smart_str_appendl(ret, string, len); in _php_rfc822_soutr()

Completed in 116 milliseconds

12