HomeSort by relevance Sort by last modified time
    Searched defs:PCRECPP_EXP_DEFN (Results 1 - 3 of 3) sorted by null

  /external/pcre/dist/
pcrecpp_internal.h 50 PCRECPP_EXP_DEFN for definitions of exported functions
58 # define PCRECPP_EXP_DEFN __declspec(dllexport)
61 # define PCRECPP_EXP_DEFN
65 # define PCRECPP_EXP_DEFN
  /external/pcre/
config.h 244 #define PCRECPP_EXP_DEFN __attribute__ ((visibility ("default")))
pcre.h 62 # ifndef PCRECPP_EXP_DEFN
63 # define PCRECPP_EXP_DEFN __declspec(dllimport)
82 # ifndef PCRECPP_EXP_DEFN
83 # define PCRECPP_EXP_DEFN

Completed in 576 milliseconds