smart_str_appendl 1286 ext/curl/interface.c 				smart_str_appendl(&t->buf, data, (int) length);
smart_str_appendl 1575 ext/curl/interface.c 				smart_str_appendl(&ch->handlers->write->buf, data, (int) length);
smart_str_appendl 1195 ext/date/php_date.c 		smart_str_appendl(&string, buffer, length);
smart_str_appendl 4302 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  775 ext/iconv/iconv.c 		smart_str_appendl(pretval, "", 0);
smart_str_appendl 1134 ext/iconv/iconv.c 	smart_str_appendl(pretval, ": ", sizeof(": ") - 1);
smart_str_appendl 1146 ext/iconv/iconv.c 			smart_str_appendl(pretval, lfchars, lfchars_len);
smart_str_appendl 1151 ext/iconv/iconv.c 		smart_str_appendl(pretval, "=?", sizeof("=?") - 1);
smart_str_appendl 1153 ext/iconv/iconv.c 		smart_str_appendl(pretval, out_charset, out_charset_len);
smart_str_appendl 1254 ext/iconv/iconv.c 				smart_str_appendl(pretval, encoded, encoded_len);
smart_str_appendl 1256 ext/iconv/iconv.c 				smart_str_appendl(pretval, "?=", sizeof("?=") - 1);
smart_str_appendl 1356 ext/iconv/iconv.c 				smart_str_appendl(pretval, "?=", sizeof("?=") - 1);
smart_str_appendl 4318 ext/imap/php_imap.c 	smart_str_appendl(ret, string, len);
smart_str_appendl  286 ext/intl/intl_error.c 			smart_str_appendl( &ret, buf, u8len );
smart_str_appendl  306 ext/intl/intl_error.c 			smart_str_appendl( &ret, buf, u8len );
smart_str_appendl  766 ext/intl/locale/locale_methods.c 			smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  768 ext/intl/locale/locale_methods.c 		smart_str_appendl(loc_name, Z_STRVAL_PP(ele_value) , Z_STRLEN_PP(ele_value));
smart_str_appendl  782 ext/intl/locale/locale_methods.c 		smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  783 ext/intl/locale/locale_methods.c 		smart_str_appendl(loc_name, PRIVATE_PREFIX , sizeof(PRIVATE_PREFIX)-1);
smart_str_appendl  807 ext/intl/locale/locale_methods.c 			smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  808 ext/intl/locale/locale_methods.c 			smart_str_appendl(loc_name, Z_STRVAL_PP(ele_value) , Z_STRLEN_PP(ele_value));
smart_str_appendl  823 ext/intl/locale/locale_methods.c 				smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  824 ext/intl/locale/locale_methods.c 				smart_str_appendl(loc_name, Z_STRVAL_PP(data) , Z_STRLEN_PP(data));
smart_str_appendl  857 ext/intl/locale/locale_methods.c 				smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  858 ext/intl/locale/locale_methods.c 				smart_str_appendl(loc_name, Z_STRVAL_PP(ele_value) , Z_STRLEN_PP(ele_value));
smart_str_appendl  223 ext/json/json.c 			smart_str_appendl(buf, "    ", 4);
smart_str_appendl  246 ext/json/json.c 		smart_str_appendl(buf, "null", 4);
smart_str_appendl  407 ext/json/json.c 		smart_str_appendl(buf, "\"\"", 2);
smart_str_appendl  423 ext/json/json.c 					smart_str_appendl(buf, tmp, l);
smart_str_appendl  443 ext/json/json.c 			smart_str_appendl(buf, "null", 4);
smart_str_appendl  445 ext/json/json.c 			smart_str_appendl(buf, "\"\"", 2);
smart_str_appendl  465 ext/json/json.c 					smart_str_appendl(buf, "\\u0022", 6);
smart_str_appendl  467 ext/json/json.c 					smart_str_appendl(buf, "\\\"", 2);
smart_str_appendl  472 ext/json/json.c 				smart_str_appendl(buf, "\\\\", 2);
smart_str_appendl  479 ext/json/json.c 					smart_str_appendl(buf, "\\/", 2);
smart_str_appendl  484 ext/json/json.c 				smart_str_appendl(buf, "\\b", 2);
smart_str_appendl  488 ext/json/json.c 				smart_str_appendl(buf, "\\f", 2);
smart_str_appendl  492 ext/json/json.c 				smart_str_appendl(buf, "\\n", 2);
smart_str_appendl  496 ext/json/json.c 				smart_str_appendl(buf, "\\r", 2);
smart_str_appendl  500 ext/json/json.c 				smart_str_appendl(buf, "\\t", 2);
smart_str_appendl  505 ext/json/json.c 					smart_str_appendl(buf, "\\u003C", 6);
smart_str_appendl  513 ext/json/json.c 					smart_str_appendl(buf, "\\u003E", 6);
smart_str_appendl  521 ext/json/json.c 					smart_str_appendl(buf, "\\u0026", 6);
smart_str_appendl  529 ext/json/json.c 					smart_str_appendl(buf, "\\u0027", 6);
smart_str_appendl  539 ext/json/json.c 					smart_str_appendl(buf, "\\u", 2);
smart_str_appendl  571 ext/json/json.c 		smart_str_appendl(buf, "null", 4);
smart_str_appendl  579 ext/json/json.c 		smart_str_appendl(buf, "null", sizeof("null") - 1);
smart_str_appendl  586 ext/json/json.c 		smart_str_appendl(buf, "null", sizeof("null") - 1);
smart_str_appendl  608 ext/json/json.c 			smart_str_appendl(buf, "null", 4);
smart_str_appendl  613 ext/json/json.c 				smart_str_appendl(buf, "true", 4);
smart_str_appendl  615 ext/json/json.c 				smart_str_appendl(buf, "false", 5);
smart_str_appendl  631 ext/json/json.c 					smart_str_appendl(buf, d, len);
smart_str_appendl  656 ext/json/json.c 			smart_str_appendl(buf, "null", 4);
smart_str_appendl  530 ext/libxml/libxml.c 	smart_str_appendl(&LIBXML(error_buffer), buf, len);
smart_str_appendl  911 ext/mbstring/php_mbregex.c 			smart_str_appendl(&out_buf, pos, (size_t)((OnigUChar *)(string + regs->beg[0]) - pos));
smart_str_appendl  926 ext/mbstring/php_mbregex.c 							smart_str_appendl(pbuf, string + regs->beg[n], regs->end[n] - regs->beg[n]);
smart_str_appendl  931 ext/mbstring/php_mbregex.c 						smart_str_appendl(pbuf, p, fwd);
smart_str_appendl  951 ext/mbstring/php_mbregex.c 				smart_str_appendl(&out_buf, Z_STRVAL(v), Z_STRLEN(v));
smart_str_appendl  977 ext/mbstring/php_mbregex.c 					smart_str_appendl(&out_buf, Z_STRVAL_P(retval_ptr), Z_STRLEN_P(retval_ptr));
smart_str_appendl  994 ext/mbstring/php_mbregex.c 					smart_str_appendl(&out_buf, pos, 1); 
smart_str_appendl 1001 ext/mbstring/php_mbregex.c 				smart_str_appendl(&out_buf, pos, string_lim - pos);
smart_str_appendl  646 ext/mysqli/mysqli_api.c 			smart_str_appendl(str, ", ", sizeof(", ") - 1);
smart_str_appendl  648 ext/mysqli/mysqli_api.c 		smart_str_appendl(str, "AND CHAIN", sizeof("AND CHAIN") - 1);
smart_str_appendl  651 ext/mysqli/mysqli_api.c 			smart_str_appendl(str, ", ", sizeof(", ") - 1);
smart_str_appendl  653 ext/mysqli/mysqli_api.c 		smart_str_appendl(str, "AND NO CHAIN", sizeof("AND NO CHAIN") - 1);
smart_str_appendl  658 ext/mysqli/mysqli_api.c 			smart_str_appendl(str, ", ", sizeof(", ") - 1);
smart_str_appendl  660 ext/mysqli/mysqli_api.c 		smart_str_appendl(str, "RELEASE", sizeof("RELEASE") - 1);
smart_str_appendl  663 ext/mysqli/mysqli_api.c 			smart_str_appendl(str, ", ", sizeof(", ") - 1);
smart_str_appendl  665 ext/mysqli/mysqli_api.c 		smart_str_appendl(str, "NO RELEASE", sizeof("NO RELEASE") - 1);
smart_str_appendl 1058 ext/mysqli/mysqli_nonapi.c 			smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 1060 ext/mysqli/mysqli_nonapi.c 		smart_str_appendl(&tmp_str, "WITH CONSISTENT SNAPSHOT", sizeof("WITH CONSISTENT SNAPSHOT") - 1);
smart_str_appendl 1064 ext/mysqli/mysqli_nonapi.c 			smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 1066 ext/mysqli/mysqli_nonapi.c 		smart_str_appendl(&tmp_str, "READ WRITE", sizeof("READ WRITE") - 1);
smart_str_appendl 1070 ext/mysqli/mysqli_nonapi.c 			smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 1072 ext/mysqli/mysqli_nonapi.c 		smart_str_appendl(&tmp_str, "READ ONLY", sizeof("READ ONLY") - 1);
smart_str_appendl 2655 ext/mysqlnd/mysqlnd.c 			smart_str_appendl(str, ", ", sizeof(", ") - 1);
smart_str_appendl 2657 ext/mysqlnd/mysqlnd.c 		smart_str_appendl(str, "AND CHAIN", sizeof("AND CHAIN") - 1);
smart_str_appendl 2660 ext/mysqlnd/mysqlnd.c 			smart_str_appendl(str, ", ", sizeof(", ") - 1);
smart_str_appendl 2662 ext/mysqlnd/mysqlnd.c 		smart_str_appendl(str, "AND NO CHAIN", sizeof("AND NO CHAIN") - 1);
smart_str_appendl 2667 ext/mysqlnd/mysqlnd.c 			smart_str_appendl(str, ", ", sizeof(", ") - 1);
smart_str_appendl 2669 ext/mysqlnd/mysqlnd.c 		smart_str_appendl(str, "RELEASE", sizeof("RELEASE") - 1);
smart_str_appendl 2672 ext/mysqlnd/mysqlnd.c 			smart_str_appendl(str, ", ", sizeof(", ") - 1);
smart_str_appendl 2674 ext/mysqlnd/mysqlnd.c 		smart_str_appendl(str, "NO RELEASE", sizeof("NO RELEASE") - 1);
smart_str_appendl 2735 ext/mysqlnd/mysqlnd.c 					smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 2737 ext/mysqlnd/mysqlnd.c 				smart_str_appendl(&tmp_str, "WITH CONSISTENT SNAPSHOT", sizeof("WITH CONSISTENT SNAPSHOT") - 1);
smart_str_appendl 2741 ext/mysqlnd/mysqlnd.c 					smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 2743 ext/mysqlnd/mysqlnd.c 				smart_str_appendl(&tmp_str, "READ WRITE", sizeof("READ WRITE") - 1);
smart_str_appendl 2747 ext/mysqlnd/mysqlnd.c 					smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 2749 ext/mysqlnd/mysqlnd.c 				smart_str_appendl(&tmp_str, "READ ONLY", sizeof("READ ONLY") - 1);
smart_str_appendl  921 ext/pcre/php_pcre.c 			smart_str_appendl(&code, segment, walk - segment);
smart_str_appendl  945 ext/pcre/php_pcre.c 				smart_str_appendl(&code, esc_match, esc_match_len);
smart_str_appendl  958 ext/pcre/php_pcre.c 	smart_str_appendl(&code, segment, walk - segment);
smart_str_appendl 1202 ext/pgsql/pgsql.c 		smart_str_appendl(&str, Z_STRVAL_PP(args[i]), Z_STRLEN_PP(args[i]));
smart_str_appendl 5377 ext/pgsql/pgsql.c 	smart_str_appendl(&str, Z_STRVAL_P(src), Z_STRLEN_P(src));
smart_str_appendl 5949 ext/pgsql/pgsql.c 							smart_str_appendl(&s, Z_STRVAL_P(new_val), Z_STRLEN_P(new_val));
smart_str_appendl 6213 ext/pgsql/pgsql.c 		smart_str_appendl(&querystr, fld, fld_len - 1);
smart_str_appendl 6228 ext/pgsql/pgsql.c 				smart_str_appendl(&querystr, Z_STRVAL_PP(val), Z_STRLEN_PP(val));
smart_str_appendl 6234 ext/pgsql/pgsql.c 				smart_str_appendl(&querystr, buf, snprintf(buf, sizeof(buf), "%F", Z_DVAL_PP(val)));
smart_str_appendl 6328 ext/pgsql/pgsql.c 		smart_str_appendl(querystr, fld, fld_len - 1);
smart_str_appendl 6337 ext/pgsql/pgsql.c 				smart_str_appendl(querystr, Z_STRVAL_PP(val), Z_STRLEN_PP(val));
smart_str_appendl 6343 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 6350 ext/pgsql/pgsql.c 		smart_str_appendl(querystr, pad, pad_len);
smart_str_appendl   85 ext/readline/readline_cli.c 		smart_str_appendl(CLIR_G(prompt_str), str, str_length);
smart_str_appendl  884 ext/session/session.c 			smart_str_appendl(&buf, key, key_length);
smart_str_appendl  889 ext/session/session.c 			smart_str_appendl(&buf, key, key_length);
smart_str_appendl  965 ext/session/session.c 			smart_str_appendl(&buf, key, key_length);
smart_str_appendl  976 ext/session/session.c 			smart_str_appendl(&buf, key, key_length);
smart_str_appendl 2590 ext/session/session.c 					smart_str_appendl(&progress->key, PS(rfc1867_prefix).c, PS(rfc1867_prefix).len);
smart_str_appendl 2591 ext/session/session.c 					smart_str_appendl(&progress->key, *data->value, value_len);
smart_str_appendl  327 ext/soap/php_encoding.c 					smart_str_appendl(&prefix, "#ref", 4);
smart_str_appendl  344 ext/soap/php_encoding.c 					smart_str_appendl(&prefix, "#ref", 4);
smart_str_appendl  423 ext/soap/php_encoding.c 					smart_str_appendl(&nscat, Z_STRVAL_PP(zns), Z_STRLEN_PP(zns));
smart_str_appendl  426 ext/soap/php_encoding.c 				smart_str_appendl(&nscat, Z_STRVAL_PP(zstype), Z_STRLEN_PP(zstype));
smart_str_appendl 2517 ext/soap/php_encoding.c 					smart_str_appendl(&array_type,"xsd:ur-type",sizeof("xsd:ur-type")-1);
smart_str_appendl 3528 ext/soap/php_encoding.c 				smart_str_appendl(&prefix, "ns", 2);
smart_str_appendl 3626 ext/soap/php_encoding.c 		smart_str_appendl(type, "xsd:anyType", sizeof("xsd:anyType")-1);
smart_str_appendl 3688 ext/soap/php_encoding.c 		smart_str_appendl(type, "xsd:anyType", sizeof("xsd:anyType")-1);
smart_str_appendl 3737 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   44 ext/soap/php_http.c 		smart_str_appendl(&auth, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
smart_str_appendl   47 ext/soap/php_http.c 			smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password));
smart_str_appendl   52 ext/soap/php_http.c 		smart_str_appendl(soap_headers, (char*)buf, len);
smart_str_appendl   72 ext/soap/php_http.c 		smart_str_appendl(&auth, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
smart_str_appendl   75 ext/soap/php_http.c 			smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password));
smart_str_appendl   80 ext/soap/php_http.c 		smart_str_appendl(soap_headers, (char*)buf, len);
smart_str_appendl  150 ext/soap/php_http.c 					smart_str_appendl(soap_headers, s, p-s);
smart_str_appendl  585 ext/soap/php_http.c 				smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  593 ext/soap/php_http.c 				smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  732 ext/soap/php_http.c 					smart_str_appendl(&soap_headers, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
smart_str_appendl  736 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  741 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  762 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, nc, 8);
smart_str_appendl  764 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, cnonce, 8);
smart_str_appendl  767 ext/soap/php_http.c 					smart_str_appendl(&soap_headers, response, 32);
smart_str_appendl  771 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  776 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  785 ext/soap/php_http.c 				smart_str_appendl(&auth, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
smart_str_appendl  789 ext/soap/php_http.c 					smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password));
smart_str_appendl  794 ext/soap/php_http.c 				smart_str_appendl(&soap_headers, (char*)buf, len);
smart_str_appendl  832 ext/soap/php_http.c 								smart_str_appendl(&soap_headers, key, strlen(key));
smart_str_appendl  834 ext/soap/php_http.c 								smart_str_appendl(&soap_headers, Z_STRVAL_PP(value), Z_STRLEN_PP(value));
smart_str_appendl  853 ext/soap/php_http.c 		smart_str_appendl(&soap_headers, request, request_size);
smart_str_appendl  967 ext/soap/php_http.c 			smart_str_appendl(&name, cookie, eqpos - cookie);
smart_str_appendl  462 ext/soap/php_schema.c 			smart_str_appendl(&anonymous, "anonymous", sizeof("anonymous")-1);
smart_str_appendl  558 ext/soap/php_schema.c 				smart_str_appendl(&anonymous, "anonymous", sizeof("anonymous")-1);
smart_str_appendl 1927 ext/soap/php_schema.c 				smart_str_appendl(&anonymous, "anonymous", sizeof("anonymous")-1);
smart_str_appendl 1196 ext/soap/php_sdl.c #define WSDL_CACHE_PUT_N(val,n,buf)    smart_str_appendl(buf,(char*)val,n);
smart_str_appendl 3317 ext/soap/php_sdl.c 		smart_str_appendl(&headers, "Connection: close\r\n", sizeof("Connection: close\r\n")-1);
smart_str_appendl 3633 ext/soap/soap.c 						smart_str_appendl(&key, Z_STRVAL(h->function_name), Z_STRLEN(h->function_name));
smart_str_appendl 3879 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 3885 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 4100 ext/soap/soap.c 							smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 4106 ext/soap/soap.c 							smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 4330 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_PP(ns), Z_STRLEN_PP(ns));
smart_str_appendl 4332 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_PP(name), Z_STRLEN_PP(name));
smart_str_appendl 4570 ext/soap/soap.c 				smart_str_appendl(buf, (*param)->encode->details.type_str, strlen((*param)->encode->details.type_str));
smart_str_appendl 4573 ext/soap/soap.c 				smart_str_appendl(buf, "UNKNOWN ", 8);
smart_str_appendl 4577 ext/soap/soap.c 			smart_str_appendl(buf, "list(", 5);
smart_str_appendl 4581 ext/soap/soap.c 					smart_str_appendl(buf, ", ", 2);
smart_str_appendl 4584 ext/soap/soap.c 					smart_str_appendl(buf, (*param)->encode->details.type_str, strlen((*param)->encode->details.type_str));
smart_str_appendl 4586 ext/soap/soap.c 					smart_str_appendl(buf, "UNKNOWN", 7);
smart_str_appendl 4588 ext/soap/soap.c 				smart_str_appendl(buf, " $", 2);
smart_str_appendl 4589 ext/soap/soap.c 				smart_str_appendl(buf, (*param)->paramName, strlen((*param)->paramName));
smart_str_appendl 4593 ext/soap/soap.c 			smart_str_appendl(buf, ") ", 2);
smart_str_appendl 4596 ext/soap/soap.c 		smart_str_appendl(buf, "void ", 5);
smart_str_appendl 4599 ext/soap/soap.c 	smart_str_appendl(buf, function->functionName, strlen(function->functionName));
smart_str_appendl 4607 ext/soap/soap.c 				smart_str_appendl(buf, ", ", 2);
smart_str_appendl 4610 ext/soap/soap.c 				smart_str_appendl(buf, (*param)->encode->details.type_str, strlen((*param)->encode->details.type_str));
smart_str_appendl 4612 ext/soap/soap.c 				smart_str_appendl(buf, "UNKNOWN", 7);
smart_str_appendl 4614 ext/soap/soap.c 			smart_str_appendl(buf, " $", 2);
smart_str_appendl 4615 ext/soap/soap.c 			smart_str_appendl(buf, (*param)->paramName, strlen((*param)->paramName));
smart_str_appendl 4631 ext/soap/soap.c 			smart_str_appendl(buf, ";\n", 2);
smart_str_appendl 4637 ext/soap/soap.c 			smart_str_appendl(buf, "<anyXML> any;\n", sizeof("<anyXML> any;\n")-1);
smart_str_appendl 4667 ext/soap/soap.c 	smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl 4672 ext/soap/soap.c 				smart_str_appendl(buf, type->encode->details.type_str, strlen(type->encode->details.type_str));
smart_str_appendl 4675 ext/soap/soap.c 				smart_str_appendl(buf, "anyType ", sizeof("anyType ")-1);
smart_str_appendl 4677 ext/soap/soap.c 			smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4680 ext/soap/soap.c 			smart_str_appendl(buf, "list ", 5);
smart_str_appendl 4681 ext/soap/soap.c 			smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4685 ext/soap/soap.c 				smart_str_appendl(buf, " {", 2);
smart_str_appendl 4688 ext/soap/soap.c 					smart_str_appendl(buf, (*item_type)->name, strlen((*item_type)->name));
smart_str_appendl 4694 ext/soap/soap.c 			smart_str_appendl(buf, "union ", 6);
smart_str_appendl 4695 ext/soap/soap.c 			smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4700 ext/soap/soap.c 				smart_str_appendl(buf, " {", 2);
smart_str_appendl 4707 ext/soap/soap.c 					smart_str_appendl(buf, (*item_type)->name, strlen((*item_type)->name));
smart_str_appendl 4735 ext/soap/soap.c 						smart_str_appendl(buf, "anyType", sizeof("anyType")-1);
smart_str_appendl 4737 ext/soap/soap.c 						smart_str_appendl(buf, (*ext)->val, len);
smart_str_appendl 4740 ext/soap/soap.c 					smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4762 ext/soap/soap.c 						smart_str_appendl(buf, "anyType ", 8);
smart_str_appendl 4764 ext/soap/soap.c 					smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4774 ext/soap/soap.c 						smart_str_appendl(buf, "[]", 2);
smart_str_appendl 4778 ext/soap/soap.c 				smart_str_appendl(buf, "struct ", 7);
smart_str_appendl 4779 ext/soap/soap.c 				smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4781 ext/soap/soap.c 				smart_str_appendl(buf, "{\n", 2);
smart_str_appendl 4793 ext/soap/soap.c 						smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl 4795 ext/soap/soap.c 						smart_str_appendl(buf, type->encode->details.type_str, strlen(type->encode->details.type_str));
smart_str_appendl 4796 ext/soap/soap.c 						smart_str_appendl(buf, " _;\n", 4);
smart_str_appendl 4807 ext/soap/soap.c 						smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl 4813 ext/soap/soap.c 							smart_str_appendl(buf, "UNKNOWN ", 8);
smart_str_appendl 4816 ext/soap/soap.c 						smart_str_appendl(buf, ";\n", 2);
smart_str_appendl 4820 ext/soap/soap.c 				smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl 1687 ext/spl/spl_array.c 	smart_str_appendl(&buf, "x:", 2);
smart_str_appendl 1697 ext/spl/spl_array.c 	smart_str_appendl(&buf, "m:", 2);
smart_str_appendl  906 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[0], "",    0);
smart_str_appendl  907 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[1], "| ",  2);
smart_str_appendl  908 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[2], "  ",  2);
smart_str_appendl  909 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[3], "|-",  2);
smart_str_appendl  910 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[4], "\\-", 2);
smart_str_appendl  911 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[5], "",    0);
smart_str_appendl  913 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->postfix[0], "",    0);
smart_str_appendl  981 ext/spl/spl_iterators.c 	smart_str_appendl(&str, object->prefix[0].c, object->prefix[0].len);
smart_str_appendl  987 ext/spl/spl_iterators.c 				smart_str_appendl(&str, object->prefix[1].c, object->prefix[1].len);
smart_str_appendl  989 ext/spl/spl_iterators.c 				smart_str_appendl(&str, object->prefix[2].c, object->prefix[2].len);
smart_str_appendl  997 ext/spl/spl_iterators.c 			smart_str_appendl(&str, object->prefix[3].c, object->prefix[3].len);
smart_str_appendl  999 ext/spl/spl_iterators.c 			smart_str_appendl(&str, object->prefix[4].c, object->prefix[4].len);
smart_str_appendl 1004 ext/spl/spl_iterators.c 	smart_str_appendl(&str, object->prefix[5].c, object->prefix[5].len);
smart_str_appendl 1061 ext/spl/spl_iterators.c 	smart_str_appendl(&object->prefix[part], prefix, prefix_len);
smart_str_appendl 1089 ext/spl/spl_iterators.c 	smart_str_appendl(&object->postfix[0], postfix, postfix_len);
smart_str_appendl  759 ext/spl/spl_observer.c 	smart_str_appendl(&buf, "x:", 2);
smart_str_appendl  781 ext/spl/spl_observer.c 	smart_str_appendl(&buf, "m:", 2);
smart_str_appendl 1909 ext/standard/file.c 			smart_str_appendl(&csvline, Z_STRVAL(field), Z_STRLEN(field));
smart_str_appendl 1913 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  148 ext/standard/http.c 				smart_str_appendl(formstr, arg_sep, arg_sep_len);
smart_str_appendl  151 ext/standard/http.c 			smart_str_appendl(formstr, key_prefix, key_prefix_len);
smart_str_appendl  158 ext/standard/http.c 				smart_str_appendl(formstr, ekey, ekey_len);
smart_str_appendl  163 ext/standard/http.c 					smart_str_appendl(formstr, num_prefix, num_prefix_len);
smart_str_appendl  166 ext/standard/http.c 				smart_str_appendl(formstr, ekey, ekey_len);
smart_str_appendl  169 ext/standard/http.c 			smart_str_appendl(formstr, key_suffix, key_suffix_len);
smart_str_appendl  170 ext/standard/http.c 			smart_str_appendl(formstr, "=", 1);
smart_str_appendl  199 ext/standard/http.c 			smart_str_appendl(formstr, ekey, ekey_len);
smart_str_appendl  226 ext/standard/http_fopen_wrapper.c 		smart_str_appendl(&header, "CONNECT ", sizeof("CONNECT ")-1);
smart_str_appendl  230 ext/standard/http_fopen_wrapper.c 		smart_str_appendl(&header, " HTTP/1.0\r\n", sizeof(" HTTP/1.0\r\n")-1);
smart_str_appendl  255 ext/standard/http_fopen_wrapper.c 									smart_str_appendl(&header, s, p - s);
smart_str_appendl  256 ext/standard/http_fopen_wrapper.c 									smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1);
smart_str_appendl  279 ext/standard/http_fopen_wrapper.c 							smart_str_appendl(&header, s, p - s);
smart_str_appendl  280 ext/standard/http_fopen_wrapper.c 							smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1);
smart_str_appendl  292 ext/standard/http_fopen_wrapper.c 		smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1);
smart_str_appendl  434 ext/standard/http_fopen_wrapper.c 					smart_str_appendl(&tmpstr, Z_STRVAL_PP(tmpheader), Z_STRLEN_PP(tmpheader));
smart_str_appendl  435 ext/standard/http_fopen_wrapper.c 					smart_str_appendl(&tmpstr, "\r\n", sizeof("\r\n") - 1);
smart_str_appendl   79 ext/standard/php_smart_str.h 	smart_str_appendl((dest), (src), strlen(src))
smart_str_appendl 1150 ext/standard/string.c 				smart_str_appendl(&implstr, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 1156 ext/standard/string.c 				smart_str_appendl(&implstr, stmp, str_len);
smart_str_appendl 1162 ext/standard/string.c 					smart_str_appendl(&implstr, "1", sizeof("1")-1);
smart_str_appendl 1172 ext/standard/string.c 				smart_str_appendl(&implstr, stmp, str_len);
smart_str_appendl 1181 ext/standard/string.c 				smart_str_appendl(&implstr, Z_STRVAL(expr), Z_STRLEN(expr));
smart_str_appendl 1192 ext/standard/string.c 				smart_str_appendl(&implstr, Z_STRVAL(tmp_val), Z_STRLEN(tmp_val));
smart_str_appendl 1199 ext/standard/string.c 			smart_str_appendl(&implstr, Z_STRVAL_P(delim), Z_STRLEN_P(delim));
smart_str_appendl 3064 ext/standard/string.c 				smart_str_appendl(&result, &S(text)[nextwpos], pos - nextwpos);
smart_str_appendl 3065 ext/standard/string.c 				smart_str_appendl(&result, S(&pnr->repl), L(&pnr->repl));
smart_str_appendl 3076 ext/standard/string.c 	smart_str_appendl(&result, &S(text)[nextwpos], L(text) - nextwpos);
smart_str_appendl  186 ext/standard/url_scanner_ex.c 		smart_str_appendl(dest, url->c, bash - url->c);
smart_str_appendl  194 ext/standard/url_scanner_ex.c 		smart_str_appendl(dest, bash, q - bash);
smart_str_appendl  250 ext/standard/url_scanner_ex.c 	smart_str_appendl(&ctx->result, start, YYCURSOR - start);
smart_str_appendl  307 ext/standard/url_scanner_ex.c 	smart_str_appendl(&ctx->tag, start, YYCURSOR - start);
smart_str_appendl  318 ext/standard/url_scanner_ex.c 	smart_str_appendl(&ctx->arg, start, YYCURSOR - start);
smart_str_appendl  334 ext/standard/url_scanner_ex.c 	smart_str_appendl(&ctx->buf, newdata, newlen);
smart_str_appendl  886 ext/standard/url_scanner_ex.c 		smart_str_appendl(&ctx->result, "", 0);
smart_str_appendl  890 ext/standard/url_scanner_ex.c 		smart_str_appendl(&ctx->result, ctx->buf.c, ctx->buf.len);
smart_str_appendl  939 ext/standard/url_scanner_ex.c 			smart_str_appendl(&ctx->result, ctx->buf.c, ctx->buf.len);
smart_str_appendl  940 ext/standard/url_scanner_ex.c 			smart_str_appendl(&ctx->result, output, output_len);
smart_str_appendl  980 ext/standard/url_scanner_ex.c 	smart_str_appendl(&BG(url_adapt_state_ex).url_app, name, name_len);
smart_str_appendl  985 ext/standard/url_scanner_ex.c 	smart_str_appendl(&BG(url_adapt_state_ex).form_app, name, name_len);
smart_str_appendl  340 ext/standard/var.c 		smart_str_appendl(buf, tmp_spaces, tmp_spaces_len); \
smart_str_appendl  355 ext/standard/var.c 		smart_str_appendl(buf, " => ", 4);
smart_str_appendl  366 ext/standard/var.c 		smart_str_appendl(buf, tmp_str, tmp_len);
smart_str_appendl  367 ext/standard/var.c 		smart_str_appendl(buf, "' => ", 5);
smart_str_appendl  402 ext/standard/var.c 		smart_str_appendl(buf, pname_esc, pname_esc_len);
smart_str_appendl  408 ext/standard/var.c 	smart_str_appendl(buf, " => ", 4);
smart_str_appendl  427 ext/standard/var.c 			smart_str_appendl(buf, "true", 4);
smart_str_appendl  429 ext/standard/var.c 			smart_str_appendl(buf, "false", 5);
smart_str_appendl  433 ext/standard/var.c 		smart_str_appendl(buf, "NULL", 4);
smart_str_appendl  440 ext/standard/var.c 		smart_str_appendl(buf, tmp_str, tmp_len);
smart_str_appendl  448 ext/standard/var.c 		smart_str_appendl(buf, tmp_str2, tmp_len2);
smart_str_appendl  457 ext/standard/var.c 			smart_str_appendl(buf, "NULL", 4);
smart_str_appendl  465 ext/standard/var.c 		smart_str_appendl(buf, "array (\n", 8);
smart_str_appendl  478 ext/standard/var.c 			smart_str_appendl(buf, "NULL", 4);
smart_str_appendl  488 ext/standard/var.c 		smart_str_appendl(buf, class_name, class_name_len);
smart_str_appendl  489 ext/standard/var.c 		smart_str_appendl(buf, "::__set_state(array(\n", 21);
smart_str_appendl  498 ext/standard/var.c 		smart_str_appendl(buf, "))", 2);
smart_str_appendl  502 ext/standard/var.c 		smart_str_appendl(buf, "NULL", 4);
smart_str_appendl  587 ext/standard/var.c 	smart_str_appendl(buf, "i:", 2);
smart_str_appendl  595 ext/standard/var.c 	smart_str_appendl(buf, "s:", 2);
smart_str_appendl  597 ext/standard/var.c 	smart_str_appendl(buf, ":\"", 2);
smart_str_appendl  598 ext/standard/var.c 	smart_str_appendl(buf, str, len);
smart_str_appendl  599 ext/standard/var.c 	smart_str_appendl(buf, "\";", 2);
smart_str_appendl  608 ext/standard/var.c 	smart_str_appendl(buf, "O:", 2);
smart_str_appendl  610 ext/standard/var.c 	smart_str_appendl(buf, ":\"", 2);
smart_str_appendl  611 ext/standard/var.c 	smart_str_appendl(buf, class_name, name_len);
smart_str_appendl  612 ext/standard/var.c 	smart_str_appendl(buf, "\":", 2);
smart_str_appendl  631 ext/standard/var.c 	smart_str_appendl(buf, ":{", 2);
smart_str_appendl  663 ext/standard/var.c 				smart_str_appendl(buf,"N;", 2);
smart_str_appendl  721 ext/standard/var.c 			smart_str_appendl(buf, "R:", 2);
smart_str_appendl  726 ext/standard/var.c 			smart_str_appendl(buf, "r:", 2);
smart_str_appendl  735 ext/standard/var.c 			smart_str_appendl(buf, "b:", 2);
smart_str_appendl  741 ext/standard/var.c 			smart_str_appendl(buf, "N;", 2);
smart_str_appendl  751 ext/standard/var.c 				smart_str_appendl(buf, "d:", 2);
smart_str_appendl  780 ext/standard/var.c 						smart_str_appendl(buf, "C:", 2);
smart_str_appendl  782 ext/standard/var.c 						smart_str_appendl(buf, ":\"", 2);
smart_str_appendl  783 ext/standard/var.c 						smart_str_appendl(buf, Z_OBJCE_P(struc)->name, Z_OBJCE_P(struc)->name_length);
smart_str_appendl  784 ext/standard/var.c 						smart_str_appendl(buf, "\":", 2);
smart_str_appendl  787 ext/standard/var.c 						smart_str_appendl(buf, ":{", 2);
smart_str_appendl  788 ext/standard/var.c 						smart_str_appendl(buf, serialized_data, serialized_length);
smart_str_appendl  791 ext/standard/var.c 						smart_str_appendl(buf, "N;", 2);
smart_str_appendl  821 ext/standard/var.c 								smart_str_appendl(buf,"N;", 2);
smart_str_appendl  837 ext/standard/var.c 				smart_str_appendl(buf, "a:", 2);
smart_str_appendl  850 ext/standard/var.c 			smart_str_appendl(buf, ":{", 2);
smart_str_appendl  884 ext/standard/var.c 						smart_str_appendl(buf, "N;", 2);
smart_str_appendl  900 ext/standard/var.c 			smart_str_appendl(buf, "i:0;", 4);
smart_str_appendl   52 ext/wddx/php_wddx_api.h #define php_wddx_add_chunk_ex(packet, str, len)	smart_str_appendl(packet, str, len)
smart_str_appendl   53 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  138 main/spprintf.c 	smart_str_appendl(xbuf, s, slen);	\
smart_str_appendl  334 sapi/apache2filter/php_functions.c 			smart_str_appendl(&tmp1, s, (p - s));
smart_str_appendl  385 sapi/apache2handler/php_functions.c 			smart_str_appendl(&tmp1, s, (p - s));
smart_str_appendl  655 sapi/cli/php_cli_server.c 		smart_str_appendl(&buffer, "\r\n", 2);
smart_str_appendl  667 sapi/cli/php_cli_server.c 		smart_str_appendl(&buffer, h->header, h->header_len);
smart_str_appendl  668 sapi/cli/php_cli_server.c 		smart_str_appendl(&buffer, "\r\n", 2);
smart_str_appendl  671 sapi/cli/php_cli_server.c 	smart_str_appendl(&buffer, "\r\n", 2);
smart_str_appendl  156 sapi/thttpd/thttpd.c # define ADD_VEC(str,l) smart_str_appendl(&vec_str, (str), (l))