smart_str_appendl 1320 ext/curl/interface.c 				smart_str_appendl(&t->buf, data, (int) length);
smart_str_appendl 1613 ext/curl/interface.c 				smart_str_appendl(&ch->handlers->write->buf, data, (int) length);
smart_str_appendl 1205 ext/date/php_date.c 		smart_str_appendl(&string, buffer, length);
smart_str_appendl 4315 ext/date/php_date.c 			smart_str_appendl(&string, buffer, length);
smart_str_appendl  214 ext/dom/documenttype.c 				smart_str_appendl(&ret_buf, xmlOutputBufferGetContent(buff), xmlOutputBufferGetSize(buff));
smart_str_appendl  216 ext/dom/documenttype.c 				smart_str_appendl(&ret_buf, buff->buffer->content, buff->buffer->use);
smart_str_appendl   43 ext/filter/sanitizing_filters.c 			smart_str_appendl(&str, "&#", 2);
smart_str_appendl  805 ext/iconv/iconv.c 		smart_str_appendl(pretval, "", 0);
smart_str_appendl 1164 ext/iconv/iconv.c 	smart_str_appendl(pretval, ": ", sizeof(": ") - 1);
smart_str_appendl 1176 ext/iconv/iconv.c 			smart_str_appendl(pretval, lfchars, lfchars_len);
smart_str_appendl 1181 ext/iconv/iconv.c 		smart_str_appendl(pretval, "=?", sizeof("=?") - 1);
smart_str_appendl 1183 ext/iconv/iconv.c 		smart_str_appendl(pretval, out_charset, out_charset_len);
smart_str_appendl 1284 ext/iconv/iconv.c 				smart_str_appendl(pretval, encoded, encoded_len);
smart_str_appendl 1286 ext/iconv/iconv.c 				smart_str_appendl(pretval, "?=", sizeof("?=") - 1);
smart_str_appendl 1386 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  773 ext/intl/locale/locale_methods.c 			smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  775 ext/intl/locale/locale_methods.c 		smart_str_appendl(loc_name, Z_STRVAL_PP(ele_value) , Z_STRLEN_PP(ele_value));
smart_str_appendl  789 ext/intl/locale/locale_methods.c 		smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  790 ext/intl/locale/locale_methods.c 		smart_str_appendl(loc_name, PRIVATE_PREFIX , sizeof(PRIVATE_PREFIX)-1);
smart_str_appendl  814 ext/intl/locale/locale_methods.c 			smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  815 ext/intl/locale/locale_methods.c 			smart_str_appendl(loc_name, Z_STRVAL_PP(ele_value) , Z_STRLEN_PP(ele_value));
smart_str_appendl  830 ext/intl/locale/locale_methods.c 				smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  831 ext/intl/locale/locale_methods.c 				smart_str_appendl(loc_name, Z_STRVAL_PP(data) , Z_STRLEN_PP(data));
smart_str_appendl  864 ext/intl/locale/locale_methods.c 				smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  865 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  409 ext/json/json.c 		smart_str_appendl(buf, "\"\"", 2);
smart_str_appendl  425 ext/json/json.c 				smart_str_appendl(buf, tmp, l);
smart_str_appendl  441 ext/json/json.c 			smart_str_appendl(buf, "null", 4);
smart_str_appendl  443 ext/json/json.c 			smart_str_appendl(buf, "\"\"", 2);
smart_str_appendl  463 ext/json/json.c 					smart_str_appendl(buf, "\\u0022", 6);
smart_str_appendl  465 ext/json/json.c 					smart_str_appendl(buf, "\\\"", 2);
smart_str_appendl  470 ext/json/json.c 				smart_str_appendl(buf, "\\\\", 2);
smart_str_appendl  477 ext/json/json.c 					smart_str_appendl(buf, "\\/", 2);
smart_str_appendl  482 ext/json/json.c 				smart_str_appendl(buf, "\\b", 2);
smart_str_appendl  486 ext/json/json.c 				smart_str_appendl(buf, "\\f", 2);
smart_str_appendl  490 ext/json/json.c 				smart_str_appendl(buf, "\\n", 2);
smart_str_appendl  494 ext/json/json.c 				smart_str_appendl(buf, "\\r", 2);
smart_str_appendl  498 ext/json/json.c 				smart_str_appendl(buf, "\\t", 2);
smart_str_appendl  503 ext/json/json.c 					smart_str_appendl(buf, "\\u003C", 6);
smart_str_appendl  511 ext/json/json.c 					smart_str_appendl(buf, "\\u003E", 6);
smart_str_appendl  519 ext/json/json.c 					smart_str_appendl(buf, "\\u0026", 6);
smart_str_appendl  527 ext/json/json.c 					smart_str_appendl(buf, "\\u0027", 6);
smart_str_appendl  537 ext/json/json.c 					smart_str_appendl(buf, "\\u", 2);
smart_str_appendl  569 ext/json/json.c 		smart_str_appendl(buf, "null", 4);
smart_str_appendl  577 ext/json/json.c 		smart_str_appendl(buf, "null", sizeof("null") - 1);
smart_str_appendl  584 ext/json/json.c 		smart_str_appendl(buf, "null", sizeof("null") - 1);
smart_str_appendl  606 ext/json/json.c 			smart_str_appendl(buf, "null", 4);
smart_str_appendl  611 ext/json/json.c 				smart_str_appendl(buf, "true", 4);
smart_str_appendl  613 ext/json/json.c 				smart_str_appendl(buf, "false", 5);
smart_str_appendl  629 ext/json/json.c 					smart_str_appendl(buf, d, len);
smart_str_appendl  654 ext/json/json.c 			smart_str_appendl(buf, "null", 4);
smart_str_appendl  545 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   45 ext/mysqli/mysqli_api.c 			smart_str_appendl(str, " ", sizeof(" ") - 1);
smart_str_appendl   47 ext/mysqli/mysqli_api.c 		smart_str_appendl(str, "AND CHAIN", sizeof("AND CHAIN") - 1);
smart_str_appendl   50 ext/mysqli/mysqli_api.c 			smart_str_appendl(str, " ", sizeof(" ") - 1);
smart_str_appendl   52 ext/mysqli/mysqli_api.c 		smart_str_appendl(str, "AND NO CHAIN", sizeof("AND NO CHAIN") - 1);
smart_str_appendl   57 ext/mysqli/mysqli_api.c 			smart_str_appendl(str, " ", sizeof(" ") - 1);
smart_str_appendl   59 ext/mysqli/mysqli_api.c 		smart_str_appendl(str, "RELEASE", sizeof("RELEASE") - 1);
smart_str_appendl   62 ext/mysqli/mysqli_api.c 			smart_str_appendl(str, " ", sizeof(" ") - 1);
smart_str_appendl   64 ext/mysqli/mysqli_api.c 		smart_str_appendl(str, "NO RELEASE", sizeof("NO RELEASE") - 1);
smart_str_appendl 1060 ext/mysqli/mysqli_nonapi.c 			smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 1062 ext/mysqli/mysqli_nonapi.c 		smart_str_appendl(&tmp_str, "WITH CONSISTENT SNAPSHOT", sizeof("WITH CONSISTENT SNAPSHOT") - 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 WRITE", sizeof("READ WRITE") - 1);
smart_str_appendl 1075 ext/mysqli/mysqli_nonapi.c 				smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 1077 ext/mysqli/mysqli_nonapi.c 			smart_str_appendl(&tmp_str, "READ ONLY", sizeof("READ ONLY") - 1);
smart_str_appendl 2669 ext/mysqlnd/mysqlnd.c 			smart_str_appendl(str, " ", sizeof(" ") - 1);
smart_str_appendl 2671 ext/mysqlnd/mysqlnd.c 		smart_str_appendl(str, "AND CHAIN", sizeof("AND CHAIN") - 1);
smart_str_appendl 2674 ext/mysqlnd/mysqlnd.c 			smart_str_appendl(str, " ", sizeof(" ") - 1);
smart_str_appendl 2676 ext/mysqlnd/mysqlnd.c 		smart_str_appendl(str, "AND NO CHAIN", sizeof("AND NO CHAIN") - 1);
smart_str_appendl 2681 ext/mysqlnd/mysqlnd.c 			smart_str_appendl(str, " ", sizeof(" ") - 1);
smart_str_appendl 2683 ext/mysqlnd/mysqlnd.c 		smart_str_appendl(str, "RELEASE", sizeof("RELEASE") - 1);
smart_str_appendl 2686 ext/mysqlnd/mysqlnd.c 			smart_str_appendl(str, " ", sizeof(" ") - 1);
smart_str_appendl 2688 ext/mysqlnd/mysqlnd.c 		smart_str_appendl(str, "NO RELEASE", sizeof("NO RELEASE") - 1);
smart_str_appendl 2795 ext/mysqlnd/mysqlnd.c 					smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 2797 ext/mysqlnd/mysqlnd.c 				smart_str_appendl(&tmp_str, "WITH CONSISTENT SNAPSHOT", sizeof("WITH CONSISTENT SNAPSHOT") - 1);
smart_str_appendl 2807 ext/mysqlnd/mysqlnd.c 						smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 2809 ext/mysqlnd/mysqlnd.c 					smart_str_appendl(&tmp_str, "READ WRITE", sizeof("READ WRITE") - 1);
smart_str_appendl 2812 ext/mysqlnd/mysqlnd.c 						smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 2814 ext/mysqlnd/mysqlnd.c 					smart_str_appendl(&tmp_str, "READ ONLY", sizeof("READ ONLY") - 1);
smart_str_appendl  946 ext/pcre/php_pcre.c 			smart_str_appendl(&code, segment, walk - segment);
smart_str_appendl  970 ext/pcre/php_pcre.c 				smart_str_appendl(&code, esc_match, esc_match_len);
smart_str_appendl  983 ext/pcre/php_pcre.c 	smart_str_appendl(&code, segment, walk - segment);
smart_str_appendl 1254 ext/pgsql/pgsql.c 		smart_str_appendl(&str, Z_STRVAL_PP(args[i]), Z_STRLEN_PP(args[i]));
smart_str_appendl 5141 ext/pgsql/pgsql.c 		smart_str_appendl(&querystr, escaped, new_len);
smart_str_appendl 5149 ext/pgsql/pgsql.c 		smart_str_appendl(&querystr, escaped, new_len);
smart_str_appendl 5389 ext/pgsql/pgsql.c 	smart_str_appendl(&str, Z_STRVAL_P(src), Z_STRLEN_P(src));
smart_str_appendl 5960 ext/pgsql/pgsql.c 							smart_str_appendl(&s, Z_STRVAL_P(new_val), Z_STRLEN_P(new_val));
smart_str_appendl 6149 ext/pgsql/pgsql.c 		smart_str_appendl(querystr, token, len);
smart_str_appendl 6160 ext/pgsql/pgsql.c 			smart_str_appendl(querystr, tmp, len);
smart_str_appendl 6217 ext/pgsql/pgsql.c 		smart_str_appendl(&querystr, fld, fld_len - 1);
smart_str_appendl 6232 ext/pgsql/pgsql.c 				smart_str_appendl(&querystr, Z_STRVAL_PP(val), Z_STRLEN_PP(val));
smart_str_appendl 6238 ext/pgsql/pgsql.c 				smart_str_appendl(&querystr, buf, snprintf(buf, sizeof(buf), "%F", Z_DVAL_PP(val)));
smart_str_appendl 6332 ext/pgsql/pgsql.c 		smart_str_appendl(querystr, fld, fld_len - 1);
smart_str_appendl 6341 ext/pgsql/pgsql.c 				smart_str_appendl(querystr, Z_STRVAL_PP(val), Z_STRLEN_PP(val));
smart_str_appendl 6347 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 6354 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  893 ext/session/session.c 			smart_str_appendl(&buf, key, key_length);
smart_str_appendl  898 ext/session/session.c 			smart_str_appendl(&buf, key, key_length);
smart_str_appendl  974 ext/session/session.c 			smart_str_appendl(&buf, key, key_length);
smart_str_appendl  985 ext/session/session.c 			smart_str_appendl(&buf, key, key_length);
smart_str_appendl 2650 ext/session/session.c 					smart_str_appendl(&progress->key, PS(rfc1867_prefix).c, PS(rfc1867_prefix).len);
smart_str_appendl 2651 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  426 ext/soap/php_encoding.c 					smart_str_appendl(&nscat, Z_STRVAL_PP(zns), Z_STRLEN_PP(zns));
smart_str_appendl  429 ext/soap/php_encoding.c 				smart_str_appendl(&nscat, Z_STRVAL_PP(zstype), Z_STRLEN_PP(zstype));
smart_str_appendl 2524 ext/soap/php_encoding.c 					smart_str_appendl(&array_type,"xsd:ur-type",sizeof("xsd:ur-type")-1);
smart_str_appendl 3535 ext/soap/php_encoding.c 				smart_str_appendl(&prefix, "ns", 2);
smart_str_appendl 3633 ext/soap/php_encoding.c 		smart_str_appendl(type, "xsd:anyType", sizeof("xsd:anyType")-1);
smart_str_appendl 3698 ext/soap/php_encoding.c 		smart_str_appendl(type, "xsd:anyType", sizeof("xsd:anyType")-1);
smart_str_appendl 3747 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   45 ext/soap/php_http.c 		smart_str_appendl(&auth, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
smart_str_appendl   49 ext/soap/php_http.c 			smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password));
smart_str_appendl   54 ext/soap/php_http.c 		smart_str_appendl(soap_headers, (char*)buf, len);
smart_str_appendl   75 ext/soap/php_http.c 		smart_str_appendl(&auth, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
smart_str_appendl   79 ext/soap/php_http.c 			smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password));
smart_str_appendl   84 ext/soap/php_http.c 		smart_str_appendl(soap_headers, (char*)buf, len);
smart_str_appendl  154 ext/soap/php_http.c 					smart_str_appendl(soap_headers, s, p-s);
smart_str_appendl  590 ext/soap/php_http.c 				smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  598 ext/soap/php_http.c 				smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  737 ext/soap/php_http.c 					smart_str_appendl(&soap_headers, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
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  746 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  767 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, nc, 8);
smart_str_appendl  769 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, cnonce, 8);
smart_str_appendl  772 ext/soap/php_http.c 					smart_str_appendl(&soap_headers, response, 32);
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  781 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl  790 ext/soap/php_http.c 				smart_str_appendl(&auth, Z_STRVAL_PP(login), Z_STRLEN_PP(login));
smart_str_appendl  794 ext/soap/php_http.c 					smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password));
smart_str_appendl  799 ext/soap/php_http.c 				smart_str_appendl(&soap_headers, (char*)buf, len);
smart_str_appendl  841 ext/soap/php_http.c 								smart_str_appendl(&soap_headers, key, strlen(key));
smart_str_appendl  843 ext/soap/php_http.c 								smart_str_appendl(&soap_headers, Z_STRVAL_PP(value), Z_STRLEN_PP(value));
smart_str_appendl  862 ext/soap/php_http.c 		smart_str_appendl(&soap_headers, request, request_size);
smart_str_appendl  977 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 3668 ext/soap/soap.c 						smart_str_appendl(&key, Z_STRVAL(h->function_name), Z_STRLEN(h->function_name));
smart_str_appendl 3914 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 3920 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 4137 ext/soap/soap.c 							smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 4143 ext/soap/soap.c 							smart_str_appendl(&key, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 4368 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_PP(ns), Z_STRLEN_PP(ns));
smart_str_appendl 4370 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_PP(name), Z_STRLEN_PP(name));
smart_str_appendl 4609 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 ", 8);
smart_str_appendl 4616 ext/soap/soap.c 			smart_str_appendl(buf, "list(", 5);
smart_str_appendl 4620 ext/soap/soap.c 					smart_str_appendl(buf, ", ", 2);
smart_str_appendl 4623 ext/soap/soap.c 					smart_str_appendl(buf, (*param)->encode->details.type_str, strlen((*param)->encode->details.type_str));
smart_str_appendl 4625 ext/soap/soap.c 					smart_str_appendl(buf, "UNKNOWN", 7);
smart_str_appendl 4627 ext/soap/soap.c 				smart_str_appendl(buf, " $", 2);
smart_str_appendl 4628 ext/soap/soap.c 				smart_str_appendl(buf, (*param)->paramName, strlen((*param)->paramName));
smart_str_appendl 4632 ext/soap/soap.c 			smart_str_appendl(buf, ") ", 2);
smart_str_appendl 4635 ext/soap/soap.c 		smart_str_appendl(buf, "void ", 5);
smart_str_appendl 4638 ext/soap/soap.c 	smart_str_appendl(buf, function->functionName, strlen(function->functionName));
smart_str_appendl 4646 ext/soap/soap.c 				smart_str_appendl(buf, ", ", 2);
smart_str_appendl 4649 ext/soap/soap.c 				smart_str_appendl(buf, (*param)->encode->details.type_str, strlen((*param)->encode->details.type_str));
smart_str_appendl 4651 ext/soap/soap.c 				smart_str_appendl(buf, "UNKNOWN", 7);
smart_str_appendl 4653 ext/soap/soap.c 			smart_str_appendl(buf, " $", 2);
smart_str_appendl 4654 ext/soap/soap.c 			smart_str_appendl(buf, (*param)->paramName, strlen((*param)->paramName));
smart_str_appendl 4670 ext/soap/soap.c 			smart_str_appendl(buf, ";\n", 2);
smart_str_appendl 4676 ext/soap/soap.c 			smart_str_appendl(buf, "<anyXML> any;\n", sizeof("<anyXML> any;\n")-1);
smart_str_appendl 4706 ext/soap/soap.c 	smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl 4711 ext/soap/soap.c 				smart_str_appendl(buf, type->encode->details.type_str, strlen(type->encode->details.type_str));
smart_str_appendl 4714 ext/soap/soap.c 				smart_str_appendl(buf, "anyType ", sizeof("anyType ")-1);
smart_str_appendl 4716 ext/soap/soap.c 			smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4719 ext/soap/soap.c 			smart_str_appendl(buf, "list ", 5);
smart_str_appendl 4720 ext/soap/soap.c 			smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4724 ext/soap/soap.c 				smart_str_appendl(buf, " {", 2);
smart_str_appendl 4727 ext/soap/soap.c 					smart_str_appendl(buf, (*item_type)->name, strlen((*item_type)->name));
smart_str_appendl 4733 ext/soap/soap.c 			smart_str_appendl(buf, "union ", 6);
smart_str_appendl 4734 ext/soap/soap.c 			smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4739 ext/soap/soap.c 				smart_str_appendl(buf, " {", 2);
smart_str_appendl 4746 ext/soap/soap.c 					smart_str_appendl(buf, (*item_type)->name, strlen((*item_type)->name));
smart_str_appendl 4775 ext/soap/soap.c 						smart_str_appendl(buf, "anyType", sizeof("anyType")-1);
smart_str_appendl 4777 ext/soap/soap.c 						smart_str_appendl(buf, (*ext)->val, len);
smart_str_appendl 4780 ext/soap/soap.c 					smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4803 ext/soap/soap.c 						smart_str_appendl(buf, "anyType ", 8);
smart_str_appendl 4805 ext/soap/soap.c 					smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4816 ext/soap/soap.c 						smart_str_appendl(buf, "[]", 2);
smart_str_appendl 4820 ext/soap/soap.c 				smart_str_appendl(buf, "struct ", 7);
smart_str_appendl 4821 ext/soap/soap.c 				smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4823 ext/soap/soap.c 				smart_str_appendl(buf, "{\n", 2);
smart_str_appendl 4835 ext/soap/soap.c 						smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl 4837 ext/soap/soap.c 						smart_str_appendl(buf, type->encode->details.type_str, strlen(type->encode->details.type_str));
smart_str_appendl 4838 ext/soap/soap.c 						smart_str_appendl(buf, " _;\n", 4);
smart_str_appendl 4849 ext/soap/soap.c 						smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl 4855 ext/soap/soap.c 							smart_str_appendl(buf, "UNKNOWN ", 8);
smart_str_appendl 4858 ext/soap/soap.c 						smart_str_appendl(buf, ";\n", 2);
smart_str_appendl 4862 ext/soap/soap.c 				smart_str_appendl(buf, spaces.c, spaces.len);
smart_str_appendl 1694 ext/spl/spl_array.c 	smart_str_appendl(&buf, "x:", 2);
smart_str_appendl 1704 ext/spl/spl_array.c 	smart_str_appendl(&buf, "m:", 2);
smart_str_appendl  908 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[0], "",    0);
smart_str_appendl  909 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[1], "| ",  2);
smart_str_appendl  910 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[2], "  ",  2);
smart_str_appendl  911 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[3], "|-",  2);
smart_str_appendl  912 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[4], "\\-", 2);
smart_str_appendl  913 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[5], "",    0);
smart_str_appendl  915 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->postfix[0], "",    0);
smart_str_appendl  983 ext/spl/spl_iterators.c 	smart_str_appendl(&str, object->prefix[0].c, object->prefix[0].len);
smart_str_appendl  989 ext/spl/spl_iterators.c 				smart_str_appendl(&str, object->prefix[1].c, object->prefix[1].len);
smart_str_appendl  991 ext/spl/spl_iterators.c 				smart_str_appendl(&str, object->prefix[2].c, object->prefix[2].len);
smart_str_appendl  999 ext/spl/spl_iterators.c 			smart_str_appendl(&str, object->prefix[3].c, object->prefix[3].len);
smart_str_appendl 1001 ext/spl/spl_iterators.c 			smart_str_appendl(&str, object->prefix[4].c, object->prefix[4].len);
smart_str_appendl 1006 ext/spl/spl_iterators.c 	smart_str_appendl(&str, object->prefix[5].c, object->prefix[5].len);
smart_str_appendl 1063 ext/spl/spl_iterators.c 	smart_str_appendl(&object->prefix[part], prefix, prefix_len);
smart_str_appendl 1091 ext/spl/spl_iterators.c 	smart_str_appendl(&object->postfix[0], postfix, postfix_len);
smart_str_appendl  748 ext/spl/spl_observer.c 	smart_str_appendl(&buf, "x:", 2);
smart_str_appendl  770 ext/spl/spl_observer.c 	smart_str_appendl(&buf, "m:", 2);
smart_str_appendl 1917 ext/standard/file.c 			smart_str_appendl(&csvline, Z_STRVAL(field), Z_STRLEN(field));
smart_str_appendl 1921 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 1160 ext/standard/string.c 				smart_str_appendl(&implstr, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp));
smart_str_appendl 1166 ext/standard/string.c 				smart_str_appendl(&implstr, stmp, str_len);
smart_str_appendl 1172 ext/standard/string.c 					smart_str_appendl(&implstr, "1", sizeof("1")-1);
smart_str_appendl 1182 ext/standard/string.c 				smart_str_appendl(&implstr, stmp, str_len);
smart_str_appendl 1191 ext/standard/string.c 				smart_str_appendl(&implstr, Z_STRVAL(expr), Z_STRLEN(expr));
smart_str_appendl 1202 ext/standard/string.c 				smart_str_appendl(&implstr, Z_STRVAL(tmp_val), Z_STRLEN(tmp_val));
smart_str_appendl 1209 ext/standard/string.c 			smart_str_appendl(&implstr, Z_STRVAL_P(delim), Z_STRLEN_P(delim));
smart_str_appendl 3090 ext/standard/string.c 				smart_str_appendl(&result, &S(text)[nextwpos], pos - nextwpos);
smart_str_appendl 3091 ext/standard/string.c 				smart_str_appendl(&result, S(&pnr->repl), L(&pnr->repl));
smart_str_appendl 3102 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  143 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  660 sapi/cli/php_cli_server.c 		smart_str_appendl(&buffer, "\r\n", 2);
smart_str_appendl  670 sapi/cli/php_cli_server.c 			smart_str_appendl(&buffer, h->header, h->header_len);
smart_str_appendl  671 sapi/cli/php_cli_server.c 			smart_str_appendl(&buffer, "\r\n", 2);
smart_str_appendl  675 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))