Home
last modified time | relevance | path

Searched refs:haystack_len (Results 1 – 25 of 670) sorted by relevance

12345678910>>...27

/dports/www/mod_php81/php-8.1.1/ext/intl/grapheme/
H A Dgrapheme_string.c103 size_t haystack_len, needle_len; in PHP_FUNCTION() local
114 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
153 size_t haystack_len, needle_len; in PHP_FUNCTION() local
164 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
182 zend_str_tolower(haystack_dup, haystack_len); in PHP_FUNCTION()
215 size_t haystack_len, needle_len; in PHP_FUNCTION() local
225 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
270 size_t haystack_len, needle_len; in PHP_FUNCTION() local
280 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
298 zend_str_tolower(haystack_dup, haystack_len); in PHP_FUNCTION()
[all …]
/dports/lang/php81/php-8.1.1/ext/intl/grapheme/
H A Dgrapheme_string.c103 size_t haystack_len, needle_len; in PHP_FUNCTION() local
114 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
153 size_t haystack_len, needle_len; in PHP_FUNCTION() local
164 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
182 zend_str_tolower(haystack_dup, haystack_len); in PHP_FUNCTION()
215 size_t haystack_len, needle_len; in PHP_FUNCTION() local
225 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
270 size_t haystack_len, needle_len; in PHP_FUNCTION() local
280 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
298 zend_str_tolower(haystack_dup, haystack_len); in PHP_FUNCTION()
[all …]
/dports/lang/php80/php-8.0.15/ext/intl/grapheme/
H A Dgrapheme_string.c105 size_t haystack_len, needle_len; in PHP_FUNCTION() local
116 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
155 size_t haystack_len, needle_len; in PHP_FUNCTION() local
166 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
184 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
217 size_t haystack_len, needle_len; in PHP_FUNCTION() local
227 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
272 size_t haystack_len, needle_len; in PHP_FUNCTION() local
282 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
300 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
[all …]
/dports/devel/php81-intl/php-8.1.1/ext/intl/grapheme/
H A Dgrapheme_string.c103 size_t haystack_len, needle_len; in PHP_FUNCTION() local
114 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
153 size_t haystack_len, needle_len; in PHP_FUNCTION() local
164 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
182 zend_str_tolower(haystack_dup, haystack_len); in PHP_FUNCTION()
215 size_t haystack_len, needle_len; in PHP_FUNCTION() local
225 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
270 size_t haystack_len, needle_len; in PHP_FUNCTION() local
280 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
298 zend_str_tolower(haystack_dup, haystack_len); in PHP_FUNCTION()
[all …]
/dports/devel/php80-intl/php-8.0.15/ext/intl/grapheme/
H A Dgrapheme_string.c105 size_t haystack_len, needle_len; in PHP_FUNCTION() local
116 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
155 size_t haystack_len, needle_len; in PHP_FUNCTION() local
166 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
184 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
217 size_t haystack_len, needle_len; in PHP_FUNCTION() local
227 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
272 size_t haystack_len, needle_len; in PHP_FUNCTION() local
282 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
300 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
[all …]
/dports/www/mod_php80/php-8.0.15/ext/intl/grapheme/
H A Dgrapheme_string.c105 size_t haystack_len, needle_len; in PHP_FUNCTION() local
116 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
155 size_t haystack_len, needle_len; in PHP_FUNCTION() local
166 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
184 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
217 size_t haystack_len, needle_len; in PHP_FUNCTION() local
227 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
272 size_t haystack_len, needle_len; in PHP_FUNCTION() local
282 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
300 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/string/
H A Dmemmem.c49 _DEFUN (memmem, (haystack_start, haystack_len, needle_start, needle_len),
51 size_t haystack_len _AND
68 while (needle_len <= haystack_len)
73 haystack_len--;
83 if (haystack_len < needle_len)
92 haystack = memchr (haystack, *needle, haystack_len);
95 haystack_len -= haystack - (const unsigned char *) haystack_start;
96 if (haystack_len < needle_len)
98 return two_way_short_needle (haystack, haystack_len, needle, needle_len);
100 return two_way_long_needle (haystack, haystack_len, needle, needle_len);
/dports/lang/php73/php-7.3.33/ext/intl/grapheme/
H A Dgrapheme_string.c113 size_t haystack_len, needle_len; in PHP_FUNCTION() local
126 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
176 size_t haystack_len, needle_len; in PHP_FUNCTION() local
189 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
212 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
246 size_t haystack_len, needle_len; in PHP_FUNCTION() local
258 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
309 size_t haystack_len, needle_len; in PHP_FUNCTION() local
321 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
344 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
[all …]
/dports/lang/php74/php-7.4.27/ext/intl/grapheme/
H A Dgrapheme_string.c111 size_t haystack_len, needle_len; in PHP_FUNCTION() local
124 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
174 size_t haystack_len, needle_len; in PHP_FUNCTION() local
187 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
210 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
244 size_t haystack_len, needle_len; in PHP_FUNCTION() local
256 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
307 size_t haystack_len, needle_len; in PHP_FUNCTION() local
319 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
342 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
[all …]
/dports/devel/php73-intl/php-7.3.33/ext/intl/grapheme/
H A Dgrapheme_string.c113 size_t haystack_len, needle_len; in PHP_FUNCTION() local
126 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
176 size_t haystack_len, needle_len; in PHP_FUNCTION() local
189 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
212 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
246 size_t haystack_len, needle_len; in PHP_FUNCTION() local
258 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
309 size_t haystack_len, needle_len; in PHP_FUNCTION() local
321 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
344 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
[all …]
/dports/devel/php74-intl/php-7.4.27/ext/intl/grapheme/
H A Dgrapheme_string.c111 size_t haystack_len, needle_len; in PHP_FUNCTION() local
124 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
174 size_t haystack_len, needle_len; in PHP_FUNCTION() local
187 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
210 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
244 size_t haystack_len, needle_len; in PHP_FUNCTION() local
256 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
307 size_t haystack_len, needle_len; in PHP_FUNCTION() local
319 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
342 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
[all …]
/dports/www/mod_php73/php-7.3.33/ext/intl/grapheme/
H A Dgrapheme_string.c113 size_t haystack_len, needle_len; in PHP_FUNCTION() local
126 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
176 size_t haystack_len, needle_len; in PHP_FUNCTION() local
189 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
212 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
246 size_t haystack_len, needle_len; in PHP_FUNCTION() local
258 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
309 size_t haystack_len, needle_len; in PHP_FUNCTION() local
321 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
344 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
[all …]
/dports/www/mod_php74/php-7.4.27/ext/intl/grapheme/
H A Dgrapheme_string.c111 size_t haystack_len, needle_len; in PHP_FUNCTION() local
124 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
174 size_t haystack_len, needle_len; in PHP_FUNCTION() local
187 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
210 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
244 size_t haystack_len, needle_len; in PHP_FUNCTION() local
256 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
307 size_t haystack_len, needle_len; in PHP_FUNCTION() local
319 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
342 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
[all …]
/dports/print/ttfautohint/ttfautohint-1.8.4/gnulib/src/
H A Dmemmem.c35 memmem (const void *haystack_start, size_t haystack_len, in memmem() argument
50 if (__builtin_expect (haystack_len < needle_len, 0)) in memmem()
59 haystack = memchr (haystack, *needle, haystack_len); in memmem()
62 haystack_len -= haystack - (const unsigned char *) haystack_start; in memmem()
63 if (haystack_len < needle_len) in memmem()
65 return two_way_short_needle (haystack, haystack_len, needle, needle_len); in memmem()
68 return two_way_long_needle (haystack, haystack_len, needle, needle_len); in memmem()
/dports/security/libgsasl/gsasl-1.10.0/lib/gl/
H A Dmemmem.c35 memmem (const void *haystack_start, size_t haystack_len, in memmem() argument
50 if (__builtin_expect (haystack_len < needle_len, 0)) in memmem()
59 haystack = memchr (haystack, *needle, haystack_len); in memmem()
62 haystack_len -= haystack - (const unsigned char *) haystack_start; in memmem()
63 if (haystack_len < needle_len) in memmem()
65 return two_way_short_needle (haystack, haystack_len, needle, needle_len); in memmem()
68 return two_way_long_needle (haystack, haystack_len, needle, needle_len); in memmem()
/dports/editors/emacs-devel/emacs-4d1968b/lib/
H A Dmemmem.c35 memmem (const void *haystack_start, size_t haystack_len, in memmem() argument
50 if (__builtin_expect (haystack_len < needle_len, 0)) in memmem()
59 haystack = memchr (haystack, *needle, haystack_len); in memmem()
62 haystack_len -= haystack - (const unsigned char *) haystack_start; in memmem()
63 if (haystack_len < needle_len) in memmem()
65 return two_way_short_needle (haystack, haystack_len, needle, needle_len); in memmem()
68 return two_way_long_needle (haystack, haystack_len, needle, needle_len); in memmem()
/dports/security/gnutls/gnutls-3.6.16/gl/
H A Dmemmem.c35 memmem (const void *haystack_start, size_t haystack_len, in memmem() argument
50 if (__builtin_expect (haystack_len < needle_len, 0)) in memmem()
59 haystack = memchr (haystack, *needle, haystack_len); in memmem()
62 haystack_len -= haystack - (const unsigned char *) haystack_start; in memmem()
63 if (haystack_len < needle_len) in memmem()
65 return two_way_short_needle (haystack, haystack_len, needle, needle_len); in memmem()
68 return two_way_long_needle (haystack, haystack_len, needle, needle_len); in memmem()
/dports/editors/zile/zile-2.4.14/lib/
H A Dmemmem.c35 memmem (const void *haystack_start, size_t haystack_len, in memmem() argument
50 if (__builtin_expect (haystack_len < needle_len, 0)) in memmem()
59 haystack = memchr (haystack, *needle, haystack_len); in memmem()
62 haystack_len -= haystack - (const unsigned char *) haystack_start; in memmem()
63 if (haystack_len < needle_len) in memmem()
65 return two_way_short_needle (haystack, haystack_len, needle, needle_len); in memmem()
68 return two_way_long_needle (haystack, haystack_len, needle, needle_len); in memmem()
/dports/security/gsasl/gsasl-1.10.0/lib/gl/
H A Dmemmem.c35 memmem (const void *haystack_start, size_t haystack_len, in memmem() argument
50 if (__builtin_expect (haystack_len < needle_len, 0)) in memmem()
59 haystack = memchr (haystack, *needle, haystack_len); in memmem()
62 haystack_len -= haystack - (const unsigned char *) haystack_start; in memmem()
63 if (haystack_len < needle_len) in memmem()
65 return two_way_short_needle (haystack, haystack_len, needle, needle_len); in memmem()
68 return two_way_long_needle (haystack, haystack_len, needle, needle_len); in memmem()
/dports/devel/gdb/gdb-11.1/gnulib/import/
H A Dmemmem.c35 memmem (const void *haystack_start, size_t haystack_len, in memmem() argument
50 if (__builtin_expect (haystack_len < needle_len, 0)) in memmem()
59 haystack = memchr (haystack, *needle, haystack_len); in memmem()
62 haystack_len -= haystack - (const unsigned char *) haystack_start; in memmem()
63 if (haystack_len < needle_len) in memmem()
65 return two_way_short_needle (haystack, haystack_len, needle, needle_len); in memmem()
68 return two_way_long_needle (haystack, haystack_len, needle, needle_len); in memmem()
/dports/editors/emacs/emacs-27.2/lib/
H A Dmemmem.c35 memmem (const void *haystack_start, size_t haystack_len, in memmem() argument
50 if (__builtin_expect (haystack_len < needle_len, 0)) in memmem()
59 haystack = memchr (haystack, *needle, haystack_len); in memmem()
62 haystack_len -= haystack - (const unsigned char *) haystack_start; in memmem()
63 if (haystack_len < needle_len) in memmem()
65 return two_way_short_needle (haystack, haystack_len, needle, needle_len); in memmem()
68 return two_way_long_needle (haystack, haystack_len, needle, needle_len); in memmem()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dmemmem.c35 memmem (const void *haystack_start, size_t haystack_len, in memmem() argument
50 if (__builtin_expect (haystack_len < needle_len, 0)) in memmem()
59 haystack = memchr (haystack, *needle, haystack_len); in memmem()
62 haystack_len -= haystack - (const unsigned char *) haystack_start; in memmem()
63 if (haystack_len < needle_len) in memmem()
65 return two_way_short_needle (haystack, haystack_len, needle, needle_len); in memmem()
68 return two_way_long_needle (haystack, haystack_len, needle, needle_len); in memmem()
/dports/math/pspp/pspp-1.4.1/gl/
H A Dmemmem.c35 memmem (const void *haystack_start, size_t haystack_len, in memmem() argument
50 if (__builtin_expect (haystack_len < needle_len, 0)) in memmem()
59 haystack = memchr (haystack, *needle, haystack_len); in memmem()
62 haystack_len -= haystack - (const unsigned char *) haystack_start; in memmem()
63 if (haystack_len < needle_len) in memmem()
65 return two_way_short_needle (haystack, haystack_len, needle, needle_len); in memmem()
68 return two_way_long_needle (haystack, haystack_len, needle, needle_len); in memmem()
/dports/ftp/lftp/lftp-4.9.2/lib/
H A Dmemmem.c35 memmem (const void *haystack_start, size_t haystack_len, in memmem() argument
50 if (__builtin_expect (haystack_len < needle_len, 0)) in memmem()
59 haystack = memchr (haystack, *needle, haystack_len); in memmem()
62 haystack_len -= haystack - (const unsigned char *) haystack_start; in memmem()
63 if (haystack_len < needle_len) in memmem()
65 return two_way_short_needle (haystack, haystack_len, needle, needle_len); in memmem()
68 return two_way_long_needle (haystack, haystack_len, needle, needle_len); in memmem()
/dports/net/ocserv/ocserv-1.1.3/gl/
H A Dmemmem.c39 memmem (const void *haystack_start, size_t haystack_len, in memmem() argument
54 if (__builtin_expect (haystack_len < needle_len, 0)) in memmem()
63 haystack = memchr (haystack, *needle, haystack_len); in memmem()
66 haystack_len -= haystack - (const unsigned char *) haystack_start; in memmem()
67 if (haystack_len < needle_len) in memmem()
69 return two_way_short_needle (haystack, haystack_len, needle, needle_len); in memmem()
72 return two_way_long_needle (haystack, haystack_len, needle, needle_len); in memmem()

12345678910>>...27