Lines Matching refs:rest
291 char *rest = strstr(s, "\r\n"); in sdl_set_uri_credentials() local
292 if (rest) { in sdl_set_uri_credentials()
295 rest += 2; in sdl_set_uri_credentials()
296 ZVAL_NEW_STR(&new_header, zend_string_alloc(Z_STRLEN_P(header) - (rest - s), 0)); in sdl_set_uri_credentials()
298 …memcpy(Z_STRVAL(new_header) + (s - Z_STRVAL_P(header)), rest, Z_STRLEN_P(header) - (rest - Z_STRVA… in sdl_set_uri_credentials()
2402 sdlRestrictionIntPtr *rest = (sdlRestrictionIntPtr *)data; in make_persistent_restriction_int() local
2406 *prest = **rest; in make_persistent_restriction_int()
2407 *rest = prest; in make_persistent_restriction_int()
2411 static void make_persistent_restriction_char_int(sdlRestrictionCharPtr *rest) in make_persistent_restriction_char_int() argument
2417 prest->value = strdup((*rest)->value); in make_persistent_restriction_char_int()
2418 prest->fixed = (*rest)->fixed; in make_persistent_restriction_char_int()
2419 *rest = prest; in make_persistent_restriction_char_int()