Lines Matching refs:smart_str_appendl
345 smart_str_appendl(&ctx->result, start, YYCURSOR - start);
455 smart_str_appendl(&ctx->tag, start, YYCURSOR - start);
476 smart_str_appendl(&ctx->arg, start, YYCURSOR - start);
501 smart_str_appendl(&ctx->buf, newdata, newlen);
591 smart_str_appendl(&surl, url, urllen);
595 smart_str_appendl(&url_app, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
603 smart_str_appendl(&url_app, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
629 smart_str_appendl(&ctx->result, "", 0);
703 smart_str_appendl(&ctx->result, output, output_len);
758 smart_str_appendl(&sname, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded);
760 smart_str_appendl(&svalue, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded);
762 smart_str_appendl(&hname, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded);
764 smart_str_appendl(&hvalue, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded);
766 smart_str_appendl(&sname, name, name_len);
767 smart_str_appendl(&svalue, value, value_len);
768 smart_str_appendl(&hname, name, name_len);
769 smart_str_appendl(&hvalue, value, value_len);
861 smart_str_appendl(&sname, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
864 smart_str_appendl(&hname, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
867 smart_str_appendl(&sname, ZSTR_VAL(name), ZSTR_LEN(name));
868 smart_str_appendl(&hname, ZSTR_VAL(name), ZSTR_LEN(name));