HomeSort by: relevance | last modified time | path
    Searched refs:METHOD (Results 1 - 22 of 22) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/crypto/property/
property.c 35 void *method; member in struct:__anon1444
38 } METHOD;
43 METHOD method; member in struct:__anon1445
51 METHOD method; member in struct:__anon1446
169 static int ossl_method_up_ref(METHOD *method)
171 return (*method->up_ref)(method->method)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
make-target-delegates.py 36 # Match the name part of a method in struct target_ops.
38 # Match the arguments to a method.
57 # Match the TARGET_DEFAULT_* attribute for a method.
60 # Match the arguments and trailing attribute of a method definition.
64 # Match an entire method definition.
65 METHOD = re.compile(
130 # We need the space because the method may have been split
269 # Write out a debug method.
352 m = METHOD.match(current_line)
eval.c 435 /* Represents a fake method with the given parameter types. This is
437 method overload resolution. FLAGS is used as instance flags of the
611 find_overload_match (vals, "operator()", METHOD, &vals[0], nullptr,
770 /* We need a properly typed value for method lookup. */
783 find_overload_match (arg_view, function_name, METHOD,
885 v.method (), this will produce an error, because v has no
893 because it is not the same: the method being called could
895 that address (after the method returns) would be expected
942 find_overload_match (arg_view, tstr, METHOD,
973 field and method names from TYPE, a struct or union type, to th
1942 struct value *method = NULL; local
    [all...]
infcall.c 627 /* Implementation of should_stop method for infcalls. */
665 /* Implementation of should_notify_stop method for infcalls. */
1367 param_type->name (), METHOD,
valops.c 2215 error (_("cannot resolve overloaded method "
2319 an appropriate method. Also, handle derived types.
2380 return it as a pointer to a method. */
2385 error (_("Cannot take address of method %s."), name);
2389 error (_("There is no member or method named %s."), name);
2410 /* If we found an ordinary field, then it is not a method call.
2466 specified method. Return a reference to the fn_field list METHODS of
2473 METHOD is a string containing the method name.
2484 method is found
    [all...]
value.h 308 method takes `embedded_offset' into account, so most GDB code
587 /* Return the type of the result of TYPE_CODE_XMETHOD value METHOD. */
591 METHOD. */
772 units. The contents() method takes `embedded_offset' into account,
946 this value. This method may return NULL, in which case value_ind
951 this value. This method may return NULL, in which case coerce_ref
1312 enum oload_search_type { NON_METHOD, METHOD, BOTH };
1316 enum oload_search_type method,
  /src/external/gpl3/gdb/dist/gdb/
make-target-delegates.py 36 # Match the name part of a method in struct target_ops.
38 # Match the arguments to a method.
57 # Match the TARGET_DEFAULT_* attribute for a method.
60 # Match the arguments and trailing attribute of a method definition.
64 # Match an entire method definition.
65 METHOD = re.compile(
130 # We need the space because the method may have been split
269 # Write out a debug method.
352 m = METHOD.match(current_line)
eval.c 435 /* Represents a fake method with the given parameter types. This is
437 method overload resolution. FLAGS is used as instance flags of the
611 find_overload_match (vals, "operator()", METHOD, &vals[0], nullptr,
770 /* We need a properly typed value for method lookup. */
783 find_overload_match (arg_view, function_name, METHOD,
885 v.method (), this will produce an error, because v has no
893 because it is not the same: the method being called could
895 that address (after the method returns) would be expected
942 find_overload_match (arg_view, tstr, METHOD,
973 field and method names from TYPE, a struct or union type, to th
1929 struct value *method = NULL; local
    [all...]
infcall.c 627 /* Implementation of should_stop method for infcalls. */
665 /* Implementation of should_notify_stop method for infcalls. */
1373 param_type->name (), METHOD,
valops.c 2215 error (_("cannot resolve overloaded method "
2318 an appropriate method. Also, handle derived types.
2379 return it as a pointer to a method. */
2384 error (_("Cannot take address of method %s."), name);
2388 error (_("There is no member or method named %s."), name);
2409 /* If we found an ordinary field, then it is not a method call.
2460 specified method. Return a reference to the fn_field list METHODS of
2467 METHOD is a string containing the method name.
2478 method is found
    [all...]
value.h 308 method takes `embedded_offset' into account, so most GDB code
587 /* Return the type of the result of TYPE_CODE_XMETHOD value METHOD. */
591 METHOD. */
772 units. The contents() method takes `embedded_offset' into account,
946 this value. This method may return NULL, in which case value_ind
951 this value. This method may return NULL, in which case coerce_ref
1322 enum oload_search_type { NON_METHOD, METHOD, BOTH };
1326 enum oload_search_type method,
  /src/crypto/external/apache2/openssl/dist/crypto/property/
property.c 37 void *method; member in struct:__anon345
40 } METHOD;
45 METHOD method; member in struct:__anon346
53 METHOD method; member in struct:__anon347
162 static int ossl_method_up_ref(METHOD *method)
164 return (*method->up_ref)(method->method)
    [all...]
  /src/external/bsd/wpa/dist/src/eap_peer/
eap.c 12 * functions in this file. The method functions, m.func(), are similar to the
41 enum eap_type method);
124 wpa_printf(MSG_DEBUG, "EAP: deinitialize previously used EAP method "
133 * eap_config_allowed_method - Check whether EAP method is allowed
137 * @method: EAP type
138 * Returns: 1 = allowed EAP method, 0 = not allowed
142 int vendor, u32 method)
152 m[i].method != EAP_TYPE_NONE; i++) {
153 if (m[i].vendor == vendor && m[i].method == method)
331 enum eap_type method; local
1552 enum { EAP_SM_SIM, EAP_SM_AKA, EAP_SM_AKA_PRIME } method = EAP_SM_SIM; local
2730 u32 method; local
    [all...]
  /src/sys/net/
zlib.c 377 Byte method; /* STORED (for zip only) or DEFLATED */ member in struct:deflate_state
813 int level, int method, int windowBits, int memLevel, int strategy,
849 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
891 s->method = (Byte)method;
3232 * method would use a table)
3371 METHOD, /* waiting for method byte */
3395 uInt method; /* if FLAGS, method byte * member in union:internal_state::__anon7102
    [all...]
  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl_wrap.c 14 * This section contains generic SWIG labels for method/variable
63 /* internal SWIG method */
68 /* internal inline SWIG method */
1338 #ifdef METHOD
1339 #undef METHOD
1796 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_t_c_set" "', argument " "1"" of type '" "netpgp_t *""'");
1801 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "netpgp_t_c_set" "', argument " "2"" of type '" "unsigned int""'");
1832 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_t_c_get" "', argument " "1"" of type '" "netpgp_t *""'");
1862 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_t_size_set" "', argument " "1"" of type '" "netpgp_t *""'");
1867 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "netpgp_t_size_set" "', argument " "2"" of type '" "unsigned int""'")
    [all...]
  /src/external/public-domain/xz/dist/
configure 1656 --enable-threads=METHOD Supported METHODS are 'yes', 'no', 'posix', 'win95',
1679 --enable-sandbox=METHOD Sandboxing METHOD can be 'auto', 'no', 'capsicum',
1681 enables sandboxing if a supported sandboxing method
13368 # Only perform the check for file, if the check method requires it
23875 # If a specific sandboxing method was explicitly requested and it wasn't
26324 # Method to check whether dependent libraries are shared objects.
27036 echo "No supported method to detect the amount of RAM."
27044 echo "No supported method to detect the number of CPU cores."
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 5472 #--THIS REDUCTION METHOD, HOWEVER, IS MUCH FASTER THAN USING
5903 #--THIS REDUCTION METHOD, HOWEVER, IS MUCH FASTER THAN USING
6275 #--DIVIDE. IN THE END THIS METHOD IS MUCH FASTER THAN A TRADITIONAL
9280 # later. we don't do this with the DENORMs above because this method
fpsp.s 5578 #--THIS REDUCTION METHOD, HOWEVER, IS MUCH FASTER THAN USING
6009 #--THIS REDUCTION METHOD, HOWEVER, IS MUCH FASTER THAN USING
6381 #--DIVIDE. IN THE END THIS METHOD IS MUCH FASTER THAN A TRADITIONAL
9639 # later. we don't do this with the DENORMs above because this method
  /src/external/gpl2/diffutils/dist/config/
texinfo.tex 108 \ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on}\fi
608 %% This method tries to make TeX break the page naturally
4773 % #5 is the method's return type.
4786 % being the hardwired string `Method' or `Instance Variable'. We have
5038 % @deftypemethod CLASS TYPE METHOD ARG...
5043 % #1 is the class name, #2 the data type, #3 the method name, #4 the args.
5067 % @defmethod == @defop Method
5071 % #1 is the class name, #2 the method name, #3 the args.
  /src/external/gpl2/gettext/dist/build-aux/
texinfo.tex 106 \ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on}\fi
560 %% This method tries to make TeX break the page naturally
4000 % #5 is the method's return type.
4245 % @deftypemethod CLASS RETURN-TYPE METHOD ARG...
4250 % #1 is the class name, #2 the data type, #3 the method name, #4 the args.
4259 % @defmethod == @defop Method
4263 % #1 is the class name, #2 the method name, #3 the args.
  /src/external/gpl2/grep/dist/doc/
texinfo.tex 105 \ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on}\fi
595 %% This method tries to make TeX break the page naturally
4632 % #5 is the method's return type.
4645 % being the hardwired string `Method' or `Instance Variable'. We have
4897 % @deftypemethod CLASS TYPE METHOD ARG...
4902 % #1 is the class name, #2 the data type, #3 the method name, #4 the args.
4926 % @defmethod == @defop Method
4930 % #1 is the class name, #2 the method name, #3 the args.
  /src/external/public-domain/sqlite/dist/
sqlite3.c 689 ** METHOD: sqlite3
909 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
955 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
1029 ** When SQLite invokes the xSync() method of an
1043 ** xSync VFS method occur and applies uniformly across all platforms.
1075 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
1081 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1082 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1110 ** The xCheckReservedLock() method checks whether any database connection,
1115 ** The xFileControl() method is a generic interface that allows custo
    [all...]

Completed in 195 milliseconds