Home
last modified time | relevance | path

Searched refs:smart_str_appendc (Results 1 – 25 of 35) sorted by relevance

12

/PHP-5.5/ext/json/
H A Djson.c212 smart_str_appendc(buf, c); in json_pretty_print_char()
251 smart_str_appendc(buf, '['); in json_encode_array()
253 smart_str_appendc(buf, '{'); in json_encode_array()
356 smart_str_appendc(buf, ']'); in json_encode_array()
358 smart_str_appendc(buf, '}'); in json_encode_array()
453 smart_str_appendc(buf, '"'); in json_escape_string()
475 smart_str_appendc(buf, '/'); in json_escape_string()
505 smart_str_appendc(buf, '<'); in json_escape_string()
513 smart_str_appendc(buf, '>'); in json_escape_string()
521 smart_str_appendc(buf, '&'); in json_escape_string()
[all …]
H A DJSON_parser.c358 smart_str_appendc(buf, (unsigned char) utf16); in utf16_to_utf8()
362 smart_str_appendc(buf, 0xc0 | (utf16 >> 6)); in utf16_to_utf8()
363 smart_str_appendc(buf, 0x80 | (utf16 & 0x3f)); in utf16_to_utf8()
382 smart_str_appendc(buf, 0x80 | (utf32 & 0x3f)); in utf16_to_utf8()
386 smart_str_appendc(buf, 0xe0 | (utf16 >> 12)); in utf16_to_utf8()
388 smart_str_appendc(buf, 0x80 | (utf16 & 0x3f)); in utf16_to_utf8()
482 smart_str_appendc(&buf, '\b'); in parse_JSON_ex()
485 smart_str_appendc(&buf, '\t'); in parse_JSON_ex()
513 smart_str_appendc(&buf, next_char); in parse_JSON_ex()
516 smart_str_appendc(&buf, next_char); in parse_JSON_ex()
[all …]
/PHP-5.5/ext/standard/
H A Dvar.c365 smart_str_appendc(buf, '\''); in php_array_element_export()
374 smart_str_appendc(buf, ','); in php_array_element_export()
375 smart_str_appendc(buf, '\n'); in php_array_element_export()
401 smart_str_appendc(buf, '\''); in php_object_element_export()
403 smart_str_appendc(buf, '\''); in php_object_element_export()
410 smart_str_appendc(buf, ','); in php_object_element_export()
411 smart_str_appendc(buf, '\n'); in php_object_element_export()
447 smart_str_appendc(buf, '\''); in php_var_export_ex()
471 smart_str_appendc(buf, ')'); in php_var_export_ex()
589 smart_str_appendc(buf, ';'); in php_var_serialize_long()
[all …]
H A Durl_scanner_ex.c224 smart_str_appendc(&ctx->result, type); in tag_arg()
231 smart_str_appendc(&ctx->result, type); in tag_arg()
917 smart_str_appendc(&url_app, '='); in php_url_scanner_adapt_single_url()
1037 smart_str_appendc(&BG(url_adapt_state_ex).url_app, '='); in php_url_scanner_add_var()
H A Durl_scanner_ex.re160 smart_str_appendc(&ctx->result, type);
167 smart_str_appendc(&ctx->result, type);
369 smart_str_appendc(&url_app, '=');
489 smart_str_appendc(&BG(url_adapt_state_ex).url_app, '=');
H A Dphp_smart_str.h84 #define smart_str_appendc(dest, c) \ macro
H A Dfile.c1909 smart_str_appendc(&csvline, enclosure); in php_fputcsv()
1914 smart_str_appendc(&csvline, enclosure); in php_fputcsv()
1918 smart_str_appendc(&csvline, *ch); in php_fputcsv()
1921 smart_str_appendc(&csvline, enclosure); in php_fputcsv()
1936 smart_str_appendc(&csvline, '\n'); in php_fputcsv()
/PHP-5.5/ext/readline/
H A Dreadline_cli.c146 smart_str_appendc(&retval, '\\'); in cli_get_prompt()
150 smart_str_appendc(&retval, '\n'); in cli_get_prompt()
154 smart_str_appendc(&retval, '\t'); in cli_get_prompt()
158 smart_str_appendc(&retval, '\033'); in cli_get_prompt()
172 smart_str_appendc(&retval, prompt); in cli_get_prompt()
176 smart_str_appendc(&retval, '`'); in cli_get_prompt()
180 smart_str_appendc(&retval, '\\'); in cli_get_prompt()
199 smart_str_appendc(&retval, *prompt_spec); in cli_get_prompt()
/PHP-5.5/ext/soap/
H A Dphp_http.c46 smart_str_appendc(&auth, ':'); in proxy_authentication()
76 smart_str_appendc(&auth, ':'); in basic_authentication()
250 smart_str_appendc(&soap_headers, ':'); in http_connect()
256 smart_str_appendc(&soap_headers, ':'); in http_connect()
549 smart_str_appendc(&soap_headers, ':'); in make_http_soap_request()
555 smart_str_appendc(&soap_headers, '/'); in make_http_soap_request()
558 smart_str_appendc(&soap_headers, '?'); in make_http_soap_request()
562 smart_str_appendc(&soap_headers, '#'); in make_http_soap_request()
573 smart_str_appendc(&soap_headers, ':'); in make_http_soap_request()
752 smart_str_appendc(&soap_headers, '/'); in make_http_soap_request()
[all …]
H A Dsoap.c1096 smart_str_appendc(&nscat, ':'); in soap_create_typemap()
4618 smart_str_appendc(buf, ' ');
4648 smart_str_appendc(buf, '(');
4667 smart_str_appendc(buf, ')');
4682 smart_str_appendc(buf, ' ');
4720 smart_str_appendc(buf, ' ');
4737 smart_str_appendc(buf, '}');
4757 smart_str_appendc(buf, '}');
4787 smart_str_appendc(buf, ' ');
4830 smart_str_appendc(buf, ' ');
[all …]
H A Dphp_encoding.c321 smart_str_appendc(&prefix, '#'); in soap_check_zval_ref()
338 smart_str_appendc(&prefix, '#'); in soap_check_zval_ref()
427 smart_str_appendc(&nscat, ':'); in master_to_xml_int()
518 smart_str_appendc(&nscat, ':'); in master_to_xml_int()
553 smart_str_appendc(&nscat, ':'); in master_to_zval_int()
574 smart_str_appendc(&nscat, ':'); in master_to_zval_int()
3123 smart_str_appendc(&list, ' '); in to_xml_list()
3162 smart_str_appendc(&list, ' '); in to_xml_list()
3208 smart_str_appendc(&nscat, ':'); in to_zval_any()
3710 smart_str_appendc(type, ':'); in get_array_type()
[all …]
H A Dphp_schema.c59 smart_str_appendc(&nscat, ':'); in create_encoder()
1093 smart_str_appendc(&key, ':'); in schema_group()
1110 smart_str_appendc(&key, ':'); in schema_group()
1529 smart_str_appendc(&nscat, ':'); in schema_element()
1551 smart_str_appendc(&key, ':'); in schema_element()
1763 smart_str_appendc(&key, ':'); in schema_attribute()
1778 smart_str_appendc(&key, ':'); in schema_attribute()
1881 smart_str_appendc(&key2, ':'); in schema_attribute()
1971 smart_str_appendc(&key, ':'); in schema_attributeGroup()
1998 smart_str_appendc(&key, ':'); in schema_attributeGroup()
H A Dphp_packet_soap.c408 smart_str_appendc(&key,':'); in parse_packet_soap()
H A Dphp_sdl.c204 smart_str_appendc(&key, ':'); in get_binding_from_name()
544 smart_str_appendc(&key,':'); in wsdl_soap_binding_header()
649 smart_str_appendc(&key,':'); in wsdl_soap_binding_body()
1191 #define WSDL_CACHE_PUT_INT(val,buf) smart_str_appendc(buf,val & 0xff); \
1192 smart_str_appendc(buf,(val >> 8) & 0xff); \
1193 smart_str_appendc(buf,(val >> 16) & 0xff); \
1194 smart_str_appendc(buf,(val >> 24) & 0xff);
1195 #define WSDL_CACHE_PUT_1(val,buf) smart_str_appendc(buf,val);
/PHP-5.5/ext/mysqlnd/
H A Dphp_mysqlnd.c97 smart_str_appendc(buffer, ','); in mysqlnd_minfo_dump_loaded_plugins()
116 smart_str_appendc(buffer, ','); in mysqlnd_minfo_dump_api_plugins()
/PHP-5.5/ext/filter/
H A Dsanitizing_filters.c45 smart_str_appendc(&str, ';'); in php_filter_encode_html()
48 smart_str_appendc(&str, *s); in php_filter_encode_html()
/PHP-5.5/ext/iconv/
H A Diconv.c1177 smart_str_appendc(pretval, ' '); in _php_iconv_mime_encode()
1185 smart_str_appendc(pretval, '?'); in _php_iconv_mime_encode()
1195 smart_str_appendc(pretval, 'B'); in _php_iconv_mime_encode()
1197 smart_str_appendc(pretval, '?'); in _php_iconv_mime_encode()
1299 smart_str_appendc(pretval, 'Q'); in _php_iconv_mime_encode()
1301 smart_str_appendc(pretval, '?'); in _php_iconv_mime_encode()
1375 smart_str_appendc(pretval, *(char *)p); in _php_iconv_mime_encode()
1379 smart_str_appendc(pretval, '='); in _php_iconv_mime_encode()
1380 smart_str_appendc(pretval, qp_digits[(*p >> 4) & 0x0f]); in _php_iconv_mime_encode()
1381 smart_str_appendc(pretval, qp_digits[(*p & 0x0f)]); in _php_iconv_mime_encode()
/PHP-5.5/ext/session/
H A Dsession.c897 smart_str_appendc(&buf, (unsigned char) key_length); in PS_SERIALIZER_ENCODE_FUNC()
902 smart_str_appendc(&buf, (unsigned char) (key_length & PS_BIN_UNDEF));
989 smart_str_appendc(&buf, PS_DELIMITER);
993 smart_str_appendc(&buf, PS_UNDEF_MARKER);
995 smart_str_appendc(&buf, PS_DELIMITER);
1361 smart_str_appendc(&ncookie, '=');
1473 smart_str_appendc(&var, '=');
2476 smart_str_appendc(&save_handlers, ' ');
2484 smart_str_appendc(&ser_handlers, ' ');
/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c338 smart_str_appendc(&tmp1, ' '); in PHP_MINFO_FUNCTION()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch335 + smart_str_appendc(&s, '-');
337 + smart_str_appendc(&s, '/');
912 + smart_str_appendc(&bentries, ' ');
915 + smart_str_appendc(&bentries, '/');
923 + smart_str_appendc(&bentries, ' ');
928 + smart_str_appendc(&bentries, ' ');
960 + smart_str_appendc(&httpd_ntoa_buf, '.');
962 + smart_str_appendc(&httpd_ntoa_buf, '.');
964 + smart_str_appendc(&httpd_ntoa_buf, '.');
/PHP-5.5/main/
H A Dspprintf.c139 smart_str_appendc(xbuf, ch); \
/PHP-5.5/sapi/apache2handler/
H A Dphp_functions.c389 smart_str_appendc(&tmp1, ' '); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c1253 smart_str_appendc(&str, '_');
5387 smart_str_appendc(&str, 'E');
5388 smart_str_appendc(&str, '\'');
5390 smart_str_appendc(&str, '\'');
6159 smart_str_appendc(querystr, '.');
6163 smart_str_appendc(querystr, '.');
6218 smart_str_appendc(&querystr, ',');
6246 smart_str_appendc(&querystr, ',');
6336 smart_str_appendc(querystr, '=');
6503 smart_str_appendc(&querystr, ';');
[all …]
/PHP-5.5/ext/spl/
H A Dspl_observer.c763 smart_str_appendc(&buf, ','); in SPL_METHOD()
765 smart_str_appendc(&buf, ';'); in SPL_METHOD()
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c523 smart_str_appendc(&tmp1, ' '); in PHP_MINFO_FUNCTION()
534 smart_str_appendc(&tmp2, ' '); in PHP_MINFO_FUNCTION()

Completed in 109 milliseconds

12