Searched refs:postfix (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rax.c | 702 raxNode *postfix = NULL; in raxGenericInsert() local 724 rax_free(postfix); in raxGenericInsert() 759 postfix->iskey = 0; in raxGenericInsert() 760 postfix->isnull = 0; in raxGenericInsert() 769 postfix = next; in raxGenericInsert() 774 memcpy(splitchild,&postfix,sizeof(postfix)); in raxGenericInsert() 798 rax_free(postfix); in raxGenericInsert() 812 postfix->iskey = 1; in raxGenericInsert() 813 postfix->isnull = 0; in raxGenericInsert() 815 raxSetData(postfix,data); in raxGenericInsert() [all …]
|
| /f-stack/freebsd/netgraph/bluetooth/drivers/ubtbcmfw/ |
| H A D | ubtbcmfw.c | 120 .postfix[0] = "", 121 .postfix[1] = ".1", 122 .postfix[2] = ".2",
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | documentation.rst | 665 …upports two types of comments for documenting variables, constants and members: prefix and postfix: 672 #define RTE_BAR_ERROR 0x024. /**< This is a postfix comment. */ 688 Note: postfix comments should be aligned with spaces not tabs in accordance 693 …le this section of the code contains prefix comments, postfix comments on the same line and postfix
|
| /f-stack/tools/libxo/doc/ |
| H A D | faq.rst | 178 Don't use an arbitrary number postfix
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_dynamic.c | 891 int log_flags, char *prefix, char *postfix) in print_dyn_rule_flags() argument 914 id->dst_port, V_dyn_count, postfix); in print_dyn_rule_flags() 917 #define print_dyn_rule(id, dtype, prefix, postfix) \ argument 918 print_dyn_rule_flags(id, dtype, LOG_DEBUG, prefix, postfix)
|