• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/

Lines Matching refs:CRDeclaration

31  *@CRDeclaration:
33 *The definition of the #CRDeclaration class.
38 *@a_this: the current instance of #CRDeclaration.
45 dump (CRDeclaration * a_this, FILE * a_fp, glong a_indent)
64 *Constructor of #CRDeclaration.
66 *Returns the newly built instance of #CRDeclaration, or NULL in
69 CRDeclaration *
73 CRDeclaration *result = NULL;
85 result = g_try_malloc (sizeof (CRDeclaration));
90 memset (result, 0, sizeof (CRDeclaration));
113 CRDeclaration *
120 CRDeclaration *result = NULL;
177 CRDeclaration *
185 CRDeclaration *result = NULL,
289 CRDeclaration *
290 cr_declaration_append (CRDeclaration * a_this, CRDeclaration * a_new)
292 CRDeclaration *cur = NULL;
316 CRDeclaration *
317 cr_declaration_unlink (CRDeclaration * a_decl)
319 CRDeclaration *result = a_decl;
344 CRDeclaration **children_decl_ptr = NULL;
394 CRDeclaration *
395 cr_declaration_prepend (CRDeclaration * a_this, CRDeclaration * a_new)
397 CRDeclaration *cur = NULL;
422 CRDeclaration *
423 cr_declaration_append2 (CRDeclaration * a_this,
426 CRDeclaration *new_elem = NULL;
442 *@a_this: the current instance of #CRDeclaration.
451 cr_declaration_dump (CRDeclaration * a_this, FILE * a_fp, glong a_indent,
454 CRDeclaration *cur = NULL;
471 *@a_this: the current instance of #CRDeclaration.
478 cr_declaration_dump_one (CRDeclaration * a_this, FILE * a_fp, glong a_indent)
487 *@a_this: the current instance of #CRDeclaration.
496 cr_declaration_to_string (CRDeclaration * a_this, gulong a_indent)
558 *@a_this: the current instance of #CRDeclaration.
565 cr_declaration_list_to_string (CRDeclaration * a_this, gulong a_indent)
567 CRDeclaration *cur = NULL;
594 *@a_this: the current instance of #CRDeclaration.
603 cr_declaration_list_to_string2 (CRDeclaration * a_this,
606 CRDeclaration *cur = NULL;
647 *@a_this: the current instance of #CRDeclaration.
651 cr_declaration_nr_props (CRDeclaration * a_this)
653 CRDeclaration *cur = NULL;
665 *@a_this: the current instance of #CRDeclaration.
668 *Use an index to get a CRDeclaration from the declaration list.
670 *Returns #CRDeclaration at position itemnr,
674 CRDeclaration *
675 cr_declaration_get_from_list (CRDeclaration * a_this, int itemnr)
677 CRDeclaration *cur = NULL;
690 *@a_this: the current instance of #CRDeclaration.
693 *Use property name to get a CRDeclaration from the declaration list.
694 *Returns #CRDeclaration with property name a_prop, or NULL if not found.
696 CRDeclaration *
697 cr_declaration_get_by_prop_name (CRDeclaration * a_this,
700 CRDeclaration *cur = NULL;
720 *@a_this: the current instance of #CRDeclaration.
722 *Increases the ref count of the current instance of #CRDeclaration.
725 cr_declaration_ref (CRDeclaration * a_this)
734 *@param a_this the current instance of #CRDeclaration.
735 *@return TRUE if the current instance of #CRDeclaration has been destroyed
738 *Decrements the ref count of the current instance of #CRDeclaration.
739 *If the ref count reaches zero, the current instance of #CRDeclaration
744 cr_declaration_unref (CRDeclaration * a_this)
761 *@a_this: the current instance of #CRDeclaration.
766 cr_declaration_destroy (CRDeclaration * a_this)
768 CRDeclaration *cur = NULL;