Searched refs:before_p (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/crypto/ |
D | mem_dbg.c | 315 void CRYPTO_mem_debug_malloc(void *addr, size_t num, int before_p, in CRYPTO_mem_debug_malloc() argument 321 switch (before_p & 127) { in CRYPTO_mem_debug_malloc() 382 void CRYPTO_mem_debug_free(void *addr, int before_p, in CRYPTO_mem_debug_free() argument 387 switch (before_p) { in CRYPTO_mem_debug_free() 411 int before_p, const char *file, int line) in CRYPTO_mem_debug_realloc() argument 415 switch (before_p) { in CRYPTO_mem_debug_realloc() 423 CRYPTO_mem_debug_malloc(addr2, num, 128 | before_p, file, line); in CRYPTO_mem_debug_realloc()
|
/third_party/boost/boost/container/ |
D | list.hpp | 945 iterator before_p(position.get()); in insert() local 946 --before_p; in insert() 948 return ++before_p; in insert()
|