Searched refs:new_h (Results 1 – 6 of 6) sorted by relevance
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_hobject_props.c | 505 duk_uint32_t *new_h; in duk__realloc_props() local 644 DUK_HOBJECT_P_SET_REALLOC_PTRS(new_p, new_e_k, new_e_pv, new_e_f, new_a, new_h, in duk__realloc_props() 646 DUK_UNREF(new_h); /* happens when hash part dropped */ in duk__realloc_props() 651 new_a == NULL && new_h == NULL)); in duk__realloc_props() 655 (void *) new_a, (void *) new_h)); in duk__realloc_props() 818 DUK_ASSERT(new_h != NULL); in duk__realloc_props() 823 DUK_MEMSET(new_h, 0xff, sizeof(duk_uint32_t) * new_h_size); in duk__realloc_props() 835 DUK_ASSERT(new_h[j] != DUK__HASH_DELETED); /* should never happen */ in duk__realloc_props() 836 if (new_h[j] == DUK__HASH_UNUSED) { in duk__realloc_props() 838 new_h[j] = i; in duk__realloc_props()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_hobject_props.c | 505 duk_uint32_t *new_h; in duk__realloc_props() local 636 DUK_HOBJECT_P_SET_REALLOC_PTRS(new_p, new_e_k, new_e_pv, new_e_f, new_a, new_h, in duk__realloc_props() 638 DUK_UNREF(new_h); /* happens when hash part dropped */ in duk__realloc_props() 644 new_a == NULL && new_h == NULL)); in duk__realloc_props() 648 (void *) new_a, (void *) new_h)); in duk__realloc_props() 811 DUK_ASSERT(new_h != NULL); in duk__realloc_props() 816 DUK_MEMSET(new_h, 0xff, sizeof(duk_uint32_t) * new_h_size); in duk__realloc_props() 828 DUK_ASSERT(new_h[j] != DUK__HASH_DELETED); /* should never happen */ in duk__realloc_props() 829 if (new_h[j] == DUK__HASH_UNUSED) { in duk__realloc_props() 831 new_h[j] = i; in duk__realloc_props()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duktape.c | 47590 duk_uint32_t *new_h; local 47721 DUK_HOBJECT_P_SET_REALLOC_PTRS(new_p, new_e_k, new_e_pv, new_e_f, new_a, new_h, 47723 DUK_UNREF(new_h); /* happens when hash part dropped */ 47729 new_a == NULL && new_h == NULL)); 47733 (void *) new_a, (void *) new_h)); 47896 DUK_ASSERT(new_h != NULL); 47901 DUK_MEMSET(new_h, 0xff, sizeof(duk_uint32_t) * new_h_size); 47913 DUK_ASSERT(new_h[j] != DUK__HASH_DELETED); /* should never happen */ 47914 if (new_h[j] == DUK__HASH_UNUSED) { 47916 new_h[j] = i;
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duktape.c | 47944 duk_uint32_t *new_h; local 48083 DUK_HOBJECT_P_SET_REALLOC_PTRS(new_p, new_e_k, new_e_pv, new_e_f, new_a, new_h, 48085 DUK_UNREF(new_h); /* happens when hash part dropped */ 48090 new_a == NULL && new_h == NULL)); 48094 (void *) new_a, (void *) new_h)); 48257 DUK_ASSERT(new_h != NULL); 48262 DUK_MEMSET(new_h, 0xff, sizeof(duk_uint32_t) * new_h_size); 48274 DUK_ASSERT(new_h[j] != DUK__HASH_DELETED); /* should never happen */ 48275 if (new_h[j] == DUK__HASH_UNUSED) { 48277 new_h[j] = i;
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duktape.c | 47693 duk_uint32_t *new_h; local 47824 DUK_HOBJECT_P_SET_REALLOC_PTRS(new_p, new_e_k, new_e_pv, new_e_f, new_a, new_h, 47826 DUK_UNREF(new_h); /* happens when hash part dropped */ 47832 new_a == NULL && new_h == NULL)); 47836 (void *) new_a, (void *) new_h)); 47999 DUK_ASSERT(new_h != NULL); 48004 DUK_MEMSET(new_h, 0xff, sizeof(duk_uint32_t) * new_h_size); 48016 DUK_ASSERT(new_h[j] != DUK__HASH_DELETED); /* should never happen */ 48017 if (new_h[j] == DUK__HASH_UNUSED) { 48019 new_h[j] = i;
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duktape.c | 47841 duk_uint32_t *new_h; local 47980 DUK_HOBJECT_P_SET_REALLOC_PTRS(new_p, new_e_k, new_e_pv, new_e_f, new_a, new_h, 47982 DUK_UNREF(new_h); /* happens when hash part dropped */ 47987 new_a == NULL && new_h == NULL)); 47991 (void *) new_a, (void *) new_h)); 48154 DUK_ASSERT(new_h != NULL); 48159 DUK_MEMSET(new_h, 0xff, sizeof(duk_uint32_t) * new_h_size); 48171 DUK_ASSERT(new_h[j] != DUK__HASH_DELETED); /* should never happen */ 48172 if (new_h[j] == DUK__HASH_UNUSED) { 48174 new_h[j] = i;
|