Searched refs:smart_str_setl (Results 1 – 2 of 2) sorted by relevance
39 smart_str_setl((dest), (src), strlen(src));150 static zend_always_inline void smart_str_setl(smart_str *dest, const char *src, size_t len) { in smart_str_setl() function
487 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2);489 smart_str_setl(&ctx->attr_val, start + quotes, YYCURSOR - start - quotes * 2);
Completed in 10 milliseconds