HomeSort by relevance Sort by last modified time
    Searched refs:object_name (Results 1 - 8 of 8) sorted by null

  /external/openssl/crypto/ui/
ui_locl.h 94 and object_name is the name of the object (might be a card name or
99 const char *object_name);
ui.h 173 and object_name is the name of the object (might be a card name or
181 "Enter {object_desc} for {object_name}:"
183 So, if object_desc has the value "pass phrase" and object_name has
189 const char *object_desc, const char *object_name);
313 int UI_method_set_prompt_constructor(UI_METHOD *method, char *(*prompt_constructor)(UI* ui, const char* object_desc, const char* object_name));
ui_lib.c 412 const char *object_name)
418 object_desc, object_name);
429 if (object_name)
430 len += sizeof(prompt2) - 1 + strlen(object_name);
436 if (object_name)
439 BUF_strlcat(prompt, object_name, len + 1);
696 int UI_method_set_prompt_constructor(UI_METHOD *method, char *(*prompt_constructor)(UI* ui, const char* object_desc, const char* object_name))
  /external/openssl/include/openssl/
ui.h 173 and object_name is the name of the object (might be a card name or
181 "Enter {object_desc} for {object_name}:"
183 So, if object_desc has the value "pass phrase" and object_name has
189 const char *object_desc, const char *object_name);
313 int UI_method_set_prompt_constructor(UI_METHOD *method, char *(*prompt_constructor)(UI* ui, const char* object_desc, const char* object_name));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ncp_fs.h 90 void * object_name; /* an userspace data, in most cases user name */ member in struct:ncp_objectname_ioctl
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ncp_fs.h 90 void * object_name; /* an userspace data, in most cases user name */ member in struct:ncp_objectname_ioctl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ncp_fs.h 90 void * object_name; /* an userspace data, in most cases user name */ member in struct:ncp_objectname_ioctl
  /external/v8/src/
bootstrapper.cc 468 Handle<String> object_name = Handle<String>(heap->Object_symbol()); local
472 factory->NewFunction(object_name, factory->null_value());
849 Handle<String> object_name = Handle<String>(heap->Object_symbol()); local
    [all...]

Completed in 467 milliseconds