Lines Matching refs:loffset
114 long loffset = 0; in PHP_FUNCTION() local
118 …, "ss|l", (char **)&haystack, &haystack_len, (char **)&needle, &needle_len, &loffset) == FAILURE) { in PHP_FUNCTION()
126 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
134 offset = (int32_t) loffset; in PHP_FUNCTION()
181 long loffset = 0; in PHP_FUNCTION() local
186 …, "ss|l", (char **)&haystack, &haystack_len, (char **)&needle, &needle_len, &loffset) == FAILURE) { in PHP_FUNCTION()
194 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
202 offset = (int32_t) loffset; in PHP_FUNCTION()
255 long loffset = 0; in PHP_FUNCTION() local
260 …, "ss|l", (char **)&haystack, &haystack_len, (char **)&needle, &needle_len, &loffset) == FAILURE) { in PHP_FUNCTION()
268 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
276 offset = (int32_t) loffset; in PHP_FUNCTION()
325 long loffset = 0; in PHP_FUNCTION() local
330 …, "ss|l", (char **)&haystack, &haystack_len, (char **)&needle, &needle_len, &loffset) == FAILURE) { in PHP_FUNCTION()
338 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
346 offset = (int32_t) loffset; in PHP_FUNCTION()