smart_str_appendl  886 Zend/zend_ast.c 			smart_str_appendl(str, ZSTR_VAL(key), ZSTR_LEN(key));
smart_str_appendl  916 Zend/zend_ast.c 			smart_str_appendl(str, Z_STRVAL_P(zv), Z_STRLEN_P(zv));
smart_str_appendl 1013 Zend/zend_ast.c 				smart_str_appendl(str, ZSTR_VAL(decl->name), ZSTR_LEN(decl->name));
smart_str_appendl 1050 Zend/zend_ast.c 			smart_str_appendl(str, ZSTR_VAL(decl->name), ZSTR_LEN(decl->name));
smart_str_appendl  558 Zend/zend_exceptions.c 			smart_str_appendl(str, s_tmp, l_tmp);
smart_str_appendl  366 Zend/zend_inheritance.c 		smart_str_appendl(str, class_name, class_name_len);
smart_str_appendl  372 Zend/zend_inheritance.c 			smart_str_appendl(str, "int", 3);
smart_str_appendl  374 Zend/zend_inheritance.c 			smart_str_appendl(str, "bool", 4);
smart_str_appendl  396 Zend/zend_inheritance.c 		smart_str_appendl(&str, ZSTR_VAL(fptr->common.scope->name), strlen(ZSTR_VAL(fptr->common.scope->name)));
smart_str_appendl  429 Zend/zend_inheritance.c 					smart_str_appendl(&str, ZSTR_VAL(arg_info->name), ZSTR_LEN(arg_info->name));
smart_str_appendl  468 Zend/zend_inheritance.c 							smart_str_appendl(&str, Z_STRVAL_P(zv), MIN(Z_STRLEN_P(zv), 10));
smart_str_appendl   28 Zend/zend_smart_str.h 	smart_str_appendl((dest), (src), strlen(src))
smart_str_appendl  118 Zend/zend_smart_str.h 	smart_str_appendl(dest, src, len);
smart_str_appendl 1327 ext/curl/interface.c 				smart_str_appendl(&t->buf, data, (int) length);
smart_str_appendl 1562 ext/curl/interface.c 				smart_str_appendl(&ch->handlers->write->buf, data, (int) length);
smart_str_appendl 1218 ext/date/php_date.c 		smart_str_appendl(&string, buffer, length);
smart_str_appendl 4260 ext/date/php_date.c 			smart_str_appendl(&string, buffer, length);
smart_str_appendl  194 ext/dom/documenttype.c 				smart_str_appendl(&ret_buf, (const char *) xmlOutputBufferGetContent(buff), xmlOutputBufferGetSize(buff));
smart_str_appendl  196 ext/dom/documenttype.c 				smart_str_appendl(&ret_buf, (char *) buff->buffer->content, buff->buffer->use);
smart_str_appendl   43 ext/filter/sanitizing_filters.c 			smart_str_appendl(&str, "&#", 2);
smart_str_appendl  871 ext/iconv/iconv.c 		smart_str_appendl(pretval, "", 0);
smart_str_appendl 1228 ext/iconv/iconv.c 	smart_str_appendl(pretval, ": ", sizeof(": ") - 1);
smart_str_appendl 1240 ext/iconv/iconv.c 			smart_str_appendl(pretval, lfchars, lfchars_len);
smart_str_appendl 1245 ext/iconv/iconv.c 		smart_str_appendl(pretval, "=?", sizeof("=?") - 1);
smart_str_appendl 1247 ext/iconv/iconv.c 		smart_str_appendl(pretval, out_charset, out_charset_len);
smart_str_appendl 1346 ext/iconv/iconv.c 				smart_str_appendl(pretval, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
smart_str_appendl 1348 ext/iconv/iconv.c 				smart_str_appendl(pretval, "?=", sizeof("?=") - 1);
smart_str_appendl 1451 ext/iconv/iconv.c 				smart_str_appendl(pretval, "?=", sizeof("?=") - 1);
smart_str_appendl 4357 ext/imap/php_imap.c 	smart_str_appendl(ret, string, len);
smart_str_appendl  784 ext/intl/locale/locale_methods.c 			smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  786 ext/intl/locale/locale_methods.c 		smart_str_appendl(loc_name, Z_STRVAL_P(ele_value) , Z_STRLEN_P(ele_value));
smart_str_appendl  800 ext/intl/locale/locale_methods.c 		smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  801 ext/intl/locale/locale_methods.c 		smart_str_appendl(loc_name, PRIVATE_PREFIX , sizeof(PRIVATE_PREFIX)-1);
smart_str_appendl  825 ext/intl/locale/locale_methods.c 			smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  826 ext/intl/locale/locale_methods.c 			smart_str_appendl(loc_name, Z_STRVAL_P(ele_value) , Z_STRLEN_P(ele_value));
smart_str_appendl  839 ext/intl/locale/locale_methods.c 				smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  840 ext/intl/locale/locale_methods.c 				smart_str_appendl(loc_name, Z_STRVAL_P(data) , Z_STRLEN_P(data));
smart_str_appendl  872 ext/intl/locale/locale_methods.c 				smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1);
smart_str_appendl  873 ext/intl/locale/locale_methods.c 				smart_str_appendl(loc_name, Z_STRVAL_P(ele_value) , Z_STRLEN_P(ele_value));
smart_str_appendl   89 ext/json/json_encoder.c 			smart_str_appendl(buf, "    ", 4);
smart_str_appendl  114 ext/json/json_encoder.c 	smart_str_appendl(buf, num, len);
smart_str_appendl  133 ext/json/json_encoder.c 		smart_str_appendl(buf, "null", 4);
smart_str_appendl  285 ext/json/json_encoder.c 		smart_str_appendl(buf, "\"\"", 2);
smart_str_appendl  310 ext/json/json_encoder.c 			smart_str_appendl(buf, "null", 4);
smart_str_appendl  332 ext/json/json_encoder.c 				smart_str_appendl(buf, "null", 4);
smart_str_appendl  341 ext/json/json_encoder.c 				smart_str_appendl(buf, "\\u", 2);
smart_str_appendl  348 ext/json/json_encoder.c 			smart_str_appendl(buf, "\\u", 2);
smart_str_appendl  359 ext/json/json_encoder.c 						smart_str_appendl(buf, "\\u0022", 6);
smart_str_appendl  361 ext/json/json_encoder.c 						smart_str_appendl(buf, "\\\"", 2);
smart_str_appendl  366 ext/json/json_encoder.c 					smart_str_appendl(buf, "\\\\", 2);
smart_str_appendl  373 ext/json/json_encoder.c 						smart_str_appendl(buf, "\\/", 2);
smart_str_appendl  378 ext/json/json_encoder.c 					smart_str_appendl(buf, "\\b", 2);
smart_str_appendl  382 ext/json/json_encoder.c 					smart_str_appendl(buf, "\\f", 2);
smart_str_appendl  386 ext/json/json_encoder.c 					smart_str_appendl(buf, "\\n", 2);
smart_str_appendl  390 ext/json/json_encoder.c 					smart_str_appendl(buf, "\\r", 2);
smart_str_appendl  394 ext/json/json_encoder.c 					smart_str_appendl(buf, "\\t", 2);
smart_str_appendl  399 ext/json/json_encoder.c 						smart_str_appendl(buf, "\\u003C", 6);
smart_str_appendl  407 ext/json/json_encoder.c 						smart_str_appendl(buf, "\\u003E", 6);
smart_str_appendl  415 ext/json/json_encoder.c 						smart_str_appendl(buf, "\\u0026", 6);
smart_str_appendl  423 ext/json/json_encoder.c 						smart_str_appendl(buf, "\\u0027", 6);
smart_str_appendl  433 ext/json/json_encoder.c 						smart_str_appendl(buf, "\\u00", sizeof("\\u00")-1);
smart_str_appendl  460 ext/json/json_encoder.c 		smart_str_appendl(buf, "null", 4);
smart_str_appendl  468 ext/json/json_encoder.c 		smart_str_appendl(buf, "null", sizeof("null") - 1);
smart_str_appendl  477 ext/json/json_encoder.c 		smart_str_appendl(buf, "null", sizeof("null") - 1);
smart_str_appendl  501 ext/json/json_encoder.c 			smart_str_appendl(buf, "null", 4);
smart_str_appendl  505 ext/json/json_encoder.c 			smart_str_appendl(buf, "true", 4);
smart_str_appendl  508 ext/json/json_encoder.c 			smart_str_appendl(buf, "false", 5);
smart_str_appendl  544 ext/json/json_encoder.c 			smart_str_appendl(buf, "null", 4);
smart_str_appendl  551 ext/libxml/libxml.c 	smart_str_appendl(&LIBXML(error_buffer), buf, len);
smart_str_appendl  909 ext/mbstring/php_mbregex.c 			smart_str_appendl(&out_buf, (char *)pos, (size_t)((OnigUChar *)(string + regs->beg[0]) - pos));
smart_str_appendl  924 ext/mbstring/php_mbregex.c 							smart_str_appendl(pbuf, string + regs->beg[n], regs->end[n] - regs->beg[n]);
smart_str_appendl  929 ext/mbstring/php_mbregex.c 						smart_str_appendl(pbuf, p, fwd);
smart_str_appendl  949 ext/mbstring/php_mbregex.c 				smart_str_appendl(&out_buf, Z_STRVAL(v), Z_STRLEN(v));
smart_str_appendl  973 ext/mbstring/php_mbregex.c 					smart_str_appendl(&out_buf, Z_STRVAL(retval), Z_STRLEN(retval));
smart_str_appendl  992 ext/mbstring/php_mbregex.c 					smart_str_appendl(&out_buf, (char *)pos, 1);
smart_str_appendl  999 ext/mbstring/php_mbregex.c 				smart_str_appendl(&out_buf, (char *)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 1034 ext/mysqli/mysqli_nonapi.c 			smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 1036 ext/mysqli/mysqli_nonapi.c 		smart_str_appendl(&tmp_str, "WITH CONSISTENT SNAPSHOT", sizeof("WITH CONSISTENT SNAPSHOT") - 1);
smart_str_appendl 1044 ext/mysqli/mysqli_nonapi.c 				smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 1046 ext/mysqli/mysqli_nonapi.c 			smart_str_appendl(&tmp_str, "READ WRITE", sizeof("READ WRITE") - 1);
smart_str_appendl 1049 ext/mysqli/mysqli_nonapi.c 				smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 1051 ext/mysqli/mysqli_nonapi.c 			smart_str_appendl(&tmp_str, "READ ONLY", sizeof("READ ONLY") - 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, "AND CHAIN", sizeof("AND CHAIN") - 1);
smart_str_appendl 2691 ext/mysqlnd/mysqlnd.c 			smart_str_appendl(str, " ", sizeof(" ") - 1);
smart_str_appendl 2693 ext/mysqlnd/mysqlnd.c 		smart_str_appendl(str, "AND NO CHAIN", sizeof("AND NO CHAIN") - 1);
smart_str_appendl 2698 ext/mysqlnd/mysqlnd.c 			smart_str_appendl(str, " ", sizeof(" ") - 1);
smart_str_appendl 2700 ext/mysqlnd/mysqlnd.c 		smart_str_appendl(str, "RELEASE", sizeof("RELEASE") - 1);
smart_str_appendl 2703 ext/mysqlnd/mysqlnd.c 			smart_str_appendl(str, " ", sizeof(" ") - 1);
smart_str_appendl 2705 ext/mysqlnd/mysqlnd.c 		smart_str_appendl(str, "NO RELEASE", sizeof("NO RELEASE") - 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, "WITH CONSISTENT SNAPSHOT", sizeof("WITH CONSISTENT SNAPSHOT") - 1);
smart_str_appendl 2824 ext/mysqlnd/mysqlnd.c 						smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 2826 ext/mysqlnd/mysqlnd.c 					smart_str_appendl(&tmp_str, "READ WRITE", sizeof("READ WRITE") - 1);
smart_str_appendl 2829 ext/mysqlnd/mysqlnd.c 						smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
smart_str_appendl 2831 ext/mysqlnd/mysqlnd.c 					smart_str_appendl(&tmp_str, "READ ONLY", sizeof("READ ONLY") - 1);
smart_str_appendl 1305 ext/pgsql/pgsql.c 		smart_str_appendl(&str, Z_STRVAL(args[i]), Z_STRLEN(args[i]));
smart_str_appendl 5538 ext/pgsql/pgsql.c 		smart_str_appendl(&querystr, escaped, new_len);
smart_str_appendl 5546 ext/pgsql/pgsql.c 		smart_str_appendl(&querystr, escaped, new_len);
smart_str_appendl 5771 ext/pgsql/pgsql.c 	smart_str_appendl(&str, Z_STRVAL_P(src), Z_STRLEN_P(src));
smart_str_appendl 6346 ext/pgsql/pgsql.c 							smart_str_appendl(&s, Z_STRVAL(new_val), Z_STRLEN(new_val));
smart_str_appendl 6518 ext/pgsql/pgsql.c 		smart_str_appendl(querystr, token, len);
smart_str_appendl 6529 ext/pgsql/pgsql.c 			smart_str_appendl(querystr, tmp, len);
smart_str_appendl 6588 ext/pgsql/pgsql.c 			smart_str_appendl(&querystr, ZSTR_VAL(fld), ZSTR_LEN(fld));
smart_str_appendl 6606 ext/pgsql/pgsql.c 					smart_str_appendl(&querystr, tmp, new_len);
smart_str_appendl 6610 ext/pgsql/pgsql.c 					smart_str_appendl(&querystr, Z_STRVAL_P(val), Z_STRLEN_P(val));
smart_str_appendl 6617 ext/pgsql/pgsql.c 				smart_str_appendl(&querystr, buf, snprintf(buf, sizeof(buf), "%F", Z_DVAL_P(val)));
smart_str_appendl 6620 ext/pgsql/pgsql.c 				smart_str_appendl(&querystr, "NULL", sizeof("NULL")-1);
smart_str_appendl 6760 ext/pgsql/pgsql.c 			smart_str_appendl(querystr, ZSTR_VAL(fld), ZSTR_LEN(fld));
smart_str_appendl 6775 ext/pgsql/pgsql.c 					smart_str_appendl(querystr, tmp, new_len);
smart_str_appendl 6779 ext/pgsql/pgsql.c 					smart_str_appendl(querystr, Z_STRVAL_P(val), Z_STRLEN_P(val));
smart_str_appendl 6786 ext/pgsql/pgsql.c 				smart_str_appendl(querystr, buf, MIN(snprintf(buf, sizeof(buf), "%F", Z_DVAL_P(val)), sizeof(buf)-1));
smart_str_appendl 6789 ext/pgsql/pgsql.c 				smart_str_appendl(querystr, "NULL", sizeof("NULL")-1);
smart_str_appendl 6795 ext/pgsql/pgsql.c 		smart_str_appendl(querystr, pad, pad_len);
smart_str_appendl   88 ext/readline/readline_cli.c 		smart_str_appendl(CLIR_G(prompt_str), str, str_length);
smart_str_appendl  928 ext/session/session.c 			smart_str_appendl(&buf, ZSTR_VAL(key), ZSTR_LEN(key));
smart_str_appendl  933 ext/session/session.c 			smart_str_appendl(&buf, ZSTR_VAL(key), ZSTR_LEN(key));
smart_str_appendl 1010 ext/session/session.c 			smart_str_appendl(&buf, ZSTR_VAL(key), ZSTR_LEN(key));
smart_str_appendl 1021 ext/session/session.c 			smart_str_appendl(&buf, ZSTR_VAL(key), ZSTR_LEN(key));
smart_str_appendl 1387 ext/session/session.c 	smart_str_appendl(&ncookie, "Set-Cookie: ", sizeof("Set-Cookie: ")-1);
smart_str_appendl 1388 ext/session/session.c 	smart_str_appendl(&ncookie, ZSTR_VAL(e_session_name), ZSTR_LEN(e_session_name));
smart_str_appendl 1390 ext/session/session.c 	smart_str_appendl(&ncookie, ZSTR_VAL(e_id), ZSTR_LEN(e_id));
smart_str_appendl 1405 ext/session/session.c 			smart_str_appendl(&ncookie, ZSTR_VAL(date_fmt), ZSTR_LEN(date_fmt));
smart_str_appendl 2949 ext/session/session.c 					smart_str_appendl(&progress->key, *data->value, value_len);
smart_str_appendl  319 ext/soap/php_encoding.c 					smart_str_appendl(&prefix, "#ref", 4);
smart_str_appendl  336 ext/soap/php_encoding.c 					smart_str_appendl(&prefix, "#ref", 4);
smart_str_appendl  409 ext/soap/php_encoding.c 					smart_str_appendl(&nscat, Z_STRVAL_P(zns), Z_STRLEN_P(zns));
smart_str_appendl  412 ext/soap/php_encoding.c 				smart_str_appendl(&nscat, Z_STRVAL_P(zstype), Z_STRLEN_P(zstype));
smart_str_appendl 2427 ext/soap/php_encoding.c 					smart_str_appendl(&array_type,"xsd:ur-type",sizeof("xsd:ur-type")-1);
smart_str_appendl 3414 ext/soap/php_encoding.c 				smart_str_appendl(&prefix, "ns", 2);
smart_str_appendl 3505 ext/soap/php_encoding.c 		smart_str_appendl(type, "xsd:anyType", sizeof("xsd:anyType")-1);
smart_str_appendl 3567 ext/soap/php_encoding.c 		smart_str_appendl(type, "xsd:anyType", sizeof("xsd:anyType")-1);
smart_str_appendl 3616 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_P(login), Z_STRLEN_P(login));
smart_str_appendl   48 ext/soap/php_http.c 			smart_str_appendl(&auth, Z_STRVAL_P(password), Z_STRLEN_P(password));
smart_str_appendl   53 ext/soap/php_http.c 		smart_str_appendl(soap_headers, (char*)ZSTR_VAL(buf), ZSTR_LEN(buf));
smart_str_appendl   73 ext/soap/php_http.c 		smart_str_appendl(&auth, Z_STRVAL_P(login), Z_STRLEN_P(login));
smart_str_appendl   77 ext/soap/php_http.c 			smart_str_appendl(&auth, Z_STRVAL_P(password), Z_STRLEN_P(password));
smart_str_appendl   82 ext/soap/php_http.c 		smart_str_appendl(soap_headers, (char*)ZSTR_VAL(buf), ZSTR_LEN(buf));
smart_str_appendl  152 ext/soap/php_http.c 					smart_str_appendl(soap_headers, s, p-s);
smart_str_appendl  592 ext/soap/php_http.c 				smart_str_appendl(&soap_headers, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp));
smart_str_appendl  600 ext/soap/php_http.c 				smart_str_appendl(&soap_headers, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp));
smart_str_appendl  729 ext/soap/php_http.c 					smart_str_appendl(&soap_headers, Z_STRVAL_P(login), Z_STRLEN_P(login));
smart_str_appendl  733 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp));
smart_str_appendl  738 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp));
smart_str_appendl  759 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, nc, 8);
smart_str_appendl  761 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, cnonce, 8);
smart_str_appendl  764 ext/soap/php_http.c 					smart_str_appendl(&soap_headers, response, 32);
smart_str_appendl  768 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp));
smart_str_appendl  773 ext/soap/php_http.c 						smart_str_appendl(&soap_headers, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp));
smart_str_appendl  781 ext/soap/php_http.c 				smart_str_appendl(&auth, Z_STRVAL_P(login), Z_STRLEN_P(login));
smart_str_appendl  785 ext/soap/php_http.c 					smart_str_appendl(&auth, Z_STRVAL_P(password), Z_STRLEN_P(password));
smart_str_appendl  790 ext/soap/php_http.c 				smart_str_appendl(&soap_headers, (char*)ZSTR_VAL(buf), ZSTR_LEN(buf));
smart_str_appendl  853 ext/soap/php_http.c 		smart_str_appendl(&soap_headers, request->val, request->len);
smart_str_appendl  970 ext/soap/php_http.c 			smart_str_appendl(&name, cookie, eqpos - cookie);
smart_str_appendl 1190 ext/soap/php_sdl.c #define WSDL_CACHE_PUT_N(val,n,buf)    smart_str_appendl(buf,(char*)val,n);
smart_str_appendl 3278 ext/soap/php_sdl.c 		smart_str_appendl(&headers, "Connection: close\r\n", sizeof("Connection: close\r\n")-1);
smart_str_appendl 3666 ext/soap/soap.c 						smart_str_appendl(&key, Z_STRVAL(h->function_name), Z_STRLEN(h->function_name));
smart_str_appendl 3907 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp));
smart_str_appendl 3913 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp));
smart_str_appendl 4125 ext/soap/soap.c 							smart_str_appendl(&key, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp));
smart_str_appendl 4131 ext/soap/soap.c 							smart_str_appendl(&key, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp));
smart_str_appendl 4360 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_P(ns), Z_STRLEN_P(ns));
smart_str_appendl 4362 ext/soap/soap.c 					smart_str_appendl(&key, Z_STRVAL_P(name), Z_STRLEN_P(name));
smart_str_appendl 4593 ext/soap/soap.c 				smart_str_appendl(buf, param->encode->details.type_str, strlen(param->encode->details.type_str));
smart_str_appendl 4596 ext/soap/soap.c 				smart_str_appendl(buf, "UNKNOWN ", 8);
smart_str_appendl 4600 ext/soap/soap.c 			smart_str_appendl(buf, "list(", 5);
smart_str_appendl 4603 ext/soap/soap.c 					smart_str_appendl(buf, ", ", 2);
smart_str_appendl 4606 ext/soap/soap.c 					smart_str_appendl(buf, param->encode->details.type_str, strlen(param->encode->details.type_str));
smart_str_appendl 4608 ext/soap/soap.c 					smart_str_appendl(buf, "UNKNOWN", 7);
smart_str_appendl 4610 ext/soap/soap.c 				smart_str_appendl(buf, " $", 2);
smart_str_appendl 4611 ext/soap/soap.c 				smart_str_appendl(buf, param->paramName, strlen(param->paramName));
smart_str_appendl 4614 ext/soap/soap.c 			smart_str_appendl(buf, ") ", 2);
smart_str_appendl 4617 ext/soap/soap.c 		smart_str_appendl(buf, "void ", 5);
smart_str_appendl 4620 ext/soap/soap.c 	smart_str_appendl(buf, function->functionName, strlen(function->functionName));
smart_str_appendl 4627 ext/soap/soap.c 				smart_str_appendl(buf, ", ", 2);
smart_str_appendl 4630 ext/soap/soap.c 				smart_str_appendl(buf, param->encode->details.type_str, strlen(param->encode->details.type_str));
smart_str_appendl 4632 ext/soap/soap.c 				smart_str_appendl(buf, "UNKNOWN", 7);
smart_str_appendl 4634 ext/soap/soap.c 			smart_str_appendl(buf, " $", 2);
smart_str_appendl 4635 ext/soap/soap.c 			smart_str_appendl(buf, param->paramName, strlen(param->paramName));
smart_str_appendl 4650 ext/soap/soap.c 			smart_str_appendl(buf, ";\n", 2);
smart_str_appendl 4656 ext/soap/soap.c 			smart_str_appendl(buf, "<anyXML> any;\n", sizeof("<anyXML> any;\n")-1);
smart_str_appendl 4684 ext/soap/soap.c 		smart_str_appendl(buf, ZSTR_VAL(spaces.s), ZSTR_LEN(spaces.s));
smart_str_appendl 4689 ext/soap/soap.c 				smart_str_appendl(buf, type->encode->details.type_str, strlen(type->encode->details.type_str));
smart_str_appendl 4692 ext/soap/soap.c 				smart_str_appendl(buf, "anyType ", sizeof("anyType ")-1);
smart_str_appendl 4694 ext/soap/soap.c 			smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4697 ext/soap/soap.c 			smart_str_appendl(buf, "list ", 5);
smart_str_appendl 4698 ext/soap/soap.c 			smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4702 ext/soap/soap.c 				smart_str_appendl(buf, " {", 2);
smart_str_appendl 4704 ext/soap/soap.c 					smart_str_appendl(buf, item_type->name, strlen(item_type->name));
smart_str_appendl 4710 ext/soap/soap.c 			smart_str_appendl(buf, "union ", 6);
smart_str_appendl 4711 ext/soap/soap.c 			smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4716 ext/soap/soap.c 				smart_str_appendl(buf, " {", 2);
smart_str_appendl 4722 ext/soap/soap.c 					smart_str_appendl(buf, item_type->name, strlen(item_type->name));
smart_str_appendl 4749 ext/soap/soap.c 						smart_str_appendl(buf, "anyType", sizeof("anyType")-1);
smart_str_appendl 4751 ext/soap/soap.c 						smart_str_appendl(buf, ext->val, len);
smart_str_appendl 4754 ext/soap/soap.c 					smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4775 ext/soap/soap.c 						smart_str_appendl(buf, "anyType ", 8);
smart_str_appendl 4777 ext/soap/soap.c 					smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4787 ext/soap/soap.c 						smart_str_appendl(buf, "[]", 2);
smart_str_appendl 4791 ext/soap/soap.c 				smart_str_appendl(buf, "struct ", 7);
smart_str_appendl 4792 ext/soap/soap.c 				smart_str_appendl(buf, type->name, strlen(type->name));
smart_str_appendl 4794 ext/soap/soap.c 				smart_str_appendl(buf, "{\n", 2);
smart_str_appendl 4807 ext/soap/soap.c 							smart_str_appendl(buf, ZSTR_VAL(spaces.s), ZSTR_LEN(spaces.s));
smart_str_appendl 4810 ext/soap/soap.c 						smart_str_appendl(buf, type->encode->details.type_str, strlen(type->encode->details.type_str));
smart_str_appendl 4811 ext/soap/soap.c 						smart_str_appendl(buf, " _;\n", 4);
smart_str_appendl 4822 ext/soap/soap.c 							smart_str_appendl(buf, ZSTR_VAL(spaces.s), ZSTR_LEN(spaces.s));
smart_str_appendl 4829 ext/soap/soap.c 							smart_str_appendl(buf, "UNKNOWN ", 8);
smart_str_appendl 4832 ext/soap/soap.c 						smart_str_appendl(buf, ";\n", 2);
smart_str_appendl 4836 ext/soap/soap.c 					smart_str_appendl(buf, ZSTR_VAL(spaces.s), ZSTR_LEN(spaces.s));
smart_str_appendl 1686 ext/spl/spl_array.c 	smart_str_appendl(&buf, "x:", 2);
smart_str_appendl 1695 ext/spl/spl_array.c 	smart_str_appendl(&buf, "m:", 2);
smart_str_appendl  960 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[0], "",    0);
smart_str_appendl  961 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[1], "| ",  2);
smart_str_appendl  962 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[2], "  ",  2);
smart_str_appendl  963 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[3], "|-",  2);
smart_str_appendl  964 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[4], "\\-", 2);
smart_str_appendl  965 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->prefix[5], "",    0);
smart_str_appendl  967 ext/spl/spl_iterators.c 		smart_str_appendl(&intern->postfix[0], "",    0);
smart_str_appendl 1034 ext/spl/spl_iterators.c 	smart_str_appendl(&str, ZSTR_VAL(object->prefix[0].s), ZSTR_LEN(object->prefix[0].s));
smart_str_appendl 1040 ext/spl/spl_iterators.c 				smart_str_appendl(&str, ZSTR_VAL(object->prefix[1].s), ZSTR_LEN(object->prefix[1].s));
smart_str_appendl 1042 ext/spl/spl_iterators.c 				smart_str_appendl(&str, ZSTR_VAL(object->prefix[2].s), ZSTR_LEN(object->prefix[2].s));
smart_str_appendl 1050 ext/spl/spl_iterators.c 			smart_str_appendl(&str, ZSTR_VAL(object->prefix[3].s), ZSTR_LEN(object->prefix[3].s));
smart_str_appendl 1052 ext/spl/spl_iterators.c 			smart_str_appendl(&str, ZSTR_VAL(object->prefix[4].s), ZSTR_LEN(object->prefix[4].s));
smart_str_appendl 1057 ext/spl/spl_iterators.c 	smart_str_appendl(&str, ZSTR_VAL(object->prefix[5].s), ZSTR_LEN(object->prefix[5].s));
smart_str_appendl 1118 ext/spl/spl_iterators.c 	smart_str_appendl(&object->prefix[part], prefix, prefix_len);
smart_str_appendl 1153 ext/spl/spl_iterators.c 	smart_str_appendl(&object->postfix[0], postfix, postfix_len);
smart_str_appendl  697 ext/spl/spl_observer.c 	smart_str_appendl(&buf, "x:", 2);
smart_str_appendl  718 ext/spl/spl_observer.c 	smart_str_appendl(&buf, "m:", 2);
smart_str_appendl 1966 ext/standard/file.c 			smart_str_appendl(&csvline, &delimiter, 1);
smart_str_appendl  152 ext/standard/http.c 				smart_str_appendl(formstr, arg_sep, arg_sep_len);
smart_str_appendl  155 ext/standard/http.c 			smart_str_appendl(formstr, key_prefix, key_prefix_len);
smart_str_appendl  168 ext/standard/http.c 					smart_str_appendl(formstr, num_prefix, num_prefix_len);
smart_str_appendl  172 ext/standard/http.c 			smart_str_appendl(formstr, key_suffix, key_suffix_len);
smart_str_appendl  173 ext/standard/http.c 			smart_str_appendl(formstr, "=", 1);
smart_str_appendl  190 ext/standard/http.c 					smart_str_appendl(formstr, "0", sizeof("0")-1);
smart_str_appendl  193 ext/standard/http.c 					smart_str_appendl(formstr, "1", sizeof("1")-1);
smart_str_appendl  200 ext/standard/http.c 						smart_str_appendl(formstr, ekey, ekey_len);
smart_str_appendl  249 ext/standard/http_fopen_wrapper.c 		smart_str_appendl(&header, "CONNECT ", sizeof("CONNECT ")-1);
smart_str_appendl  253 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  275 ext/standard/http_fopen_wrapper.c 									smart_str_appendl(&header, s, p - s);
smart_str_appendl  276 ext/standard/http_fopen_wrapper.c 									smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1);
smart_str_appendl  299 ext/standard/http_fopen_wrapper.c 							smart_str_appendl(&header, s, p - s);
smart_str_appendl  300 ext/standard/http_fopen_wrapper.c 							smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1);
smart_str_appendl  312 ext/standard/http_fopen_wrapper.c 		smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1);
smart_str_appendl  439 ext/standard/http_fopen_wrapper.c 					smart_str_appendl(&tmpstr, "\r\n", sizeof("\r\n") - 1);
smart_str_appendl 3098 ext/standard/string.c 						smart_str_appendl(&result, str + old_pos, pos - old_pos);
smart_str_appendl 3113 ext/standard/string.c 		smart_str_appendl(&result, str + old_pos, slen - old_pos);
smart_str_appendl  191 ext/standard/url_scanner_ex.c 		smart_str_appendl(dest, ZSTR_VAL(url->s), bash - ZSTR_VAL(url->s));
smart_str_appendl  199 ext/standard/url_scanner_ex.c 		smart_str_appendl(dest, bash, q - bash);
smart_str_appendl  255 ext/standard/url_scanner_ex.c 	smart_str_appendl(&ctx->result, start, YYCURSOR - start);
smart_str_appendl  314 ext/standard/url_scanner_ex.c 	smart_str_appendl(&ctx->tag, start, YYCURSOR - start);
smart_str_appendl  328 ext/standard/url_scanner_ex.c 	smart_str_appendl(&ctx->arg, start, YYCURSOR - start);
smart_str_appendl  344 ext/standard/url_scanner_ex.c 	smart_str_appendl(&ctx->buf, newdata, newlen);
smart_str_appendl  874 ext/standard/url_scanner_ex.c 	smart_str_appendl(&surl, url, urllen);
smart_str_appendl  878 ext/standard/url_scanner_ex.c 		smart_str_appendl(&url_app, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
smart_str_appendl  886 ext/standard/url_scanner_ex.c 		smart_str_appendl(&url_app, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
smart_str_appendl  915 ext/standard/url_scanner_ex.c 		smart_str_appendl(&ctx->result, "", 0);
smart_str_appendl  972 ext/standard/url_scanner_ex.c 			smart_str_appendl(&ctx->result, output, output_len);
smart_str_appendl 1005 ext/standard/url_scanner_ex.c 		smart_str_appendl(&sname, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
smart_str_appendl 1008 ext/standard/url_scanner_ex.c 		smart_str_appendl(&svalue, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
smart_str_appendl 1011 ext/standard/url_scanner_ex.c 		smart_str_appendl(&sname, name, name_len);
smart_str_appendl 1012 ext/standard/url_scanner_ex.c 		smart_str_appendl(&svalue, value, value_len);
smart_str_appendl  379 ext/standard/var.c 		smart_str_appendl(buf, tmp_spaces, tmp_spaces_len); \
smart_str_appendl  388 ext/standard/var.c 		smart_str_appendl(buf, " => ", 4);
smart_str_appendl  399 ext/standard/var.c 		smart_str_appendl(buf, "' => ", 5);
smart_str_appendl  429 ext/standard/var.c 	smart_str_appendl(buf, " => ", 4);
smart_str_appendl  449 ext/standard/var.c 			smart_str_appendl(buf, "false", 5);
smart_str_appendl  452 ext/standard/var.c 			smart_str_appendl(buf, "true", 4);
smart_str_appendl  455 ext/standard/var.c 			smart_str_appendl(buf, "NULL", 4);
smart_str_appendl  462 ext/standard/var.c 			smart_str_appendl(buf, tmp_str, tmp_len);
smart_str_appendl  470 ext/standard/var.c 				smart_str_appendl(buf, ".0", 2);
smart_str_appendl  489 ext/standard/var.c 				smart_str_appendl(buf, "NULL", 4);
smart_str_appendl  497 ext/standard/var.c 			smart_str_appendl(buf, "array (\n", 8);
smart_str_appendl  515 ext/standard/var.c 					smart_str_appendl(buf, "NULL", 4);
smart_str_appendl  528 ext/standard/var.c 			smart_str_appendl(buf, "::__set_state(array(\n", 21);
smart_str_appendl  539 ext/standard/var.c 			smart_str_appendl(buf, "))", 2);
smart_str_appendl  547 ext/standard/var.c 			smart_str_appendl(buf, "NULL", 4);
smart_str_appendl  638 ext/standard/var.c 	smart_str_appendl(buf, "i:", 2);
smart_str_appendl  646 ext/standard/var.c 	smart_str_appendl(buf, "s:", 2);
smart_str_appendl  648 ext/standard/var.c 	smart_str_appendl(buf, ":\"", 2);
smart_str_appendl  649 ext/standard/var.c 	smart_str_appendl(buf, str, len);
smart_str_appendl  650 ext/standard/var.c 	smart_str_appendl(buf, "\";", 2);
smart_str_appendl  659 ext/standard/var.c 	smart_str_appendl(buf, "O:", 2);
smart_str_appendl  661 ext/standard/var.c 	smart_str_appendl(buf, ":\"", 2);
smart_str_appendl  663 ext/standard/var.c 	smart_str_appendl(buf, "\":", 2);
smart_str_appendl  692 ext/standard/var.c 	smart_str_appendl(buf, ":{", 2);
smart_str_appendl  790 ext/standard/var.c 			smart_str_appendl(buf, "R:", 2);
smart_str_appendl  795 ext/standard/var.c 			smart_str_appendl(buf, "r:", 2);
smart_str_appendl  805 ext/standard/var.c 			smart_str_appendl(buf, "b:0;", 4);
smart_str_appendl  809 ext/standard/var.c 			smart_str_appendl(buf, "b:1;", 4);
smart_str_appendl  813 ext/standard/var.c 			smart_str_appendl(buf, "N;", 2);
smart_str_appendl  823 ext/standard/var.c 				smart_str_appendl(buf, "d:", 2);
smart_str_appendl  848 ext/standard/var.c 						smart_str_appendl(buf, "C:", 2);
smart_str_appendl  850 ext/standard/var.c 						smart_str_appendl(buf, ":\"", 2);
smart_str_appendl  852 ext/standard/var.c 						smart_str_appendl(buf, "\":", 2);
smart_str_appendl  855 ext/standard/var.c 						smart_str_appendl(buf, ":{", 2);
smart_str_appendl  856 ext/standard/var.c 						smart_str_appendl(buf, (char *) serialized_data, serialized_length);
smart_str_appendl  859 ext/standard/var.c 						smart_str_appendl(buf, "N;", 2);
smart_str_appendl  887 ext/standard/var.c 								smart_str_appendl(buf,"N;", 2);
smart_str_appendl  902 ext/standard/var.c 				smart_str_appendl(buf, "a:", 2);
smart_str_appendl  916 ext/standard/var.c 			smart_str_appendl(buf, ":{", 2);
smart_str_appendl  939 ext/standard/var.c 						smart_str_appendl(buf, "N;", 2);
smart_str_appendl  958 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  333 main/php_variables.c 				smart_str_appendl(&post_data.str, buf, len);
smart_str_appendl  136 main/spprintf.c 		smart_str_appendl((smart_str *)(xbuf), (str), (len)); \
smart_str_appendl  385 sapi/apache2handler/php_functions.c 			smart_str_appendl(&tmp1, s, (p - s));
smart_str_appendl  532 sapi/cli/php_cli_server.c 		smart_str_appendl(&buffer, "\r\n", 2);
smart_str_appendl  542 sapi/cli/php_cli_server.c 			smart_str_appendl(&buffer, h->header, h->header_len);
smart_str_appendl  543 sapi/cli/php_cli_server.c 			smart_str_appendl(&buffer, "\r\n", 2);
smart_str_appendl  547 sapi/cli/php_cli_server.c 	smart_str_appendl(&buffer, "\r\n", 2);