Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for reserved (0.29 sec)

  1. src/cmd/cgo/internal/swig/testdata/callback/main.swigcxx

    /* Copyright 2011 The Go Authors. All rights reserved.
       Use of this source code is governed by a BSD-style
       license that can be found in the LICENSE file.  */
    
    /* An example of writing a C++ virtual function in Go.  */
    
    %module(directors="1") callback
    
    %{
    #include <string>
    #include "main.h"
    %}
    
    %include "std_string.i"
    
    %feature("director");
    
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri May 12 12:00:07 GMT 2023
    - 366 bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/swig/testdata/stdio/main.swig

    /* Copyright 2011 The Go Authors. All rights reserved.
       Use of this source code is governed by a BSD-style
       license that can be found in the LICENSE file.  */
    
    /* A trivial example of wrapping a C library using SWIG.  */
    
    %{
    #include <stdio.h>
    #include <stdlib.h>
    %}
    
    %typemap(gotype) const char * "string"
    %typemap(in) const char * %{
    	$1 = malloc($input.n + 1);
    	memcpy($1, $input.p, $input.n);
    	$1[$input.n] = '\0';
    %}
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri May 12 12:00:07 GMT 2023
    - 563 bytes
    - Viewed (0)
  3. src/Make.dist

    # Copyright 2012 The Go Authors. All rights reserved.
    # Use of this source code is governed by a BSD-style
    # license that can be found in the LICENSE file.
    
    # Run go tool dist to install a command.
    # The -v causes dist to print the name of each directory as it runs.
    # The -vv causes dist to print each build command as it runs.
    # go tool dist clean cleans all directories, not just this one,
    # but it's as close as we can get.
    
    # Default target (first).
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 08 20:26:47 GMT 2012
    - 553 bytes
    - Viewed (0)
  4. doc/next/6-stdlib/99-minor/net/http/46443.md

    [Cookie] now preserves double quotes surrounding a cookie value.
    The new [Cookie.Quoted] field indicates whether the [Cookie.Value]
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Apr 19 14:33:17 GMT 2024
    - 155 bytes
    - Viewed (0)
  5. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const IPV6_RTHDR_TYPE_0 = 0
    pkg syscall (netbsd-arm64-cgo), const IPV6_RTHDR_TYPE_0 ideal-int
    pkg syscall (netbsd-arm64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
    pkg syscall (netbsd-arm64-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int
    pkg syscall (netbsd-arm64-cgo), const IPV6_TCLASS = 61
    pkg syscall (netbsd-arm64-cgo), const IPV6_TCLASS ideal-int
    pkg syscall (netbsd-arm64-cgo), const IPV6_UNICAST_HOPS = 4
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const AF_PPP ideal-int
    pkg syscall (darwin-arm64), const AF_PUP = 4
    pkg syscall (darwin-arm64), const AF_PUP ideal-int
    pkg syscall (darwin-arm64), const AF_RESERVED_36 = 36
    pkg syscall (darwin-arm64), const AF_RESERVED_36 ideal-int
    pkg syscall (darwin-arm64), const AF_ROUTE = 17
    pkg syscall (darwin-arm64), const AF_ROUTE ideal-int
    pkg syscall (darwin-arm64), const AF_SIP = 24
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  7. LICENSE

    Copyright (c) 2009 The Go Authors. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are
    met:
    
       * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
       * Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following disclaimer
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Jun 01 22:40:04 GMT 2016
    - 1.4K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg debug/macho, type Section64 struct, Offset uint32
    pkg debug/macho, type Section64 struct, Reloff uint32
    pkg debug/macho, type Section64 struct, Reserve1 uint32
    pkg debug/macho, type Section64 struct, Reserve2 uint32
    pkg debug/macho, type Section64 struct, Reserve3 uint32
    pkg debug/macho, type Section64 struct, Seg [16]uint8
    pkg debug/macho, type Section64 struct, Size uint64
    pkg debug/macho, type SectionHeader struct
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IPV6_RTHDRDSTOPTS = 35
    pkg syscall (freebsd-arm64), const IPV6_RTHDRDSTOPTS ideal-int
    pkg syscall (freebsd-arm64), const IPV6_SOCKOPT_RESERVED1 = 3
    pkg syscall (freebsd-arm64), const IPV6_SOCKOPT_RESERVED1 ideal-int
    pkg syscall (freebsd-arm64), const IPV6_TCLASS = 61
    pkg syscall (freebsd-arm64), const IPV6_TCLASS ideal-int
    pkg syscall (freebsd-arm64), const IPV6_UNICAST_HOPS = 4
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  10. api/README

    warning output from the go api tool. Each file should be named
    nnnnn.txt, after the issue number for the accepted proposal.
    (The #nnnnn suffix must also appear at the end of each line in the file;
    that will be preserved when next/*.txt is concatenated into go1.XX.txt.)
    
    When you add a file to the api/next directory, you must add at least one file
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Jan 31 19:22:50 GMT 2024
    - 1.2K bytes
    - Viewed (0)
Back to top