Home
last modified time | relevance | path

Searched refs:smart_str_setl (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_smart_str.h38 smart_str_setl((dest), (src), strlen(src));
117 static zend_always_inline void smart_str_setl(smart_str *dest, const char *src, size_t len) { in smart_str_setl() function
/PHP-7.1/ext/standard/
H A Durl_scanner_ex.c488 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2); in handle_val()
490 smart_str_setl(&ctx->attr_val, start + quotes, YYCURSOR - start - quotes * 2); in handle_val()
H A Durl_scanner_ex.re491 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2);
493 smart_str_setl(&ctx->attr_val, start + quotes, YYCURSOR - start - quotes * 2);

Completed in 19 milliseconds