Home
last modified time | relevance | path

Searched refs:TxnSM (Results 1 – 6 of 6) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/c-api/protocol/
H A DTxnSM.c103 txn_sm = (TxnSM *)TSmalloc(sizeof(TxnSM)); in TxnSMCreate()
157 TxnSM *txn_sm = (TxnSM *)TSContDataGet(contp); in state_start()
193 TxnSM *txn_sm = (TxnSM *)TSContDataGet(contp); in state_interface_with_client()
214 TxnSM *txn_sm = (TxnSM *)TSContDataGet(contp); in state_read_request_from_client()
267 TxnSM *txn_sm = (TxnSM *)TSContDataGet(contp); in state_handle_cache_lookup()
364 TxnSM *txn_sm = (TxnSM *)TSContDataGet(contp); in state_handle_cache_read_response()
414 TxnSM *txn_sm = (TxnSM *)TSContDataGet(contp); in state_handle_cache_prepare_for_write()
438 TxnSM *txn_sm = (TxnSM *)TSContDataGet(contp); in state_build_and_send_request()
479 TxnSM *txn_sm = (TxnSM *)TSContDataGet(contp); in state_dns_lookup()
514 TxnSM *txn_sm = (TxnSM *)TSContDataGet(contp); in state_connect_to_server()
[all …]
H A DTxnSM.h80 } TxnSM; typedef
/dports/www/trafficserver/trafficserver-9.1.1/doc/developer-guide/plugins/
H A Dnew-protocol-plugins.en.rst272 - ``TxnSM.c`` and ``TxnSM.h``
298 #. The ``TxnSMCreate`` function is in the ``TxnSM.c`` file. The
299 first thing it does is initialize the transaction's data, which is of type ``TxnSM`` (as defined
300 in ``TxnSM.h``). Notice that the current handler (``q_current_handler``) is set to
305 is ``main_handler``, which is in the ``TxnSM.c`` file.
318 ``TxnSMHandler`` (as defined in ``TxnSM.h``).
320 #. The ``state_start`` handler function (in the ``TxnSM.c`` file)
/dports/www/trafficserver/trafficserver-9.1.1/doc/locale/ja/LC_MESSAGES/developer-guide/plugins/
H A Dnew-protocol-plugins.en.po370 "The ``TxnSMCreate`` function is in the ``TxnSM.c`` file. The first thing it "
371 "does is initialize the transaction's data, which is of type ``TxnSM`` (as "
372 "defined in ``TxnSM.h``). Notice that the current handler "
418 "The ``state_start`` handler function (in the ``TxnSM.c`` file) is handed an "
542 msgid "``TxnSM.c`` and ``TxnSM.h``"
543 msgstr "``TxnSM.c`` と ``TxnSM.h``"
549 "``main_handler``, which is in the ``TxnSM.c`` file."
569 "function pointer ``TxnSMHandler`` (as defined in ``TxnSM.h``)."
/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/c-api/
H A DMakefile.am88 protocol_la_SOURCES = protocol/Protocol.c protocol/TxnSM.c
H A DMakefile.in289 am_protocol_la_OBJECTS = protocol/Protocol.lo protocol/TxnSM.lo
430 protocol/$(DEPDIR)/Protocol.Plo protocol/$(DEPDIR)/TxnSM.Plo \
979 protocol_la_SOURCES = protocol/Protocol.c protocol/TxnSM.c
1268 protocol/TxnSM.lo: protocol/$(am__dirstamp) \
1625 @AMDEP_TRUE@@am__include@ @am__quote@protocol/$(DEPDIR)/TxnSM.Plo@am__quote@ # am--include-marker
1981 -rm -f protocol/$(DEPDIR)/TxnSM.Plo
2068 -rm -f protocol/$(DEPDIR)/TxnSM.Plo