Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_smart_str.h189 #define smart_str_setl(dest, src, nlen) do { \ macro
196 smart_str_setl((dest), (src), strlen(src));
H A Durl_scanner_ex.c335 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2); in handle_val()
914 smart_str_setl(&surl, url, urllen); in php_url_scanner_adapt_single_url()
1031 smart_str_setl(&val, encoded, encoded_len); in php_url_scanner_add_var()
1033 smart_str_setl(&val, value, value_len); in php_url_scanner_add_var()
H A Durl_scanner_ex.re271 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2);
366 smart_str_setl(&surl, url, urllen);
483 smart_str_setl(&val, encoded, encoded_len);
485 smart_str_setl(&val, value, value_len);

Completed in 18 milliseconds