Lines Matching refs:smart_str_appendl
347 smart_str_appendl(&ctx->result, start, YYCURSOR - start);
457 smart_str_appendl(&ctx->tag, start, YYCURSOR - start);
478 smart_str_appendl(&ctx->arg, start, YYCURSOR - start);
503 smart_str_appendl(&ctx->buf, newdata, newlen);
593 smart_str_appendl(&surl, url, urllen);
597 smart_str_appendl(&url_app, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
605 smart_str_appendl(&url_app, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
631 smart_str_appendl(&ctx->result, "", 0);
705 smart_str_appendl(&ctx->result, output, output_len);
761 smart_str_appendl(&sname, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded);
763 smart_str_appendl(&svalue, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded);
765 smart_str_appendl(&hname, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded);
767 smart_str_appendl(&hvalue, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded);
769 smart_str_appendl(&sname, name, name_len);
770 smart_str_appendl(&svalue, value, value_len);
771 smart_str_appendl(&hname, name, name_len);
772 smart_str_appendl(&hvalue, value, value_len);
868 smart_str_appendl(&sname, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
871 smart_str_appendl(&hname, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
874 smart_str_appendl(&sname, ZSTR_VAL(name), ZSTR_LEN(name));
875 smart_str_appendl(&hname, ZSTR_VAL(name), ZSTR_LEN(name));