Lines Matching refs:rest
289 char *rest = strstr(s, "\r\n"); in sdl_set_uri_credentials() local
290 if (rest) { in sdl_set_uri_credentials()
293 rest += 2; in sdl_set_uri_credentials()
294 ZVAL_NEW_STR(&new_header, zend_string_alloc(Z_STRLEN_P(header) - (rest - s), 0)); in sdl_set_uri_credentials()
296 …memcpy(Z_STRVAL(new_header) + (s - Z_STRVAL_P(header)), rest, Z_STRLEN_P(header) - (rest - Z_STRVA… in sdl_set_uri_credentials()
2379 sdlRestrictionIntPtr *rest = (sdlRestrictionIntPtr *)data; in make_persistent_restriction_int() local
2383 *prest = **rest; in make_persistent_restriction_int()
2384 *rest = prest; in make_persistent_restriction_int()
2388 static void make_persistent_restriction_char_int(sdlRestrictionCharPtr *rest) in make_persistent_restriction_char_int() argument
2394 prest->value = strdup((*rest)->value); in make_persistent_restriction_char_int()
2395 prest->fixed = (*rest)->fixed; in make_persistent_restriction_char_int()
2396 *rest = prest; in make_persistent_restriction_char_int()