HomeSort by: relevance | last modified time | path
    Searched defs:method (Results 1 - 25 of 235) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
expand-psymtabs-cxx.cc 19 method (long x) function
method2.cc 3 void method ();
4 void method (int a);
5 void method (A* a);
9 A::method () function in class:A
14 A::method (int a) function in class:A
19 A::method (A* a) function in class:A
dispcxx.cc 19 void method () { } function in struct:K
35 k.method();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
expand-psymtabs-cxx.cc 19 method (long x) function
method2.cc 3 void method ();
4 void method (int a);
5 void method (A* a);
9 A::method () function in class:A
14 A::method (int a) function in class:A
19 A::method (A* a) function in class:A
dispcxx.cc 19 void method () { } function in struct:K
35 k.method();
  /src/crypto/external/apache2/openssl/dist/include/internal/
comp.h 21 COMP_METHOD *method; member in struct:ssl_comp_st
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-record.h 35 /* The current recording method. */
36 enum record_method method; member in struct:recpy_record_object
49 /* The current recording method. */
50 enum record_method method; member in struct:recpy_element_object
66 extern PyObject *recpy_insn_new (thread_info *thread, enum record_method method,
70 extern PyObject *recpy_func_new (thread_info *thread, enum record_method method,
78 extern PyObject *recpy_aux_new (thread_info *thread, enum record_method method,
  /src/external/gpl3/gdb/dist/gdb/python/
py-record.h 35 /* The current recording method. */
36 enum record_method method; member in struct:recpy_record_object
49 /* The current recording method. */
50 enum record_method method; member in struct:recpy_element_object
66 extern PyObject *recpy_insn_new (thread_info *thread, enum record_method method,
70 extern PyObject *recpy_func_new (thread_info *thread, enum record_method method,
78 extern PyObject *recpy_aux_new (thread_info *thread, enum record_method method,
  /src/crypto/external/apache2/openssl/dist/crypto/
comp_methods.c 33 COMP_METHOD *method = COMP_zlib(); local
37 if (COMP_get_type(method) != NID_undef && comp_methods != NULL) {
40 comp->method = method;
42 comp->name = COMP_get_name(method);
core_fetch.c 41 * If we have been told not to store the method "permanently", we
42 * ask for a temporary store, and store the method there.
108 void *method = NULL; local
110 if ((method = data->mcm->construct(algo, provider, data->mcm_data))
118 * Note regarding putting the method in stores:
125 * of the passed method.
127 data->mcm->put(no_store ? data->store : NULL, method, provider, algo->algorithm_names,
131 data->mcm->destruct(method, data->mcm_data);
138 void *method = NULL; local
143 * We might be tempted to try to look into the method store withou
    [all...]
  /src/external/bsd/ppp/dist/pppd/
ccp.h 47 short method; /* code for chosen compression method */ member in struct:ccp_options
  /src/external/gpl3/gcc/dist/libcc1/
callbacks.cc 27 struct method struct
33 // Hash function for struct method.
37 const struct method *m = (const struct method *) a;
42 // Equality function for struct method.
46 const struct method *ma = (const struct method *) a;
47 const struct method *mb = (const struct method *) b;
67 method m
    [all...]
  /src/external/gpl3/gcc.old/dist/libcc1/
callbacks.cc 27 struct method struct
33 // Hash function for struct method.
37 const struct method *m = (const struct method *) a;
42 // Equality function for struct method.
46 const struct method *ma = (const struct method *) a;
47 const struct method *mb = (const struct method *) b;
67 method m
    [all...]
  /src/sys/arch/arm/fdt/
psci_fdt.c 110 const char *method, *psciver; local
113 method = fdtbus_get_string(phandle, "method");
115 if (method == NULL || psciver == NULL) {
120 if (strcmp(method, "smc") == 0)
122 else if (strcmp(method, "hvc") == 0)
125 aprint_error("PSCI: unsupported method '%s'\n", method);
  /src/sys/arch/shark/include/
devmap.h 59 int method; /* Mapping method - eg. IOCTL, MMAP, or I386_IOMAP */ member in struct:map_info
65 } map_info_ioctl; /* used for ioctl method */
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
cl0046.h 13 __u8 method; member in struct:nv04_disp_mthd_v0
  /src/usr.sbin/acpitools/amldb/
debug.c 76 char *ptr, *method; local
188 /* move pointer to method name */
204 printf("%s:%d:aml_dbgr: not method %s\n",
209 method = ptr;
277 fprintf(stderr, "==== Running %s. ====\n", method);
279 retval = aml_invoke_method_by_name(method, argnum, argv);
282 fprintf(stderr, "==== %s finished. ====\n", method);
304 "q Quit method execution\n"
309 "r Run specified method\n"
  /src/crypto/external/bsd/openssh/dist/
auth2-methods.c 105 char *methods, *omethods, *method, *p; local
111 error("empty authentication method list");
115 while ((method = strsep(&methods, ",")) != NULL) {
118 if ((p = strchr(method, ':')) != NULL)
120 if (strcmp(method, cfg->name) != 0)
125 error("Disabled method \"%s\" in "
127 method, _methods);
135 error("Unknown authentication method \"%s\" in list",
136 method);
  /src/crypto/external/bsd/openssl/dist/crypto/
core_fetch.c 40 * If we have been told not to store the method "permanently", we
41 * ask for a temporary store, and store the method there.
107 void *method = NULL; local
109 if ((method = data->mcm->construct(algo, provider, data->mcm_data))
114 * Note regarding putting the method in stores:
121 * of the passed method.
124 method, provider, algo->algorithm_names,
128 data->mcm->destruct(method, data->mcm_data);
135 void *method = NULL; local
140 * We might be tempted to try to look into the method store withou
    [all...]
  /src/external/gpl3/binutils/dist/etc/
add-log.el 441 (get-method-definition)
543 (defvar get-method-definition-md)
545 ;; Subroutine used within get-method-definition.
548 (defun get-method-definition-1 (end)
549 (setq get-method-definition-md
550 (concat get-method-definition-md
555 ;; For objective C, return the method name if we are in a method.
556 (defun get-method-definition ()
557 (let ((get-method-definition-md "[")
    [all...]
  /src/external/gpl3/binutils.old/dist/etc/
add-log.el 441 (get-method-definition)
543 (defvar get-method-definition-md)
545 ;; Subroutine used within get-method-definition.
548 (defun get-method-definition-1 (end)
549 (setq get-method-definition-md
550 (concat get-method-definition-md
555 ;; For objective C, return the method name if we are in a method.
556 (defun get-method-definition ()
557 (let ((get-method-definition-md "[")
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_meth.c 22 X509_LOOKUP_METHOD *method = OPENSSL_zalloc(sizeof(X509_LOOKUP_METHOD)); local
24 if (method != NULL) {
25 method->name = OPENSSL_strdup(name);
26 if (method->name == NULL)
30 return method;
33 OPENSSL_free(method);
37 void X509_LOOKUP_meth_free(X509_LOOKUP_METHOD *method)
39 if (method != NULL)
40 OPENSSL_free(method->name);
41 OPENSSL_free(method);
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_prn.c 78 const X509V3_EXT_METHOD *method; local
86 if ((method = X509V3_EXT_get(ext)) == NULL)
88 if (method->it)
89 ext_str = ASN1_item_d2i(NULL, &p, extlen, ASN1_ITEM_ptr(method->it));
91 ext_str = method->d2i(NULL, &p, extlen);
96 if (method->i2s) {
97 if ((value = method->i2s(method, ext_str)) == NULL) {
116 } else if (method->i2v) {
117 if ((nval = method->i2v(method, ext_str, NULL)) == NULL)
    [all...]
x509_meth.c 22 X509_LOOKUP_METHOD *method = OPENSSL_zalloc(sizeof(X509_LOOKUP_METHOD)); local
24 if (method != NULL) {
25 method->name = OPENSSL_strdup(name);
26 if (method->name == NULL) {
32 return method;
35 OPENSSL_free(method);
39 void X509_LOOKUP_meth_free(X509_LOOKUP_METHOD *method)
41 if (method != NULL)
42 OPENSSL_free(method->name);
43 OPENSSL_free(method);
    [all...]

Completed in 118 milliseconds

1 2 3 4 5 6 7 8 910