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

  /external/chromium_org/net/android/
keystore_openssl.cc 255 // BIGNUM object (if |*num_ptr| is NULL on input) or copy it (if
256 // |*num_ptr| is not NULL).
258 // |num_ptr| is the address of a BIGNUM pointer. |*num_ptr| can be NULL.
259 // Returns true on success, false otherwise. On failure, |*num_ptr| is
260 // not modified. On success, |*num_ptr| will always be non-NULL and
263 BIGNUM** num_ptr) {
264 BIGNUM* old_num = *num_ptr;
273 *num_ptr = new_num;
  /external/bison/lib/
vasnprintf.c 1230 mp_limb_t *num_ptr; local
    [all...]

Completed in 1560 milliseconds