smart_str_appendl  729 ext/curl/interface.c 				smart_str_appendl(&t->buf, data, (int) length);
smart_str_appendl  870 ext/curl/interface.c 				smart_str_appendl(&ch->handlers->write->buf, data, (int) length);
smart_str_appendl  868 ext/date/php_date.c 		smart_str_appendl(&string, buffer, length);
smart_str_appendl   43 ext/filter/sanitizing_filters.c 			smart_str_appendl(&str, "&#", 2);
smart_str_appendl  718 ext/iconv/iconv.c 		smart_str_appendl(pretval, "", 0);
smart_str_appendl 1077 ext/iconv/iconv.c 	smart_str_appendl(pretval, ": ", sizeof(": ") - 1);
smart_str_appendl 1089 ext/iconv/iconv.c 			smart_str_appendl(pretval, lfchars, lfchars_len);
smart_str_appendl 1094 ext/iconv/iconv.c 		smart_str_appendl(pretval, "=?", sizeof("=?") - 1);
smart_str_appendl 1096 ext/iconv/iconv.c 		smart_str_appendl(pretval, out_charset, out_charset_len);
smart_str_appendl 1197 ext/iconv/iconv.c 				smart_str_appendl(pretval, encoded, encoded_len);
smart_str_appendl 1199 ext/iconv/iconv.c 				smart_str_appendl(pretval, "?=", sizeof("?=") - 1);
smart_str_appendl 1300 ext/iconv/iconv.c 				smart_str_appendl(pretval, "?=", sizeof("?=") - 1);
smart_str_appendl  137 ext/json/json.c         smart_str_appendl(buf, "null", 4);
smart_str_appendl  241 ext/json/json.c         smart_str_appendl(buf, "\"\"", 2);
smart_str_appendl  255 ext/json/json.c         smart_str_appendl(buf, "\"\"", 2);
smart_str_appendl  269 ext/json/json.c                     smart_str_appendl(buf, "\\\"", 2);
smart_str_appendl  274 ext/json/json.c                     smart_str_appendl(buf, "\\\\", 2);
smart_str_appendl  279 ext/json/json.c                     smart_str_appendl(buf, "\\/", 2);
smart_str_appendl  284 ext/json/json.c                     smart_str_appendl(buf, "\\b", 2);
smart_str_appendl  289 ext/json/json.c                     smart_str_appendl(buf, "\\f", 2);
smart_str_appendl  294 ext/json/json.c                     smart_str_appendl(buf, "\\n", 2);
smart_str_appendl  299 ext/json/json.c                     smart_str_appendl(buf, "\\r", 2);
smart_str_appendl  304 ext/json/json.c                     smart_str_appendl(buf, "\\t", 2);
smart_str_appendl  315 ext/json/json.c                         smart_str_appendl(buf, "\\u", 2);
smart_str_appendl  340 ext/json/json.c             smart_str_appendl(buf, "null", 4);
smart_str_appendl  345 ext/json/json.c                 smart_str_appendl(buf, "true", 4);
smart_str_appendl  349 ext/json/json.c                 smart_str_appendl(buf, "false", 5);
smart_str_appendl  363 ext/json/json.c 			smart_str_appendl(buf, d, len);
smart_str_appendl  380 ext/json/json.c             smart_str_appendl(buf, "null", 4);
smart_str_appendl  503 ext/libxml/libxml.c 	smart_str_appendl(&LIBXML(error_buffer), buf, len);
smart_str_appendl  719 ext/mbstring/php_mbregex.c 			smart_str_appendl(&out_buf, pos, (size_t)((OnigUChar *)(string + regs->beg[0]) - pos));
smart_str_appendl  732 ext/mbstring/php_mbregex.c 						smart_str_appendl(pbuf, string + regs->beg[n], regs->end[n] - regs->beg[n]);
smart_str_appendl  737 ext/mbstring/php_mbregex.c 					smart_str_appendl(pbuf, p, fwd);
smart_str_appendl  755 ext/mbstring/php_mbregex.c 				smart_str_appendl(&out_buf, Z_STRVAL(v), Z_STRLEN(v));
smart_str_appendl  765 ext/mbstring/php_mbregex.c 					smart_str_appendl(&out_buf, pos, 1); 
smart_str_appendl  772 ext/mbstring/php_mbregex.c 				smart_str_appendl(&out_buf, pos, string_lim - pos);
smart_str_appendl  856 ext/pcre/php_pcre.c 			smart_str_appendl(&code, segment, walk - segment);
smart_str_appendl  881 ext/pcre/php_pcre.c 				smart_str_appendl(&code, esc_match, esc_match_len);
smart_str_appendl  894 ext/pcre/php_pcre.c 	smart_str_appendl(&code, segment, walk - segment);
smart_str_appendl  648 ext/pgsql/pgsql.c 		smart_str_appendl(&str, Z_STRVAL_PP(args[i]), Z_STRLEN_PP(args[i]));
smart_str_appendl 4422 ext/pgsql/pgsql.c 	smart_str_appendl(&querystr, tmp_name, new_len);
smart_str_appendl 4634 ext/pgsql/pgsql.c 	smart_str_appendl(&str, Z_STRVAL_P(src), Z_STRLEN_P(src));
smart_str_appendl 5399 ext/pgsql/pgsql.c 		smart_str_appendl(&querystr, fld, fld_len - 1);
smart_str_appendl 5414 ext/pgsql/pgsql.c 				smart_str_appendl(&querystr, Z_STRVAL_PP(val), Z_STRLEN_PP(val));
smart_str_appendl 5420 ext/pgsql/pgsql.c 				smart_str_appendl(&querystr, buf, snprintf(buf, sizeof(buf), "%F", Z_DVAL_PP(val)));
smart_str_appendl 5514 ext/pgsql/pgsql.c 		smart_str_appendl(querystr, fld, fld_len - 1);
smart_str_appendl 5519 ext/pgsql/pgsql.c 				smart_str_appendl(querystr, Z_STRVAL_PP(val), Z_STRLEN_PP(val));
smart_str_appendl 5525 ext/pgsql/pgsql.c 				smart_str_appendl(querystr, buf, MIN(snprintf(buf, sizeof(buf), "%F", Z_DVAL_PP(val)), sizeof(buf)-1));
smart_str_appendl 5532 ext/pgsql/pgsql.c 		smart_str_appendl(querystr, pad, pad_len);
smart_str_appendl  450 ext/session/session.c 			smart_str_appendl(&buf, key, key_length);
smart_str_appendl  456 ext/session/session.c 			smart_str_appendl(&buf, key, key_length);
smart_str_appendl  527 ext/session/session.c 			smart_str_appendl(&buf, key, key_length);
smart_str_appendl  538 ext/session/session.c 			smart_str_appendl(&buf, key, key_length);
smart_str_appendl  306 ext/soap/php_encoding.c 					smart_str_appendl(&prefix, "#ref", 4);
smart_str_appendl  323 ext/soap/php_encoding.c 					smart_str_appendl(&prefix, "#ref", 4);
smart_str_appendl  389 ext/soap/php_encoding.c 					smart_str_appendl(&nscat, Z_STRVAL_PP(zns), Z_STRLEN_PP(zns));
smart_str_appendl  392 ext/soap/php_encoding.c 				smart_str_appendl(&nscat, Z_STRVAL_PP(zstype), Z_STRLEN_PP(zstype));
smart_str_appendl 2368 ext/soap/php_encoding.c 					smart_str_appendl(&array_type,"xsd:ur-type",sizeof("xsd:ur-type")-1);
smart_str_appendl 3339 ext/soap/php_encoding.c 				smart_str_appendl(&prefix, "ns", 2);
smart_str_appendl 3437 ext/soap/php_encoding.c 		smart_str_appendl(type, "xsd:anyType", sizeof("xsd:anyType")-1);
smart_str_appendl 3499 ext/soap/php_encoding.c 		smart_str_appendl(type, "xsd:anyType", sizeof("xsd:anyType")-1);
smart_str_appendl 3548 ext/soap/php_encoding.c 	smart_str_appendl(ret, type, strlen(type));
smart_str_appendl   32 ext/soap/php_http.c 	smart_str_appendl(str,const,sizeof(const)-1)
smart_str_appendl   68 ext/soap/php_http.c 		smart_str_appendl(&auth, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
smart_str_appendl   71 ext/soap/php_http.c 			smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password));
smart_str_appendl   76 ext/soap/php_http.c 		smart_str_appendl(soap_headers, (char*)buf, len);
smart_str_appendl   94 ext/soap/php_http.c 		smart_str_appendl(&auth, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
smart_str_appendl   97 ext/soap/php_http.c 			smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password));
smart_str_appendl  102 ext/soap/php_http.c 		smart_str_appendl(soap_headers, (char*)buf, len);
smart_str_appendl  438 ext/soap/php_http.c 				smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  572 ext/soap/php_http.c 					smart_str_appendl(&soap_headers, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
smart_str_appendl  576 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  581 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  602 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, nc, 8);
smart_str_appendl  604 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, cnonce, 8);
smart_str_appendl  607 ext/soap/php_http.c 					smart_str_appendl(&soap_headers, response, 32);
smart_str_appendl  611 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  620 ext/soap/php_http.c 				smart_str_appendl(&auth, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
smart_str_appendl  624 ext/soap/php_http.c 					smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password));
smart_str_appendl  629 ext/soap/php_http.c 				smart_str_appendl(&soap_headers, (char*)buf, len);
smart_str_appendl  666 ext/soap/php_http.c 								smart_str_appendl(&soap_headers, key, strlen(key));
smart_str_appendl  668 ext/soap/php_http.c 								smart_str_appendl(&soap_headers, Z_STRVAL_PP(value), Z_STRLEN_PP(value));
smart_str_appendl  684 ext/soap/php_http.c 		smart_str_appendl(&soap_headers, request, request_size);
smart_str_appendl  799 ext/soap/php_http.c 			smart_str_appendl(&name, cookie, eqpos - cookie);
smart_str_appendl  459 ext/soap/php_schema.c 			smart_str_appendl(&anonymous, "anonymous", sizeof("anonymous")-1);
smart_str_appendl  555 ext/soap/php_schema.c 				smart_str_appendl(&anonymous, "anonymous", sizeof("anonymous")-1);
smart_str_appendl 1900 ext/soap/php_schema.c 				smart_str_appendl(&anonymous, "anonymous", sizeof("anonymous")-1);
smart_str_appendl 1087 ext/soap/php_sdl.c #define WSDL_CACHE_PUT_N(val,n,buf)    smart_str_appendl(buf,(char*)val,n);
smart_str_appendl 3622 ext/soap/soap.c 						smart_str_appendl(&key, Z_STRVAL(h->function_name), Z_STRLEN(h->function_name));
smart_str_appendl 3830 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 3836 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 4051 ext/soap/soap.c 							smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 4057 ext/soap/soap.c 							smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 4263 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_PP(ns), Z_STRLEN_PP(ns));
smart_str_appendl 4265 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_PP(name), Z_STRLEN_PP(name));
smart_str_appendl 4534 ext/soap/soap.c 				smart_str_appendl(buf, (*param)->encode->details.type_str, strlen((*param)->encode->details.type_str));
smart_str_appendl 4537 ext/soap/soap.c 				smart_str_appendl(buf, "UNKNOWN ", 8);
smart_str_appendl 4541 ext/soap/soap.c 			smart_str_appendl(buf, "list(", 5);
smart_str_appendl 4545 ext/soap/soap.c 					smart_str_appendl(buf, ", ", 2);
smart_str_appendl 4548 ext/soap/soap.c 					smart_str_appendl(buf, (*param)->encode->details.type_str, strlen((*param)->encode->details.type_str));
smart_str_appendl 4550 ext/soap/soap.c 					smart_str_appendl(buf, "UNKNOWN", 7);
smart_str_appendl 4552 ext/soap/soap.c 				smart_str_appendl(buf, " $", 2);
smart_str_appendl 4553 ext/soap/soap.c 				smart_str_appendl(buf, (*param)->paramName, strlen((*param)->paramName));
smart_str_appendl 4557 ext/soap/soap.c 			smart_str_appendl(buf, ") ", 2);
smart_str_appendl 4560 ext/soap/soap.c 		smart_str_appendl(buf, "void ", 5);
smart_str_appendl 4563 ext/soap/soap.c 	smart_str_appendl(buf, function->functionName, strlen(function->functionName));
smart_str_appendl 4571 ext/soap/soap.c 				smart_str_appendl(buf, ", ", 2);
smart_str_appendl 4574 ext/soap/soap.c 				smart_str_appendl(buf, (*param)->encode->details.type_str, strlen((*param)->encode->details.type_str));
smart_str_appendl 4576 ext/soap/soap.c 				smart_str_appendl(buf, "UNKNOWN", 7);
smart_str_appendl 4578 ext/soap/soap.c 			smart_str_appendl(buf, " $", 2);
smart_str_appendl 4579 ext/soap/soap.c 			smart_str_appendl(buf, (*param)->paramName, strlen((*param)->paramName));
smart_str_appendl 4595 ext/soap/soap.c 			smart_str_appendl(buf, ";\n", 2);
smart_str_appendl 4601 ext/soap/soap.c 			smart_str_appendl(buf, "<anyXML> any;\n", sizeof("<anyXML> any;\n")-1);
smart_str_appendl 4631 ext/soap/soap.c 	smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl 4636 ext/soap/soap.c 				smart_str_appendl(buf, type->encode->details.type_str, strlen(type->encode->details.type_str));
smart_str_appendl 4639 ext/soap/soap.c 				smart_str_appendl(buf, "anyType ", sizeof("anyType ")-1);
smart_str_appendl 4641 ext/soap/soap.c 			smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4644 ext/soap/soap.c 			smart_str_appendl(buf, "list ", 5);
smart_str_appendl 4645 ext/soap/soap.c 			smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4649 ext/soap/soap.c 				smart_str_appendl(buf, " {", 2);
smart_str_appendl 4652 ext/soap/soap.c 					smart_str_appendl(buf, (*item_type)->name, strlen((*item_type)->name));
smart_str_appendl 4658 ext/soap/soap.c 			smart_str_appendl(buf, "union ", 6);
smart_str_appendl 4659 ext/soap/soap.c 			smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4664 ext/soap/soap.c 				smart_str_appendl(buf, " {", 2);
smart_str_appendl 4671 ext/soap/soap.c 					smart_str_appendl(buf, (*item_type)->name, strlen((*item_type)->name));
smart_str_appendl 4699 ext/soap/soap.c 						smart_str_appendl(buf, "anyType", sizeof("anyType")-1);
smart_str_appendl 4701 ext/soap/soap.c 						smart_str_appendl(buf, (*ext)->val, len);
smart_str_appendl 4704 ext/soap/soap.c 					smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4726 ext/soap/soap.c 						smart_str_appendl(buf, "anyType ", 8);
smart_str_appendl 4728 ext/soap/soap.c 					smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4738 ext/soap/soap.c 						smart_str_appendl(buf, "[]", 2);
smart_str_appendl 4742 ext/soap/soap.c 				smart_str_appendl(buf, "struct ", 7);
smart_str_appendl 4743 ext/soap/soap.c 				smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4745 ext/soap/soap.c 				smart_str_appendl(buf, "{\n", 2);
smart_str_appendl 4757 ext/soap/soap.c 						smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl 4759 ext/soap/soap.c 						smart_str_appendl(buf, type->encode->details.type_str, strlen(type->encode->details.type_str));
smart_str_appendl 4760 ext/soap/soap.c 						smart_str_appendl(buf, " _;\n", 4);
smart_str_appendl 4771 ext/soap/soap.c 						smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl 4777 ext/soap/soap.c 							smart_str_appendl(buf, "UNKNOWN ", 8);
smart_str_appendl 4780 ext/soap/soap.c 						smart_str_appendl(buf, ";\n", 2);
smart_str_appendl 4784 ext/soap/soap.c 				smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl  283 ext/spl/spl_observer.c 	smart_str_appendl(&buf, "x:i:", 4);
smart_str_appendl  301 ext/spl/spl_observer.c 	smart_str_appendl(&buf, "m:", 2);
smart_str_appendl 1400 ext/standard/array.c 			smart_str_appendl(&final_name, Z_STRVAL_PP(prefix), Z_STRLEN_PP(prefix));
smart_str_appendl 1418 ext/standard/array.c 				smart_str_appendl(&final_name, var_name, var_name_len);
smart_str_appendl 1423 ext/standard/array.c 					smart_str_appendl(&final_name, Z_STRVAL_PP(prefix), Z_STRLEN_PP(prefix));
smart_str_appendl 1425 ext/standard/array.c 					smart_str_appendl(&final_name, var_name, var_name_len);
smart_str_appendl 1431 ext/standard/array.c 					smart_str_appendl(&final_name, var_name, var_name_len);
smart_str_appendl 1436 ext/standard/array.c 					smart_str_appendl(&final_name, Z_STRVAL_PP(prefix), Z_STRLEN_PP(prefix));
smart_str_appendl 1438 ext/standard/array.c 					smart_str_appendl(&final_name, var_name, var_name_len);
smart_str_appendl 1445 ext/standard/array.c 						smart_str_appendl(&final_name, Z_STRVAL_PP(prefix), Z_STRLEN_PP(prefix));
smart_str_appendl 1447 ext/standard/array.c 						smart_str_appendl(&final_name, var_name, var_name_len);
smart_str_appendl 1449 ext/standard/array.c 						smart_str_appendl(&final_name, var_name, var_name_len);
smart_str_appendl 1455 ext/standard/array.c 					smart_str_appendl(&final_name, var_name, var_name_len);
smart_str_appendl 1999 ext/standard/file.c 			smart_str_appendl(&csvline, Z_STRVAL_PP(field), Z_STRLEN_PP(field));
smart_str_appendl 2003 ext/standard/file.c 			smart_str_appendl(&csvline, &delimiter, 1);
smart_str_appendl  268 ext/standard/filters.c 				smart_str_appendl(&tags_ss, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  143 ext/standard/http.c 				smart_str_appendl(formstr, arg_sep, arg_sep_len);
smart_str_appendl  146 ext/standard/http.c 			smart_str_appendl(formstr, key_prefix, key_prefix_len);
smart_str_appendl  149 ext/standard/http.c 				smart_str_appendl(formstr, ekey, ekey_len);
smart_str_appendl  154 ext/standard/http.c 					smart_str_appendl(formstr, num_prefix, num_prefix_len);
smart_str_appendl  157 ext/standard/http.c 				smart_str_appendl(formstr, ekey, ekey_len);
smart_str_appendl  160 ext/standard/http.c 			smart_str_appendl(formstr, key_suffix, key_suffix_len);
smart_str_appendl  161 ext/standard/http.c 			smart_str_appendl(formstr, "=", 1);
smart_str_appendl  182 ext/standard/http.c 			smart_str_appendl(formstr, ekey, ekey_len);
smart_str_appendl  194 ext/standard/http_fopen_wrapper.c 		smart_str_appendl(&header, "CONNECT ", sizeof("CONNECT ")-1);
smart_str_appendl  198 ext/standard/http_fopen_wrapper.c 		smart_str_appendl(&header, " HTTP/1.0\r\n\r\n", sizeof(" HTTP/1.0\r\n\r\n")-1);
smart_str_appendl   79 ext/standard/php_smart_str.h 	smart_str_appendl((dest), (src), strlen(src))
smart_str_appendl 1079 ext/standard/string.c 				smart_str_appendl(&implstr, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 1085 ext/standard/string.c 				smart_str_appendl(&implstr, stmp, str_len);
smart_str_appendl 1091 ext/standard/string.c 					smart_str_appendl(&implstr, "1", sizeof("1")-1);
smart_str_appendl 1101 ext/standard/string.c 				smart_str_appendl(&implstr, stmp, str_len);
smart_str_appendl 1110 ext/standard/string.c 				smart_str_appendl(&implstr, Z_STRVAL(expr), Z_STRLEN(expr));
smart_str_appendl 1121 ext/standard/string.c 				smart_str_appendl(&implstr, Z_STRVAL(tmp_val), Z_STRLEN(tmp_val));
smart_str_appendl 1128 ext/standard/string.c 			smart_str_appendl(&implstr, Z_STRVAL_P(delim), Z_STRLEN_P(delim));
smart_str_appendl 2779 ext/standard/string.c 				smart_str_appendl(&result, tval, tlen);
smart_str_appendl  184 ext/standard/url_scanner_ex.c 		smart_str_appendl(dest, url->c, bash - url->c);
smart_str_appendl  192 ext/standard/url_scanner_ex.c 		smart_str_appendl(dest, bash, q - bash);
smart_str_appendl  248 ext/standard/url_scanner_ex.c 	smart_str_appendl(&ctx->result, start, YYCURSOR - start);
smart_str_appendl  305 ext/standard/url_scanner_ex.c 	smart_str_appendl(&ctx->tag, start, YYCURSOR - start);
smart_str_appendl  316 ext/standard/url_scanner_ex.c 	smart_str_appendl(&ctx->arg, start, YYCURSOR - start);
smart_str_appendl  332 ext/standard/url_scanner_ex.c 	smart_str_appendl(&ctx->buf, newdata, newlen);
smart_str_appendl  910 ext/standard/url_scanner_ex.c 		smart_str_appendl(&ctx->result, "", 0);
smart_str_appendl  914 ext/standard/url_scanner_ex.c 		smart_str_appendl(&ctx->result, ctx->buf.c, ctx->buf.len);
smart_str_appendl  963 ext/standard/url_scanner_ex.c 			smart_str_appendl(&ctx->result, ctx->buf.c, ctx->buf.len);
smart_str_appendl  964 ext/standard/url_scanner_ex.c 			smart_str_appendl(&ctx->result, output, output_len);
smart_str_appendl 1004 ext/standard/url_scanner_ex.c 	smart_str_appendl(&BG(url_adapt_state_ex).url_app, name, name_len);
smart_str_appendl 1009 ext/standard/url_scanner_ex.c 	smart_str_appendl(&BG(url_adapt_state_ex).form_app, name, name_len);
smart_str_appendl  524 ext/standard/var.c 	smart_str_appendl(buf, "i:", 2);
smart_str_appendl  531 ext/standard/var.c 	smart_str_appendl(buf, "s:", 2);
smart_str_appendl  533 ext/standard/var.c 	smart_str_appendl(buf, ":\"", 2);
smart_str_appendl  534 ext/standard/var.c 	smart_str_appendl(buf, str, len);
smart_str_appendl  535 ext/standard/var.c 	smart_str_appendl(buf, "\";", 2);
smart_str_appendl  543 ext/standard/var.c 	smart_str_appendl(buf, "O:", 2);
smart_str_appendl  545 ext/standard/var.c 	smart_str_appendl(buf, ":\"", 2);
smart_str_appendl  546 ext/standard/var.c 	smart_str_appendl(buf, class_name, name_len);
smart_str_appendl  547 ext/standard/var.c 	smart_str_appendl(buf, "\":", 2);
smart_str_appendl  565 ext/standard/var.c 	smart_str_appendl(buf, ":{", 2);
smart_str_appendl  599 ext/standard/var.c 				smart_str_appendl(buf,"N;", 2);
smart_str_appendl  656 ext/standard/var.c 			smart_str_appendl(buf, "R:", 2);
smart_str_appendl  661 ext/standard/var.c 			smart_str_appendl(buf, "r:", 2);
smart_str_appendl  670 ext/standard/var.c 			smart_str_appendl(buf, "b:", 2);
smart_str_appendl  676 ext/standard/var.c 			smart_str_appendl(buf, "N;", 2);
smart_str_appendl  686 ext/standard/var.c 				smart_str_appendl(buf, "d:", 2);
smart_str_appendl  715 ext/standard/var.c 						smart_str_appendl(buf, "C:", 2);
smart_str_appendl  717 ext/standard/var.c 						smart_str_appendl(buf, ":\"", 2);
smart_str_appendl  718 ext/standard/var.c 						smart_str_appendl(buf, Z_OBJCE_P(struc)->name, Z_OBJCE_P(struc)->name_length);
smart_str_appendl  719 ext/standard/var.c 						smart_str_appendl(buf, "\":", 2);
smart_str_appendl  722 ext/standard/var.c 						smart_str_appendl(buf, ":{", 2);
smart_str_appendl  723 ext/standard/var.c 						smart_str_appendl(buf, serialized_data, serialized_length);
smart_str_appendl  726 ext/standard/var.c 						smart_str_appendl(buf, "N;", 2);
smart_str_appendl  752 ext/standard/var.c 								smart_str_appendl(buf,"N;", 2);
smart_str_appendl  768 ext/standard/var.c 				smart_str_appendl(buf, "a:", 2);
smart_str_appendl  781 ext/standard/var.c 			smart_str_appendl(buf, ":{", 2);
smart_str_appendl  817 ext/standard/var.c 						smart_str_appendl(buf, "N;", 2);
smart_str_appendl  833 ext/standard/var.c 			smart_str_appendl(buf, "i:0;", 4);
smart_str_appendl   51 ext/wddx/php_wddx_api.h #define php_wddx_add_chunk_ex(packet, str, len)	smart_str_appendl(packet, str, len)
smart_str_appendl   52 ext/wddx/php_wddx_api.h #define php_wddx_add_chunk_static(packet, str) smart_str_appendl(packet, str, sizeof(str)-1)
smart_str_appendl  134 main/spprintf.c 	smart_str_appendl(xbuf, s, slen);	\
smart_str_appendl  343 sapi/apache2filter/php_functions.c 			smart_str_appendl(&tmp1, s, (p - s));
smart_str_appendl  392 sapi/apache2handler/php_functions.c 			smart_str_appendl(&tmp1, s, (p - s));
smart_str_appendl  156 sapi/thttpd/thttpd.c # define ADD_VEC(str,l) smart_str_appendl(&vec_str, (str), (l))