Home
last modified time | relevance | path

Searched refs:item (Results 251 - 275 of 4332) sorted by relevance

1...<<11121314151617181920>>...174

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-object.hh56 item_t *item = items.find (v); in replace_or_insert() local
57 if (item) { in replace_or_insert()
59 item_t old = *item; in replace_or_insert()
60 *item = v; in replace_or_insert()
65 item = nullptr; in replace_or_insert()
69 item = items.push (v); in replace_or_insert()
72 return item; in replace_or_insert()
79 item_t *item = items.find (v); in remove() local
80 if (item) in remove()
82 item_t old = *item; in remove()
96 item_t *item = items.find (v); find() local
107 item_t *item = items.find (v); find_or_insert() local
[all...]
/third_party/node/lib/internal/
H A Dtimers.js273 // Appends an item to the end of the linked list, adjusting the current tail's
274 // next pointer and the item's previous pointer where applicable
275 append(item) {
277 this.tail._idleNext = item;
278 item._idlePrev = this.tail;
280 this.head = item;
282 this.tail = item;
285 // Removes an item from the linked list, adjusting the pointers of adjacent
287 remove(item) {
288 if (item
[all...]
/third_party/mesa3d/src/util/
H A Dlist.h53 static inline void list_inithead(struct list_head *item) in list_inithead() argument
55 item->prev = item; in list_inithead()
56 item->next = item; in list_inithead()
60 * Prepend an item to a list
62 * @param item The element to add to the list
65 static inline void list_add(struct list_head *item, struct list_head *list) in list_add() argument
67 item->prev = list; in list_add()
68 item in list_add()
79 list_addtail(struct list_head *item, struct list_head *list) list_addtail() argument
101 list_del(struct list_head *item) list_del() argument
108 list_delinit(struct list_head *item) list_delinit() argument
185 list_move_to(struct list_head *item, struct list_head *loc) list_move_to() argument
[all...]
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_fabric_configfs.c153 static struct se_lun_acl *item_to_lun_acl(struct config_item *item) in item_to_lun_acl() argument
155 return container_of(to_config_group(item), struct se_lun_acl, in item_to_lun_acl()
160 struct config_item *item, char *page) in target_fabric_mappedlun_write_protect_show()
162 struct se_lun_acl *lacl = item_to_lun_acl(item); in target_fabric_mappedlun_write_protect_show()
178 struct config_item *item, const char *page, size_t count) in target_fabric_mappedlun_write_protect_store()
180 struct se_lun_acl *lacl = item_to_lun_acl(item); in target_fabric_mappedlun_write_protect_store()
212 static void target_fabric_mappedlun_release(struct config_item *item) in target_fabric_mappedlun_release() argument
214 struct se_lun_acl *lacl = container_of(to_config_group(item), in target_fabric_mappedlun_release()
243 struct config_item *item) in target_core_mappedlun_stat_rmdir()
327 struct config_item *item) in target_fabric_drop_mappedlun()
159 target_fabric_mappedlun_write_protect_show( struct config_item *item, char *page) target_fabric_mappedlun_write_protect_show() argument
177 target_fabric_mappedlun_write_protect_store( struct config_item *item, const char *page, size_t count) target_fabric_mappedlun_write_protect_store() argument
241 target_core_mappedlun_stat_rmdir( struct config_group *group, struct config_item *item) target_core_mappedlun_stat_rmdir() argument
325 target_fabric_drop_mappedlun( struct config_group *group, struct config_item *item) target_fabric_drop_mappedlun() argument
338 target_fabric_nacl_base_release(struct config_item *item) target_fabric_nacl_base_release() argument
420 target_fabric_drop_nodeacl( struct config_group *group, struct config_item *item) target_fabric_drop_nodeacl() argument
446 target_fabric_np_base_release(struct config_item *item) target_fabric_np_base_release() argument
491 target_fabric_drop_np( struct config_group *group, struct config_item *item) target_fabric_drop_np() argument
512 item_to_lun(struct config_item *item) item_to_lun() argument
518 target_fabric_port_alua_tg_pt_gp_show(struct config_item *item, char *page) target_fabric_port_alua_tg_pt_gp_show() argument
529 target_fabric_port_alua_tg_pt_gp_store(struct config_item *item, const char *page, size_t count) target_fabric_port_alua_tg_pt_gp_store() argument
540 target_fabric_port_alua_tg_pt_offline_show( struct config_item *item, char *page) target_fabric_port_alua_tg_pt_offline_show() argument
551 target_fabric_port_alua_tg_pt_offline_store( struct config_item *item, const char *page, size_t count) target_fabric_port_alua_tg_pt_offline_store() argument
562 target_fabric_port_alua_tg_pt_status_show( struct config_item *item, char *page) target_fabric_port_alua_tg_pt_status_show() argument
573 target_fabric_port_alua_tg_pt_status_store( struct config_item *item, const char *page, size_t count) target_fabric_port_alua_tg_pt_status_store() argument
584 target_fabric_port_alua_tg_pt_write_md_show( struct config_item *item, char *page) target_fabric_port_alua_tg_pt_write_md_show() argument
595 target_fabric_port_alua_tg_pt_write_md_store( struct config_item *item, const char *page, size_t count) target_fabric_port_alua_tg_pt_write_md_store() argument
694 target_fabric_port_release(struct config_item *item) target_fabric_port_release() argument
721 target_core_port_stat_rmdir( struct config_group *group, struct config_item *item) target_core_port_stat_rmdir() argument
776 target_fabric_drop_lun( struct config_group *group, struct config_item *item) target_fabric_drop_lun() argument
804 target_fabric_tpg_release(struct config_item *item) target_fabric_tpg_release() argument
877 target_fabric_drop_tpg( struct config_group *group, struct config_item *item) target_fabric_drop_tpg() argument
888 target_fabric_release_wwn(struct config_item *item) target_fabric_release_wwn() argument
953 target_fabric_drop_wwn( struct config_group *group, struct config_item *item) target_fabric_drop_wwn() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DcontextuallyTypedByDiscriminableUnion.js11 function invoke(item: ADT) {
12 if (item.kind === "a") {
13 item.method("");
16 item.method(42);
29 function invoke(item) {
30 if (item.kind === "a") {
31 item.method("");
34 item.method(42);
/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/
H A Dpub_sub_implement.c94 ConsumerNode *item = NULL; in Subscribe() local
95 UTILS_DL_LIST_FOR_EACH_ENTRY(item, &relation->callbacks.node, ConsumerNode, node) { in Subscribe()
96 if (item->consumer->Equal(item->consumer, consumer)) { in Subscribe()
133 ConsumerNode *item = NULL; in ModifyConsumer() local
134 UTILS_DL_LIST_FOR_EACH_ENTRY(item, &relation->callbacks.node, ConsumerNode, node) { in ModifyConsumer()
135 if (item->consumer->Equal(item->consumer, oldConsumer)) { in ModifyConsumer()
136 Consumer *older = item->consumer; in ModifyConsumer()
137 item in ModifyConsumer()
162 ConsumerNode *item = NULL; Unsubscribe() local
222 ConsumerNode *item = NULL; ImmediatelyPublish() local
[all...]
/kernel/linux/linux-5.10/lib/
H A Dtest_parman.c193 struct test_parman_item *item = &test_parman->items[i]; in test_parman_items_init() local
197 /* Assign random prio to each item structure */ in test_parman_items_init()
198 item->prio = &test_parman->prios[prio_index]; in test_parman_items_init()
207 struct test_parman_item *item = &test_parman->items[i]; in test_parman_items_fini() local
209 if (!item->used) in test_parman_items_fini()
212 &item->prio->parman_prio, in test_parman_items_fini()
213 &item->parman_item); in test_parman_items_fini()
275 struct test_parman_item *item = &test_parman->items[item_index]; in test_parman_run() local
280 if (!item->used) { in test_parman_run()
282 &item in test_parman_run()
315 struct test_parman_item *item = test_parman->prio_array[i]; test_parman_check_array() local
[all...]
/kernel/linux/linux-6.6/lib/
H A Dtest_parman.c193 struct test_parman_item *item = &test_parman->items[i]; in test_parman_items_init() local
197 /* Assign random prio to each item structure */ in test_parman_items_init()
198 item->prio = &test_parman->prios[prio_index]; in test_parman_items_init()
207 struct test_parman_item *item = &test_parman->items[i]; in test_parman_items_fini() local
209 if (!item->used) in test_parman_items_fini()
212 &item->prio->parman_prio, in test_parman_items_fini()
213 &item->parman_item); in test_parman_items_fini()
275 struct test_parman_item *item = &test_parman->items[item_index]; in test_parman_run() local
280 if (!item->used) { in test_parman_run()
282 &item in test_parman_run()
315 struct test_parman_item *item = test_parman->prio_array[i]; test_parman_check_array() local
[all...]
/test/testfwk/arkxtest/jsunit/src/module/config/
H A DconfigService.js114 classArray.forEach(item => !item.match(nameRule) ? this.filterValid.push(`${key}:${params[key]}`) : null);
160 .map(item => this.filterParam.testType[item] || 0)
165 .map(item => this.filterParam.level[item] || 0)
170 .map(item => this.filterParam.size[item] || 0)
197 let result = filterArray.map(item => item
[all...]
/test/testfwk/developer_test/src/core/config/
H A Dresource_manager.py106 for item in environment_list:
107 if "type" in item.keys():
113 device_name = item["type"]
115 if "name" in item.keys():
116 name = item["name"]
117 value = item["value"]
164 for item in preparer_list:
165 if "name" not in item.keys():
168 if item["name"] == "push":
169 push_value = item["valu
[all...]
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dqconf.cc247 ConfigItem *item; in createEditor() local
254 item = static_cast<ConfigItem *>(index.internalPointer()); in createEditor()
255 if (!item || !item->menu || !menu_is_visible(item->menu)) in createEditor()
266 ConfigItem *item; in setModelData() local
276 item = static_cast<ConfigItem *>(index.internalPointer()); in setModelData()
277 if (!item || !item->menu) in setModelData()
280 sym = item in setModelData()
383 ConfigItem* item = (ConfigItem*)menu->data; findConfigItem() local
417 ConfigItem *item; updateList() local
483 setValue(ConfigItem* item, tristate val) setValue() argument
508 changeValue(ConfigItem* item) changeValue() argument
564 ConfigItem* item; setParentMenu() local
595 ConfigItem* item; updateMenuList() local
660 ConfigItem* item; updateMenuList() local
725 ConfigItem* item; keyPressEvent() local
789 ConfigItem* item = (ConfigItem*)itemAt(p); mouseReleaseEvent() local
842 ConfigItem* item = (ConfigItem*)itemAt(p); mouseDoubleClickEvent() local
875 ConfigItem* item = (ConfigItem *)currentItem(); focusInEvent() local
1589 ConfigItem* item; setMenuLink() local
[all...]
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dqconf.cc250 ConfigItem *item; in createEditor() local
257 item = static_cast<ConfigItem *>(index.internalPointer()); in createEditor()
258 if (!item || !item->menu || !menu_is_visible(item->menu)) in createEditor()
269 ConfigItem *item; in setModelData() local
279 item = static_cast<ConfigItem *>(index.internalPointer()); in setModelData()
280 if (!item || !item->menu) in setModelData()
283 sym = item in setModelData()
387 ConfigItem* item = (ConfigItem*)menu->data; findConfigItem() local
421 ConfigItem *item; updateList() local
487 setValue(ConfigItem* item, tristate val) setValue() argument
512 changeValue(ConfigItem* item) changeValue() argument
568 ConfigItem* item; setParentMenu() local
599 ConfigItem* item; updateMenuList() local
664 ConfigItem* item; updateMenuList() local
729 ConfigItem* item; keyPressEvent() local
793 ConfigItem* item = (ConfigItem*)itemAt(p); mouseReleaseEvent() local
846 ConfigItem* item = (ConfigItem*)itemAt(p); mouseDoubleClickEvent() local
879 ConfigItem* item = (ConfigItem *)currentItem(); focusInEvent() local
1612 ConfigItem* item; setMenuLink() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_p2p.c212 AuthSessionServer *item = NULL; in AddAuthSessionFlag() local
213 LIST_FOR_EACH_ENTRY(item, g_authSessionServerList, AuthSessionServer, node) { in AddAuthSessionFlag()
214 if (strcmp(peerIp, item->peerIp) == 0) { in AddAuthSessionFlag()
215 item->isServer = isServer; in AddAuthSessionFlag()
216 LNN_LOGI(LNN_LANE, "exist server tag, new=%{public}d, old=%{public}d", isServer, item->isServer); in AddAuthSessionFlag()
253 AuthSessionServer *item = NULL; in CheckIsAuthSessionServer() local
254 LIST_FOR_EACH_ENTRY(item, g_authSessionServerList, AuthSessionServer, node) { in CheckIsAuthSessionServer()
255 if (strcmp(peerIp, item->peerIp) == 0) { in CheckIsAuthSessionServer()
256 *isServer = item->isServer; in CheckIsAuthSessionServer()
282 AuthSessionServer *item in RemoveAuthSessionServer() local
329 P2pLinkedList *item = NULL; GetP2pLinkedReqByReqId() local
353 P2pLinkedList *item = NULL; RecycleLinkedListResource() local
399 P2pLinkedList *item = NULL; UpdateP2pLinkedReqByLinkId() local
440 P2pLinkedList *item = NULL; GetP2pLinkDownParam() local
470 P2pLinkedList *item = NULL; DelP2pLinkedByAuthReqId() local
602 P2pLinkReqList *item = NULL; GetP2pLinkReqParamByChannelRequetId() local
649 P2pLinkReqList *item = NULL; GetP2pLinkReqParamByAuthHandle() local
702 P2pLinkReqList *item = NULL; GetP2pLinkReqByReqId() local
728 P2pLinkReqList *item = NULL; DelP2pLinkReqByReqId() local
972 RawLinkInfoList *item = NULL; GetRawLinkInfoByReqId() local
996 RawLinkInfoList *item = NULL; DelRawLinkInfoByReqId() local
1124 RawLinkInfoList *item = NULL; CheckAuthMetaResult() local
1555 P2pLinkReqList *item = (P2pLinkReqList *)SoftBusCalloc(sizeof(P2pLinkReqList)); AddP2pLinkReqItem() local
1601 P2pLinkedList *item = NULL; UpdateP2pLinkedList() local
1728 P2pLinkReqList *item = NULL; GetAuthTriggerLinkReqParamByAuthHandle() local
1825 P2pLinkReqList *item = NULL; UpdateP2pLinkInfoWithAuth() local
1844 P2pLinkReqList *item = NULL; GetP2pLinkByLaneReqId() local
2261 P2pLinkReqList *item = NULL; UpdateP2pReuseInfoByReqId() local
2574 P2pLinkedList *item = NULL; RecycleP2pLinkedReqByLinkType() local
2857 P2pLinkedList *item = NULL; DelP2pLinkedByLinkId() local
2884 P2pLinkedList *item = NULL; LnnDisconnectP2pWithoutLnn() local
2924 P2pLinkedList *item = NULL; LnnDisconnectP2p() local
3050 P2pLinkReqList *item = NULL; LnnCancelWifiDirect() local
[all...]
H A Dlnn_lane_listener.c80 LaneBusinessInfo *item = NULL; in GetLaneBusinessInfoWithoutLock() local
82 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_laneBusinessInfoList, LaneBusinessInfo, node) { in GetLaneBusinessInfoWithoutLock()
83 if (laneBusinessInfo->laneType == item->laneType && in GetLaneBusinessInfoWithoutLock()
84 laneBusinessInfo->laneId == item->laneId) { in GetLaneBusinessInfoWithoutLock()
85 return item; in GetLaneBusinessInfoWithoutLock()
105 LaneBusinessInfo *item = GetLaneBusinessInfoWithoutLock(&laneBusinessInfo); in UpdateLaneBusinessInfoItem() local
106 if (item != NULL) { in UpdateLaneBusinessInfoItem()
107 item->laneId = newLaneId; in UpdateLaneBusinessInfoItem()
131 LaneBusinessInfo *item = GetLaneBusinessInfoWithoutLock(&laneBusinessInfo); in AddLaneBusinessInfoItem() local
132 if (item ! in AddLaneBusinessInfoItem()
173 LaneBusinessInfo *item = GetLaneBusinessInfoWithoutLock(&laneBusinessInfo); DelLaneBusinessInfoItem() local
208 LaneBusinessInfo *item = NULL; FindLaneBusinessInfoByLinkInfo() local
230 LaneListenerInfo *item = NULL; LaneListenerIsExist() local
250 LaneListenerInfo* item = LaneListenerIsExist(type); FindLaneListenerInfoByLaneType() local
283 LaneListenerInfo *item = NULL; LaneLinkupNotify() local
438 LaneListenerInfo *item = LaneListenerIsExist(type); RegisterLaneListener() local
467 LaneListenerInfo *item = LaneListenerIsExist(type); UnRegisterLaneListener() local
[all...]
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix3.h43 std::for_each(vector.begin(), vector.end(), [num](auto& item) { item = item * num; }); in operator *()
81 [&val](auto& item) { val = val + "item: " + std::to_string(item) + " "; }); in ToString()
108 std::for_each(vector.begin(), vector.end(), [num](auto& item) { item = item * num; }); in operator *()
147 [&val](auto& item) { va in ToString()
[all...]
/test/testfwk/arkxtest/uitest/record/
H A Dmatrix3.h38 std::for_each(vector.begin(), vector.end(), [num](auto& item) { item = item * num; }); in operator *()
76 [&val](const auto& item) { val = val + "item: " + std::to_string(item) + " "; }); in ToString()
101 std::for_each(vector.begin(), vector.end(), [num](auto& item) { item = item * num; }); in operator *()
140 [&val](const auto& item) { va in ToString()
[all...]
/third_party/node/tools/inspector_protocol/
H A Dpdl.py18 def assignType(item, type, is_array=False, map_binary_to_string=False):
20 item['type'] = 'array'
21 item['items'] = collections.OrderedDict()
22 assignType(item['items'], type, False, map_binary_to_string)
30 item['type'] = type
32 item['$ref'] = type
54 item = None
94 item = createItem({'id': match.group(3)}, match.group(1), match.group(2))
95 assignType(item, match.group(5), match.group(4), map_binary_to_string)
96 domain['types'].append(item)
[all...]
/third_party/node/test/fixtures/wpt/encoding/resources/
H A Dencode-form-common.js32 var item = {};
33 codepoints.push(item);
34 item.cp = i;
35 item.expected = expect(result, i);
36 item.desc = range[2];
53 var item = {};
54 currentChunk.push(item);
55 item.cp = codepoints[i].cp;
56 item.expected = codepoints[i].expected;
57 item
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_pq.c67 int nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item) { in nghttp2_pq_push() argument
82 pq->q[pq->length] = item; in nghttp2_pq_push()
83 item->index = pq->length; in nghttp2_pq_push()
127 void nghttp2_pq_remove(nghttp2_pq *pq, nghttp2_pq_entry *item) { in nghttp2_pq_remove() argument
128 assert(pq->q[item->index] == item); in nghttp2_pq_remove()
130 if (item->index == 0) { in nghttp2_pq_remove()
135 if (item->index == pq->length - 1) { in nghttp2_pq_remove()
140 pq->q[item->index] = pq->q[pq->length - 1]; in nghttp2_pq_remove()
141 pq->q[item in nghttp2_pq_remove()
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_pq.c69 int nghttp3_pq_push(nghttp3_pq *pq, nghttp3_pq_entry *item) { in nghttp3_pq_push() argument
84 pq->q[pq->length] = item; in nghttp3_pq_push()
85 item->index = pq->length; in nghttp3_pq_push()
126 void nghttp3_pq_remove(nghttp3_pq *pq, nghttp3_pq_entry *item) { in nghttp3_pq_remove() argument
127 assert(pq->q[item->index] == item); in nghttp3_pq_remove()
129 if (item->index == 0) { in nghttp3_pq_remove()
134 if (item->index == pq->length - 1) { in nghttp3_pq_remove()
139 pq->q[item->index] = pq->q[pq->length - 1]; in nghttp3_pq_remove()
140 pq->q[item in nghttp3_pq_remove()
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_pq.c67 int ngtcp2_pq_push(ngtcp2_pq *pq, ngtcp2_pq_entry *item) { in ngtcp2_pq_push() argument
82 pq->q[pq->length] = item; in ngtcp2_pq_push()
83 item->index = pq->length; in ngtcp2_pq_push()
124 void ngtcp2_pq_remove(ngtcp2_pq *pq, ngtcp2_pq_entry *item) { in ngtcp2_pq_remove() argument
125 assert(pq->q[item->index] == item); in ngtcp2_pq_remove()
127 if (item->index == 0) { in ngtcp2_pq_remove()
132 if (item->index == pq->length - 1) { in ngtcp2_pq_remove()
137 pq->q[item->index] = pq->q[pq->length - 1]; in ngtcp2_pq_remove()
138 pq->q[item in ngtcp2_pq_remove()
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_pq.c67 int nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item) { in nghttp2_pq_push() argument
82 pq->q[pq->length] = item; in nghttp2_pq_push()
83 item->index = pq->length; in nghttp2_pq_push()
127 void nghttp2_pq_remove(nghttp2_pq *pq, nghttp2_pq_entry *item) { in nghttp2_pq_remove() argument
128 assert(pq->q[item->index] == item); in nghttp2_pq_remove()
130 if (item->index == 0) { in nghttp2_pq_remove()
135 if (item->index == pq->length - 1) { in nghttp2_pq_remove()
140 pq->q[item->index] = pq->q[pq->length - 1]; in nghttp2_pq_remove()
141 pq->q[item in nghttp2_pq_remove()
[all...]
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper.c44 ListNode *item = NULL; in SoftBusDumpShowHelp() local
45 LIST_FOR_EACH(item, &g_hidumperhander_list) { in SoftBusDumpShowHelp()
46 HandlerNode *itemNode = LIST_ENTRY(item, HandlerNode, node); in SoftBusDumpShowHelp()
53 item = NULL; in SoftBusDumpShowHelp()
54 LIST_FOR_EACH(item, &g_hidumperhander_list) { in SoftBusDumpShowHelp()
55 HandlerNode *itemNode = LIST_ENTRY(item, HandlerNode, node); in SoftBusDumpShowHelp()
81 ListNode *item = NULL; in SoftBusDumpSubModuleHelp() local
82 LIST_FOR_EACH(item, varList) { in SoftBusDumpSubModuleHelp()
83 SoftBusDumpVarNode *itemNode = LIST_ENTRY(item, SoftBusDumpVarNode, node); in SoftBusDumpSubModuleHelp()
87 SOFTBUS_DPRINTF(fd, " -h List all the dump item i in SoftBusDumpSubModuleHelp()
132 ListNode *item = NULL; SoftBusReleaseDumpVar() local
166 ListNode *item = NULL; SoftBusHiDumperReleaseHandler() local
204 ListNode *item = NULL; SoftBusDumpDispatch() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_lib.c126 ENGINE_CLEANUP_ITEM *item; in int_cleanup_item() local
128 if ((item = OPENSSL_malloc(sizeof(*item))) == NULL) { in int_cleanup_item()
132 item->cb = cb; in int_cleanup_item()
133 return item; in int_cleanup_item()
138 ENGINE_CLEANUP_ITEM *item; in engine_cleanup_add_first() local
142 item = int_cleanup_item(cb); in engine_cleanup_add_first()
143 if (item != NULL) { in engine_cleanup_add_first()
144 if (sk_ENGINE_CLEANUP_ITEM_insert(cleanup_stack, item, 0)) in engine_cleanup_add_first()
146 OPENSSL_free(item); in engine_cleanup_add_first()
153 ENGINE_CLEANUP_ITEM *item; engine_cleanup_add_last() local
167 engine_cleanup_cb_free(ENGINE_CLEANUP_ITEM *item) engine_cleanup_cb_free() argument
[all...]
/third_party/openssl/crypto/engine/
H A Deng_lib.c126 ENGINE_CLEANUP_ITEM *item; in int_cleanup_item() local
128 if ((item = OPENSSL_malloc(sizeof(*item))) == NULL) { in int_cleanup_item()
132 item->cb = cb; in int_cleanup_item()
133 return item; in int_cleanup_item()
138 ENGINE_CLEANUP_ITEM *item; in engine_cleanup_add_first() local
142 item = int_cleanup_item(cb); in engine_cleanup_add_first()
143 if (item != NULL) in engine_cleanup_add_first()
144 if (sk_ENGINE_CLEANUP_ITEM_insert(cleanup_stack, item, 0) <= 0) in engine_cleanup_add_first()
145 OPENSSL_free(item); in engine_cleanup_add_first()
150 ENGINE_CLEANUP_ITEM *item; engine_cleanup_add_last() local
161 engine_cleanup_cb_free(ENGINE_CLEANUP_ITEM *item) engine_cleanup_cb_free() argument
[all...]

Completed in 16 milliseconds

1...<<11121314151617181920>>...174